diff --git a/CHANGELOG.md b/CHANGELOG.md index eff72ae1a4..662b9d49f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog +## [1.70.0](https://github.com/windmill-labs/windmill/compare/v1.69.3...v1.70.0) (2023-02-27) + + +### Features + +* **apps:** add ag grid ([b690d80](https://github.com/windmill-labs/windmill/commit/b690d801d4aa5695ee558e81d1ed114074dfcb83)) +* **frontend:** move to other grid ([#1230](https://github.com/windmill-labs/windmill/issues/1230)) ([104e4ac](https://github.com/windmill-labs/windmill/commit/104e4ac5e790c30e6fb6b27726776693038d4f19)) + + +### Bug Fixes + +* app setup and sync now uses 1.69.3 ([d38aff2](https://github.com/windmill-labs/windmill/commit/d38aff2fe228f23eb18c3991392928c064e6aca2)) +* **frontend:** Fix duplication ([#1237](https://github.com/windmill-labs/windmill/issues/1237)) ([e87f4fc](https://github.com/windmill-labs/windmill/commit/e87f4fc44b847a573f5acafc0348fbcbfcb2258f)) +* **frontend:** fix graph viewer id assignment ([e1f686d](https://github.com/windmill-labs/windmill/commit/e1f686d8508cfc1f73c43be08facc44217ca8de0)) + ## [1.69.3](https://github.com/windmill-labs/windmill/compare/v1.69.2...v1.69.3) (2023-02-24) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 50be07df5b..b0309d4a0e 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -324,9 +324,9 @@ checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" [[package]] name = "base64ct" -version = "1.5.3" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf" +checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "better_scoped_tls" @@ -581,9 +581,9 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b" +checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" [[package]] name = "const_format" @@ -619,7 +619,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7efb37c3e1ccb1ff97164ad95ac1606e8ccd35b3fa0a7d99a304c7f4a428cc24" dependencies = [ "percent-encoding", - "time 0.3.19", + "time 0.3.20", "version_check", ] @@ -2798,15 +2798,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "remove_dir_all" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" -dependencies = [ - "winapi", -] - [[package]] name = "reqwest" version = "0.11.14" @@ -3003,7 +2994,7 @@ dependencies = [ [[package]] name = "rustpython-ast" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#f51764f8d0c33e8e3b423e8a80dba00926715360" +source = "git+https://github.com/RustPython/RustPython#351d464448607413dc12de6905f1165f8d45af54" dependencies = [ "num-bigint", "rustpython-compiler-core", @@ -3012,7 +3003,7 @@ dependencies = [ [[package]] name = "rustpython-compiler-core" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#f51764f8d0c33e8e3b423e8a80dba00926715360" +source = "git+https://github.com/RustPython/RustPython#351d464448607413dc12de6905f1165f8d45af54" dependencies = [ "bincode", "bitflags", @@ -3029,7 +3020,7 @@ dependencies = [ [[package]] name = "rustpython-parser" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#f51764f8d0c33e8e3b423e8a80dba00926715360" +source = "git+https://github.com/RustPython/RustPython#351d464448607413dc12de6905f1165f8d45af54" dependencies = [ "ahash", "anyhow", @@ -3083,9 +3074,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.11" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a5fb6c61f29e723026dc8e923d94c694313212abbecbbe5f55a7748eec5b307" +checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f" dependencies = [ "chrono", "dyn-clone", @@ -3097,9 +3088,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.11" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f188d036977451159430f3b8dc82ec76364a42b7e289c2b18a9a18f4470058e9" +checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c" dependencies = [ "proc-macro2", "quote", @@ -3840,16 +3831,15 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "tempfile" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" +checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" dependencies = [ "cfg-if", "fastrand", - "libc", "redox_syscall", - "remove_dir_all", - "winapi", + "rustix", + "windows-sys 0.42.0", ] [[package]] @@ -3926,9 +3916,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.19" +version = "0.3.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53250a3b3fed8ff8fd988587d8925d26a83ac3845d9e03b220b37f34c2b8d6c2" +checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" dependencies = [ "itoa", "serde", @@ -3944,9 +3934,9 @@ checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" [[package]] name = "time-macros" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a460aeb8de6dcb0f381e1ee05f1cd56fcf5a5f6eb8187ff3d8f0b11078d38b7c" +checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" dependencies = [ "time-core", ] @@ -4784,7 +4774,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.69.2" +version = "1.70.0" dependencies = [ "anyhow", "axum", @@ -4811,7 +4801,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.69.2" +version = "1.70.0" dependencies = [ "anyhow", "argon2", @@ -4844,7 +4834,7 @@ dependencies = [ "sql-builder", "sqlx", "tempfile", - "time 0.3.19", + "time 0.3.20", "tokio", "tokio-tar", "tokio-util", @@ -4866,7 +4856,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.69.2" +version = "1.70.0" dependencies = [ "base64 0.21.0", "chrono", @@ -4881,7 +4871,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.69.2" +version = "1.70.0" dependencies = [ "chrono", "serde", @@ -4894,7 +4884,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.69.2" +version = "1.70.0" dependencies = [ "anyhow", "axum", @@ -4919,7 +4909,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.69.2" +version = "1.70.0" dependencies = [ "serde", "serde_json", @@ -4927,7 +4917,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.69.2" +version = "1.70.0" dependencies = [ "anyhow", "itertools", @@ -4941,7 +4931,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.69.2" +version = "1.70.0" dependencies = [ "anyhow", "itertools", @@ -4953,7 +4943,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.69.2" +version = "1.70.0" dependencies = [ "anyhow", "itertools", @@ -4968,7 +4958,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.69.2" +version = "1.70.0" dependencies = [ "anyhow", "deno_core", @@ -4982,7 +4972,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.69.2" +version = "1.70.0" dependencies = [ "anyhow", "chrono", @@ -5005,7 +4995,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.69.2" +version = "1.70.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index c6cc851f15..e96728b583 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.69.2" +version = "1.70.0" authors.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ members = [ ] [workspace.package] -version = "1.69.2" +version = "1.70.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index a47cb9a350..7012b06e6a 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.69.2 + version: 1.70.0 title: Windmill API contact: diff --git a/cli/main.ts b/cli/main.ts index 32e6c54776..3e7f46c4f1 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -13,7 +13,7 @@ import sync from "./sync.ts"; import { tryResolveVersion } from "./context.ts"; import { GlobalOptions } from "./types.ts"; -const VERSION = "v1.69.2"; +const VERSION = "v1.70.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f9e7979aef..de1ec6825c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.69.2", + "version": "1.70.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.69.2", + "version": "1.70.0", "dependencies": { "@fortawesome/free-brands-svg-icons": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", diff --git a/frontend/package.json b/frontend/package.json index f6105601f6..82268f986f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.69.2", + "version": "1.70.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index d4d3578ae9..2612315b5c 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.69.2" -wmill_pg = ">=1.69.2" +wmill = ">=1.70.0" +wmill_pg = ">=1.70.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index e9fded3be6..03cc23fad3 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.69.2 + version: 1.70.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 7ae1b7cb43..d89846603e 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.69.2" +version = "1.70.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.69.2" +windmill-api = "^1.70.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 a997a7735d..40b3787ad6 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.69.2" +version = "1.70.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 85f4470a9b..832e9afb6c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.69.3 +1.70.0