diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e399aac03..42c7b4379a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.274.0](https://github.com/windmill-labs/windmill/compare/v1.273.0...v1.274.0) (2024-02-20) + + +### Features + +* **app:** fields inputs can be picked to not trigger recompute individually ([33b02b1](https://github.com/windmill-labs/windmill/commit/33b02b1aef9b937ac2ace0e46a2d2c600cc7716a)) +* **frontend:** App debug mode ([#3252](https://github.com/windmill-labs/windmill/issues/3252)) ([247396d](https://github.com/windmill-labs/windmill/commit/247396d04d10aa5fcff04a35615335649e09672f)) +* **frontend:** Button rework ([#3216](https://github.com/windmill-labs/windmill/issues/3216)) ([2138016](https://github.com/windmill-labs/windmill/commit/2138016242e33de1861ea4841ec38aced956d43a)) +* **frontend:** Fix tailwind classes on the Select component ([#3249](https://github.com/windmill-labs/windmill/issues/3249)) ([62824e4](https://github.com/windmill-labs/windmill/commit/62824e4af8a2acd43e38a555200e5726a12d0e8c)) + + +### Bug Fixes + +* accept multiple dependency map importer for python ([65e09a7](https://github.com/windmill-labs/windmill/commit/65e09a705f0059ae7eb819c955bb2222b5adfa76)) +* ai fill deep copy before slicing modules + minor improvements ([#3255](https://github.com/windmill-labs/windmill/issues/3255)) ([409f338](https://github.com/windmill-labs/windmill/commit/409f3382db1d2e7c4b6dd6ecdeacfc093b6bd878)) +* improve database studio ([30105af](https://github.com/windmill-labs/windmill/commit/30105af0dde06b1d6d176980afc9c1f9f7644d34)) +* **python:** handle recursive python imports with loop ([bf3e417](https://github.com/windmill-labs/windmill/commit/bf3e417acc167583aaef365e92eed6c216e007ec)) + ## [1.273.0](https://github.com/windmill-labs/windmill/compare/v1.272.0...v1.273.0) (2024-02-20) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index d589d274bc..446a834227 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -63,9 +63,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff" +checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f" dependencies = [ "cfg-if", "getrandom 0.2.12", @@ -920,9 +920,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.15.0" +version = "3.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d32a994c2b3ca201d9b263612a374263f05e7adde37c4707f693dcd375076d1f" +checksum = "c764d619ca78fccbf3069b37bd7af92577f044bb15236036662d79b6559f25b7" [[package]] name = "bytecheck" @@ -3039,7 +3039,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.8", + "ahash 0.8.9", ] [[package]] @@ -3048,7 +3048,7 @@ version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" dependencies = [ - "ahash 0.8.8", + "ahash 0.8.9", "allocator-api2", "rayon", ] @@ -4807,7 +4807,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd503430a6d9779b07915d858865fe998317ef3cfef8973881f578ac5d4baae7" dependencies = [ - "ahash 0.8.8", + "ahash 0.8.9", "arrow-format", "atoi", "atoi_simd", @@ -4841,7 +4841,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae73d5b8e55decde670caba1cc82b61f14bfb9a72503198f0997d657a98dcfd6" dependencies = [ - "ahash 0.8.8", + "ahash 0.8.9", "bitflags 2.4.2", "bytemuck", "chrono", @@ -4886,7 +4886,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96e10a0745acd6009db64bef0ceb9e23a70b1c27b26a0a6517c91f3e6363bc06" dependencies = [ - "ahash 0.8.8", + "ahash 0.8.9", "async-trait", "atoi_simd", "bytes", @@ -4926,7 +4926,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3555f759705be6dd0d3762d16a0b8787b2dc4da73b57465f3b2bf1a070ba8f20" dependencies = [ - "ahash 0.8.8", + "ahash 0.8.9", "bitflags 2.4.2", "futures", "glob", @@ -4951,7 +4951,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a7eb218296aaa7f79945f08288ca32ca3cf25fa505649eeee689ec21eebf636" dependencies = [ - "ahash 0.8.8", + "ahash 0.8.9", "argminmax", "bytemuck", "either", @@ -4975,7 +4975,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "146010e4b7dd4d2d0e58ddc762f6361f77d7a0385c54471199370c17164f67dd" dependencies = [ - "ahash 0.8.8", + "ahash 0.8.9", "async-stream", "base64 0.21.7", "brotli", @@ -5026,7 +5026,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10e32a0958ef854b132bad7f8369cb3237254635d5e864c99505bc0bc1035fbc" dependencies = [ - "ahash 0.8.8", + "ahash 0.8.9", "bytemuck", "once_cell", "percent-encoding", @@ -5097,7 +5097,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da6ce68169fe61d46958c8eab7447360f30f2f23f6e24a0ce703a14b0a3cfbfc" dependencies = [ - "ahash 0.8.8", + "ahash 0.8.9", "bytemuck", "hashbrown 0.14.3", "indexmap 2.2.3", @@ -5514,7 +5514,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c20af3800cee5134b79a3bd4a3d4b583c16ccfa5f53338f46400851a5b3819" dependencies = [ - "ahash 0.8.8", + "ahash 0.8.9", "equivalent", "hashbrown 0.14.3", "parking_lot", @@ -6993,7 +6993,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d84b0a3c3739e220d94b3239fd69fb1f74bc36e16643423bd99de3b43c21bfbd" dependencies = [ - "ahash 0.8.8", + "ahash 0.8.9", "atoi", "bigdecimal 0.3.1", "byteorder", @@ -7323,7 +7323,7 @@ version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "630c761c74ac8021490b78578cc2223aa4a568241e26505c27bf0e4fd4ad8ec2" dependencies = [ - "ahash 0.8.8", + "ahash 0.8.9", "anyhow", "dashmap", "once_cell", @@ -7810,9 +7810,9 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" +checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" dependencies = [ "cfg-if", "once_cell", @@ -8573,9 +8573,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unicode-normalization" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" +checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" dependencies = [ "tinyvec", ] @@ -9035,7 +9035,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.273.0" +version = "1.274.0" dependencies = [ "anyhow", "axum", @@ -9072,7 +9072,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.273.0" +version = "1.274.0" dependencies = [ "anyhow", "argon2", @@ -9146,7 +9146,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.273.0" +version = "1.274.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9164,7 +9164,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.273.0" +version = "1.274.0" dependencies = [ "chrono", "serde", @@ -9177,7 +9177,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.273.0" +version = "1.274.0" dependencies = [ "anyhow", "axum", @@ -9210,7 +9210,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.273.0" +version = "1.274.0" dependencies = [ "regex", "rsmq_async", @@ -9225,7 +9225,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.273.0" +version = "1.274.0" dependencies = [ "serde", "serde_json", @@ -9233,7 +9233,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.273.0" +version = "1.274.0" dependencies = [ "anyhow", "lazy_static", @@ -9244,7 +9244,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.273.0" +version = "1.274.0" dependencies = [ "anyhow", "gosyn", @@ -9256,7 +9256,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.273.0" +version = "1.274.0" dependencies = [ "anyhow", "lazy_static", @@ -9267,7 +9267,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.273.0" +version = "1.274.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9278,7 +9278,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.273.0" +version = "1.274.0" dependencies = [ "anyhow", "async-recursion", @@ -9295,7 +9295,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.273.0" +version = "1.274.0" dependencies = [ "anyhow", "lazy_static", @@ -9306,7 +9306,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.273.0" +version = "1.274.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9324,7 +9324,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.273.0" +version = "1.274.0" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9342,7 +9342,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.273.0" +version = "1.274.0" dependencies = [ "anyhow", "async-recursion", @@ -9375,7 +9375,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.273.0" +version = "1.274.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index d44c689bb5..38dd87d4b1 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.273.0" +version = "1.274.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.273.0" +version = "1.274.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index a38a320892..29c12589c7 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.273.0 + version: 1.274.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index b1c64f52e0..b43b1a2aad 100644 --- a/benchmarks/lib.ts +++ b/benchmarks/lib.ts @@ -2,7 +2,7 @@ import { sleep } from "https://deno.land/x/sleep@v1.2.1/mod.ts"; import * as windmill from "https://deno.land/x/windmill@v1.174.0/mod.ts"; import * as api from "https://deno.land/x/windmill@v1.174.0/windmill-api/index.ts"; -export const VERSION = "v1.273.0"; +export const VERSION = "v1.274.0"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/main.ts b/cli/main.ts index 24390d7ee1..4b77faeb58 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.273.0"; +export const VERSION = "v1.274.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6191e8eef8..da5026631d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.273.0", + "version": "1.274.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.273.0", + "version": "1.274.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index aa1096f573..6a9b78f5d8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.273.0", + "version": "1.274.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index c3f96f52bd..a1a251b4f6 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.273.0" -wmill_pg = ">=1.273.0" +wmill = ">=1.274.0" +wmill_pg = ">=1.274.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 70f451ee49..0c67aad3a9 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.273.0 + version: 1.274.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index b89a207190..44424c4d0a 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.273.0" +version = "1.274.0" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index a950028fac..a07d09ddff 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.273.0" +version = "1.274.0" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/typescript-client/package.json b/typescript-client/package.json index 111cf66be4..c6a83b7198 100644 --- a/typescript-client/package.json +++ b/typescript-client/package.json @@ -1,7 +1,7 @@ { "name": "windmill-client", "description": "Windmill SDK client for browsers and Node.js", - "version": "1.273.0", + "version": "1.274.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 568bef0f64..b5a5239871 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.273.0 +1.274.0