diff --git a/CHANGELOG.md b/CHANGELOG.md index d605783cf7..e3a3cb6512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## [1.91.0](https://github.com/windmill-labs/windmill/compare/v1.90.0...v1.91.0) (2023-05-01) + + +### Features + +* add drafts for apps ([f7374c8](https://github.com/windmill-labs/windmill/commit/f7374c8204f85b4371e61f34dcd4b66857c0f8ab)) +* introduce backend persisted draft systems for scripts ([88e37fe](https://github.com/windmill-labs/windmill/commit/88e37fe0bed58f396690622e925d5e078c60140c)) +* introduce draft for flows ([a196642](https://github.com/windmill-labs/windmill/commit/a1966427e893dc8a58c8f2862ded752884843813)) + ## [1.90.0](https://github.com/windmill-labs/windmill/compare/v1.89.0...v1.90.0) (2023-04-28) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 3a44ee697b..0f3f340bc8 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -72,9 +72,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6342bd4f5a1205d7f41e94a41a901f5647c938cdfa96036338e8533c9d6c2450" +checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" dependencies = [ "anstyle", "anstyle-parse", @@ -121,9 +121,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.70" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" +checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" [[package]] name = "argon2" @@ -390,9 +390,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.6.17" +version = "0.6.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b70caf9f1b0c045f7da350636435b775a9733adf2df56e8aa2a29210fbc335d4" +checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39" dependencies = [ "async-trait", "axum-core", @@ -3236,9 +3236,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.17" +version = "0.37.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc809f704c03a812ac71f22456c857be34185cac691a4316f27ab0f633bb9009" +checksum = "8bbfc1d1c7c40c01715f47d71444744a81669ca84e8b63e25a55e169b1f86433" dependencies = [ "bitflags", "errno", @@ -3272,7 +3272,7 @@ dependencies = [ [[package]] name = "rustpython-ast" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#429d1d1ccec663454c919650ecee5392603dda51" +source = "git+https://github.com/RustPython/RustPython#fa790558211ec690541299258f44d7453501958a" dependencies = [ "num-bigint", "rustpython-compiler-core", @@ -3281,7 +3281,7 @@ dependencies = [ [[package]] name = "rustpython-compiler-core" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#429d1d1ccec663454c919650ecee5392603dda51" +source = "git+https://github.com/RustPython/RustPython#fa790558211ec690541299258f44d7453501958a" dependencies = [ "bitflags", "bstr", @@ -3294,7 +3294,7 @@ dependencies = [ [[package]] name = "rustpython-parser" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#429d1d1ccec663454c919650ecee5392603dda51" +source = "git+https://github.com/RustPython/RustPython#fa790558211ec690541299258f44d7453501958a" dependencies = [ "ahash 0.7.6", "anyhow", @@ -5106,7 +5106,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.90.0" +version = "1.91.0" dependencies = [ "anyhow", "axum", @@ -5140,7 +5140,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.90.0" +version = "1.91.0" dependencies = [ "anyhow", "argon2", @@ -5198,7 +5198,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.90.0" +version = "1.91.0" dependencies = [ "base64 0.21.0", "chrono", @@ -5215,7 +5215,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.90.0" +version = "1.91.0" dependencies = [ "chrono", "serde", @@ -5228,7 +5228,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.90.0" +version = "1.91.0" dependencies = [ "anyhow", "axum", @@ -5253,7 +5253,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.90.0" +version = "1.91.0" dependencies = [ "serde", "serde_json", @@ -5261,7 +5261,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.90.0" +version = "1.91.0" dependencies = [ "anyhow", "itertools", @@ -5276,7 +5276,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.90.0" +version = "1.91.0" dependencies = [ "anyhow", "gosyn", @@ -5289,7 +5289,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.90.0" +version = "1.91.0" dependencies = [ "anyhow", "itertools", @@ -5304,7 +5304,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.90.0" +version = "1.91.0" dependencies = [ "anyhow", "deno_core", @@ -5318,7 +5318,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.90.0" +version = "1.91.0" dependencies = [ "anyhow", "chrono", @@ -5346,7 +5346,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.90.0" +version = "1.91.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 734028943f..cfaa4e160a 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.90.0" +version = "1.91.0" authors.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ members = [ ] [workspace.package] -version = "1.90.0" +version = "1.91.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 9b0e2d4e3e..1c3f9ab00e 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.90.0 + version: 1.91.0 title: Windmill API contact: diff --git a/cli/main.ts b/cli/main.ts index 35271f3eee..4e701116e4 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -19,7 +19,7 @@ import sync from "./sync.ts"; import { tryResolveVersion } from "./context.ts"; import { GlobalOptions } from "./types.ts"; -export const VERSION = "v1.90.0"; +export const VERSION = "v1.91.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8d4d74c9f7..af1fe61bcb 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.90.0", + "version": "1.91.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.90.0", + "version": "1.91.0", "license": "Apache-2.0", "dependencies": { "@fortawesome/free-brands-svg-icons": "^6.2.1", diff --git a/frontend/package.json b/frontend/package.json index 3f3f9d037b..e7f3b88dcb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.90.0", + "version": "1.91.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index a3108e594f..2decd5e5e2 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.90.0" -wmill_pg = ">=1.90.0" +wmill = ">=1.91.0" +wmill_pg = ">=1.91.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index a32c6abed9..b6364066c5 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.90.0 + version: 1.91.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 16fa254d54..eceb5bb59a 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.90.0" +version = "1.91.0" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" @@ -16,7 +16,7 @@ include = ["wmill/py.typed"] [tool.poetry.dependencies] python = "^3.7" -windmill-api = "^1.90.0" +windmill-api = "^1.91.0" [build-system] requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"] diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index 51e242063f..864665aba7 100644 --- a/python-client/wmill_pg/pyproject.toml +++ b/python-client/wmill_pg/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill-pg" -version = "1.90.0" +version = "1.91.0" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/version.txt b/version.txt index 82e24bf241..6979a6c066 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.90.0 +1.91.0