diff --git a/CHANGELOG.md b/CHANGELOG.md index f137dcdcbe..bb411c9f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.409.0](https://github.com/windmill-labs/windmill/compare/v1.408.1...v1.409.0) (2024-10-16) + + +### Features + +* **frontend:** unify all triggers UX and simplify flow settings ([#4259](https://github.com/windmill-labs/windmill/issues/4259)) ([91a3d06](https://github.com/windmill-labs/windmill/commit/91a3d065298cce7a882464fa0cd31d8f1ae9dda2)) +* Scroll to element in virtual list when clicking on graph point ([#4532](https://github.com/windmill-labs/windmill/issues/4532)) ([7126ba1](https://github.com/windmill-labs/windmill/commit/7126ba12c7eb52d2cfbe8d83311b5592a5707bce)) +* **sso:** adding the ability to define a custom display name for sso ([#4529](https://github.com/windmill-labs/windmill/issues/4529)) ([99c5b3e](https://github.com/windmill-labs/windmill/commit/99c5b3ecdacb1158c2cba5b891c4c3b8b70c3b6a)) + + +### Bug Fixes + +* Add indexer backup lock to fit the deployment model ([#4531](https://github.com/windmill-labs/windmill/issues/4531)) ([411bce7](https://github.com/windmill-labs/windmill/commit/411bce7e13aabfa53db80d55261ea4511f6d1ae9)) +* **app:** accept connecting to non yet existing state output for convenience ([9eb1ecc](https://github.com/windmill-labs/windmill/commit/9eb1ecc9f3017e2f4284a827a2bcd21f36b1b8ac)) +* **app:** improve absolute url handling in download button and downloadFile ([dcdbf1a](https://github.com/windmill-labs/windmill/commit/dcdbf1afb4d5a18e00b9bbb1eb0bef129ea5667f)) +* **app:** make s3 uploads persistent across tabs change ([c3b536b](https://github.com/windmill-labs/windmill/commit/c3b536b1b8069898131768867a187b186b21e537)) +* canceled jobs button reporting 0 jobs cancelled ([#4534](https://github.com/windmill-labs/windmill/issues/4534)) ([e736572](https://github.com/windmill-labs/windmill/commit/e736572db10929ae5e123c4f6cef73b8e90fc29b)) +* **python-client:** improve get_job_status for running jobs ([a8c4ea2](https://github.com/windmill-labs/windmill/commit/a8c4ea2334d2535fa7d5d43f58d65565afe8f3e5)) +* **ui:** dark mode support for queue metrics based critical alert ([#4535](https://github.com/windmill-labs/windmill/issues/4535)) ([f38b3d1](https://github.com/windmill-labs/windmill/commit/f38b3d14e8092ae58817511aea91a4e77725ead6)) + ## [1.408.1](https://github.com/windmill-labs/windmill/compare/v1.408.0...v1.408.1) (2024-10-12) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 9e6c78a9eb..695eb0a1d9 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -486,9 +486,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.14" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "998282f8f49ccd6116b0ed8a4de0fbd3151697920e7c7533416d6e25e76434a7" +checksum = "103db485efc3e41214fe4fda9f3dbeae2eb9082f48fd236e6095627a9422066e" dependencies = [ "brotli 7.0.0", "bzip2", @@ -650,7 +650,7 @@ dependencies = [ "hex", "hmac", "http-types", - "hyper 0.14.30", + "hyper 0.14.31", "hyper-tls 0.5.0", "serde", "serde_json", @@ -794,7 +794,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "tracing", - "uuid 1.10.0", + "uuid 1.11.0", ] [[package]] @@ -954,7 +954,7 @@ dependencies = [ "http-body 0.4.6", "http-body 1.0.1", "httparse", - "hyper 0.14.30", + "hyper 0.14.31", "hyper-rustls 0.24.2", "once_cell", "pin-project-lite", @@ -1043,7 +1043,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "itoa", "matchit", @@ -1469,9 +1469,9 @@ dependencies = [ [[package]] name = "bytemuck" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" +checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" dependencies = [ "bytemuck_derive", ] @@ -2233,7 +2233,7 @@ dependencies = [ "arrow-array", "arrow-ipc", "arrow-schema", - "async-compression 0.4.14", + "async-compression 0.4.16", "async-trait", "bytes", "bzip2", @@ -2271,7 +2271,7 @@ dependencies = [ "tokio", "tokio-util", "url", - "uuid 1.10.0", + "uuid 1.11.0", "xz2", "zstd 0.13.2", ] @@ -2371,7 +2371,7 @@ dependencies = [ "regex", "sha2 0.10.8", "unicode-segmentation", - "uuid 1.10.0", + "uuid 1.11.0", ] [[package]] @@ -2538,7 +2538,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" dependencies = [ "serde", - "uuid 1.10.0", + "uuid 1.11.0", ] [[package]] @@ -2645,7 +2645,7 @@ dependencies = [ "error_reporter", "http 1.1.0", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-util", "ipnet", @@ -2777,7 +2777,7 @@ checksum = "22a1abc6bd8af41aa2496ceceef94f4277092c781a9495c437327a17659553a2" dependencies = [ "deno_core", "deno_native_certs", - "rustls 0.23.14", + "rustls 0.23.15", "rustls-pemfile 2.2.0", "rustls-tokio-stream", "rustls-webpki 0.102.8", @@ -2822,7 +2822,7 @@ dependencies = [ "futures", "serde", "tokio", - "uuid 1.10.0", + "uuid 1.11.0", ] [[package]] @@ -3617,7 +3617,7 @@ dependencies = [ "async-trait", "base64 0.21.7", "dirs-next", - "hyper 0.14.30", + "hyper 0.14.31", "hyper-rustls 0.24.2", "ring 0.16.20", "rustls 0.21.12", @@ -4196,9 +4196,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.30" +version = "0.14.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" +checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" dependencies = [ "bytes", "futures-channel", @@ -4220,9 +4220,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" dependencies = [ "bytes", "futures-channel", @@ -4247,7 +4247,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http 0.2.12", - "hyper 0.14.30", + "hyper 0.14.31", "log", "rustls 0.21.12", "rustls-native-certs 0.6.3", @@ -4263,9 +4263,9 @@ checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", "http 1.1.0", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", - "rustls 0.23.14", + "rustls 0.23.15", "rustls-native-certs 0.8.0", "rustls-pki-types", "tokio", @@ -4280,7 +4280,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" dependencies = [ "bytes", - "hyper 0.14.30", + "hyper 0.14.31", "native-tls", "tokio", "tokio-native-tls", @@ -4294,7 +4294,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "native-tls", "tokio", @@ -4313,7 +4313,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "hyper 1.4.1", + "hyper 1.5.0", "pin-project-lite", "socket2 0.5.7", "tokio", @@ -4889,7 +4889,7 @@ dependencies = [ "base64 0.22.1", "gethostname", "mail-builder", - "rustls 0.23.14", + "rustls 0.23.15", "rustls-pki-types", "smtp-proto", "tokio", @@ -5223,7 +5223,7 @@ dependencies = [ "subprocess", "thiserror", "time", - "uuid 1.10.0", + "uuid 1.11.0", "zstd 0.13.2", ] @@ -5438,7 +5438,7 @@ dependencies = [ "chrono", "futures", "humantime", - "hyper 1.4.1", + "hyper 1.5.0", "itertools 0.13.0", "md-5 0.10.6", "parking_lot", @@ -5541,9 +5541,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.66" +version = "0.10.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +checksum = "7b8cefcf97f41316955f9294cd61f639bdcfa9f2f230faac6cb896aa8ab64704" dependencies = [ "bitflags 2.6.0", "cfg-if", @@ -5573,9 +5573,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.103" +version = "0.9.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" dependencies = [ "cc", "libc", @@ -6021,7 +6021,7 @@ dependencies = [ "postgres-protocol", "serde", "serde_json", - "uuid 1.10.0", + "uuid 1.11.0", ] [[package]] @@ -6132,9 +6132,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" +checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9" dependencies = [ "unicode-ident", ] @@ -6365,7 +6365,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.0.0", - "rustls 0.23.14", + "rustls 0.23.15", "socket2 0.5.7", "thiserror", "tokio", @@ -6382,7 +6382,7 @@ dependencies = [ "rand 0.8.5", "ring 0.17.8", "rustc-hash 2.0.0", - "rustls 0.23.14", + "rustls 0.23.15", "slab", "thiserror", "tinyvec", @@ -6690,7 +6690,7 @@ dependencies = [ "h2 0.3.26", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.30", + "hyper 0.14.31", "hyper-rustls 0.24.2", "hyper-tls 0.5.0", "ipnet", @@ -6728,7 +6728,7 @@ version = "0.12.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b" dependencies = [ - "async-compression 0.4.14", + "async-compression 0.4.16", "base64 0.22.1", "bytes", "encoding_rs", @@ -6738,7 +6738,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-rustls 0.27.3", "hyper-tls 0.6.0", "hyper-util", @@ -6751,7 +6751,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.14", + "rustls 0.23.15", "rustls-native-certs 0.8.0", "rustls-pemfile 2.2.0", "rustls-pki-types", @@ -6844,7 +6844,7 @@ dependencies = [ "rkyv_derive", "seahash", "tinyvec", - "uuid 1.10.0", + "uuid 1.11.0", ] [[package]] @@ -7051,9 +7051,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.14" +version = "0.23.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8" +checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993" dependencies = [ "log", "once_cell", @@ -7122,9 +7122,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55" +checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" [[package]] name = "rustls-tokio-stream" @@ -7133,7 +7133,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22557157d7395bc30727745b365d923f1ecc230c4c80b176545f3f4f08c46e33" dependencies = [ "futures", - "rustls 0.23.14", + "rustls 0.23.15", "socket2 0.5.7", "tokio", ] @@ -7214,9 +7214,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" +checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" [[package]] name = "ryu" @@ -7264,7 +7264,7 @@ dependencies = [ "serde", "thiserror", "url", - "uuid 1.10.0", + "uuid 1.11.0", ] [[package]] @@ -7302,7 +7302,7 @@ dependencies = [ "schemars_derive", "serde", "serde_json", - "uuid 1.10.0", + "uuid 1.11.0", ] [[package]] @@ -8016,7 +8016,7 @@ dependencies = [ "once_cell", "paste", "percent-encoding", - "rustls 0.23.14", + "rustls 0.23.15", "rustls-pemfile 2.2.0", "serde", "serde_json", @@ -8028,7 +8028,7 @@ dependencies = [ "tokio-stream", "tracing", "url", - "uuid 1.10.0", + "uuid 1.11.0", "webpki-roots 0.26.6", ] @@ -8112,7 +8112,7 @@ dependencies = [ "stringprep", "thiserror", "tracing", - "uuid 1.10.0", + "uuid 1.11.0", "whoami", ] @@ -8154,7 +8154,7 @@ dependencies = [ "stringprep", "thiserror", "tracing", - "uuid 1.10.0", + "uuid 1.11.0", "whoami", ] @@ -8180,7 +8180,7 @@ dependencies = [ "sqlx-core", "tracing", "url", - "uuid 1.10.0", + "uuid 1.11.0", ] [[package]] @@ -8833,7 +8833,7 @@ dependencies = [ "tempfile", "thiserror", "time", - "uuid 1.10.0", + "uuid 1.11.0", "winapi", ] @@ -9041,7 +9041,7 @@ dependencies = [ "tokio-rustls 0.24.1", "tokio-util", "tracing", - "uuid 1.10.0", + "uuid 1.11.0", ] [[package]] @@ -9272,7 +9272,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.14", + "rustls 0.23.15", "rustls-pki-types", "tokio", ] @@ -9472,7 +9472,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97" dependencies = [ - "async-compression 0.4.14", + "async-compression 0.4.16", "bitflags 2.6.0", "bytes", "futures-core", @@ -9777,7 +9777,7 @@ checksum = "04f903f293d11f31c0c29e4148f6dc0d033a7f80cebc0282bea147611667d289" dependencies = [ "getrandom 0.2.15", "rand 0.8.5", - "uuid 1.10.0", + "uuid 1.11.0", "web-time", ] @@ -9977,7 +9977,7 @@ dependencies = [ "log", "native-tls", "once_cell", - "rustls 0.23.14", + "rustls 0.23.15", "rustls-pki-types", "serde", "serde_json", @@ -10038,9 +10038,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" +checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" dependencies = [ "getrandom 0.2.15", "serde", @@ -10358,7 +10358,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "axum", @@ -10387,7 +10387,7 @@ dependencies = [ "tokio", "tracing", "url", - "uuid 1.10.0", + "uuid 1.11.0", "windmill-api", "windmill-api-client", "windmill-common", @@ -10399,7 +10399,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "argon2", @@ -10426,7 +10426,7 @@ dependencies = [ "hf-hub", "hmac", "http 1.1.0", - "hyper 1.4.1", + "hyper 1.5.0", "itertools 0.13.0", "jsonwebtoken", "lazy_static", @@ -10470,7 +10470,7 @@ dependencies = [ "ulid", "url", "urlencoding", - "uuid 1.10.0", + "uuid 1.11.0", "windmill-audit", "windmill-common", "windmill-git-sync", @@ -10483,7 +10483,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.408.1" +version = "1.409.0" dependencies = [ "base64 0.21.7", "chrono", @@ -10496,12 +10496,12 @@ dependencies = [ "serde", "serde_json", "syn 1.0.109", - "uuid 1.10.0", + "uuid 1.11.0", ] [[package]] name = "windmill-audit" -version = "1.408.1" +version = "1.409.0" dependencies = [ "chrono", "serde", @@ -10514,7 +10514,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "async-stream", @@ -10531,7 +10531,7 @@ dependencies = [ "git-version", "hex", "hmac", - "hyper 1.4.1", + "hyper 1.5.0", "indexmap 2.6.0", "itertools 0.13.0", "lazy_static", @@ -10554,12 +10554,12 @@ dependencies = [ "tracing-flame", "tracing-loki", "tracing-subscriber", - "uuid 1.10.0", + "uuid 1.11.0", ] [[package]] name = "windmill-git-sync" -version = "1.408.1" +version = "1.409.0" dependencies = [ "regex", "rsmq_async", @@ -10567,14 +10567,14 @@ dependencies = [ "serde_json", "sqlx", "tracing", - "uuid 1.10.0", + "uuid 1.11.0", "windmill-common", "windmill-queue", ] [[package]] name = "windmill-indexer" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "bytes", @@ -10590,13 +10590,13 @@ dependencies = [ "tokio", "tokio-tar", "tracing", - "uuid 1.10.0", + "uuid 1.11.0", "windmill-common", ] [[package]] name = "windmill-parser" -version = "1.408.1" +version = "1.409.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -10605,7 +10605,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "lazy_static", @@ -10617,7 +10617,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "gosyn", @@ -10629,7 +10629,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "lazy_static", @@ -10641,7 +10641,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10652,7 +10652,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10663,7 +10663,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "async-recursion", @@ -10681,7 +10681,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10698,7 +10698,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "lazy_static", @@ -10710,7 +10710,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "lazy_static", @@ -10728,7 +10728,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10749,7 +10749,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "serde_json", @@ -10759,7 +10759,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "async-recursion", @@ -10785,14 +10785,14 @@ dependencies = [ "tokio", "tracing", "ulid", - "uuid 1.10.0", + "uuid 1.11.0", "windmill-audit", "windmill-common", ] [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.408.1" +version = "1.409.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -10802,7 +10802,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.408.1" +version = "1.409.0" dependencies = [ "anyhow", "async-recursion", @@ -10857,7 +10857,7 @@ dependencies = [ "tokio-util", "tracing", "urlencoding", - "uuid 1.10.0", + "uuid 1.11.0", "windmill-audit", "windmill-common", "windmill-git-sync", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 3f9519aead..0af2bb1d4c 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.408.1" +version = "1.409.0" authors.workspace = true edition.workspace = true @@ -27,7 +27,7 @@ members = [ ] [workspace.package] -version = "1.408.1" +version = "1.409.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 35232c5f48..e086ad7555 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.408.1 + version: 1.409.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 15aded7076..9a94619899 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.408.1"; +export const VERSION = "v1.409.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 5c77ae6782..b7410a2448 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -60,7 +60,7 @@ export { // } // }); -export const VERSION = "1.408.1"; +export const VERSION = "1.409.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 97ed0b8f8e..cbb9227ab8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.408.1", + "version": "1.409.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.408.1", + "version": "1.409.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 055bdb4fc6..1f62d64378 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.408.1", + "version": "1.409.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 53e733e46b..5474152421 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.408.1" -wmill_pg = ">=1.408.1" +wmill = ">=1.409.0" +wmill_pg = ">=1.409.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 81d24dac17..1ad72c47c4 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.408.1 + version: 1.409.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 1207a13932..905ee65133 100644 --- a/powershell-client/WindmillClient/WindmillClient.psd1 +++ b/powershell-client/WindmillClient/WindmillClient.psd1 @@ -12,7 +12,7 @@ RootModule = 'WindmillClient.psm1' # Version number of this module. -ModuleVersion = '1.408.1' +ModuleVersion = '1.409.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 0dcdd265dc..f8a1f29c58 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.408.1" +version = "1.409.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 cc96fe0047..23f4262f9e 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.408.1" +version = "1.409.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/jsr.json b/typescript-client/jsr.json index c49ad7d52d..8d48cbe4e0 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.408.1", + "version": "1.409.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 380f68695a..c395107816 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.408.1", + "version": "1.409.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 3d204bfaf0..763460006a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.408.1 +1.409.0