From 673fce45fb6a85d0a3e77cfadf2da8c22a90072d Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 6 Apr 2024 21:40:32 +0200 Subject: [PATCH] chore(main): release 1.304.0 (#3516) * chore(main): release 1.304.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 22 +++ backend/Cargo.lock | 252 +++++++++++++++++--------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/main.ts | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- lsp/Pipfile | 4 +- openflow.openapi.yaml | 2 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 14 files changed, 207 insertions(+), 97 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 297ca03a35..a3459ec710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [1.304.0](https://github.com/windmill-labs/windmill/compare/v1.303.4...v1.304.0) (2024-04-06) + + +### Features + +* add overridable cache_ttl in api of job triggers ([21a7ee4](https://github.com/windmill-labs/windmill/commit/21a7ee4c33c483d39cc6d7020623ee11fc9f1cbd)) +* git sync group changes by folder ([#3517](https://github.com/windmill-labs/windmill/issues/3517)) ([08231c0](https://github.com/windmill-labs/windmill/commit/08231c02d282410a7939e358a49cad2f4696dacd)) + + +### Bug Fixes + +* add args filter to schedule list ([f9d8dde](https://github.com/windmill-labs/windmill/commit/f9d8dde61cc527d5f9553f3981485a8c345dc1aa)) +* fix lightweight arg input min size ([78b8c3e](https://github.com/windmill-labs/windmill/commit/78b8c3edc9e28a07d8557c0d34208f773539fa72)) +* **frontend:** Fix simple flow tutorial ([#3518](https://github.com/windmill-labs/windmill/issues/3518)) ([139bc38](https://github.com/windmill-labs/windmill/commit/139bc38ddcc0988a1485f9d53535631626cab7fa)) +* improve list static input ([d61d6f5](https://github.com/windmill-labs/windmill/commit/d61d6f520bd52df23f020cd12cbaf666cfe0097b)) +* make autodatatable more resilient ([fba1ea7](https://github.com/windmill-labs/windmill/commit/fba1ea7d547791cfa6dfd62b51db9ba567cfa243)) +* make autodatatable more resilient ([632c9fb](https://github.com/windmill-labs/windmill/commit/632c9fb2aab2fc073e5526b2c9f7d363bae063b4)) +* make date time input more resilient ([2ec1add](https://github.com/windmill-labs/windmill/commit/2ec1add494afa1a56c62ae430429912a095dd85c)) +* parallel flow with parallelism constraint could deadlock ([9131d5c](https://github.com/windmill-labs/windmill/commit/9131d5cc4088ca66383ca9e4e10fedae0e9e661f)) +* remove information in approval page of a flow ([3175456](https://github.com/windmill-labs/windmill/commit/31754569bae3355d58d20eea2749ad203a92a6dd)) +* show flow user states in flow state preview ([7c4eece](https://github.com/windmill-labs/windmill/commit/7c4eece009717e4188eeb8b1dedd094589dc2bdf)) + ## [1.303.4](https://github.com/windmill-labs/windmill/compare/v1.303.3...v1.303.4) (2024-04-05) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 6fef0fc014..9bf4ef0bce 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -56,7 +56,7 @@ version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.13", "once_cell", "version_check", ] @@ -68,7 +68,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom 0.2.12", + "getrandom 0.2.13", "once_cell", "version_check", "zerocopy", @@ -255,7 +255,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3" dependencies = [ "concurrent-queue", - "event-listener 5.2.0", + "event-listener 5.3.0", "event-listener-strategy 0.5.1", "futures-core", "pin-project-lite", @@ -280,11 +280,11 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86a9249d1447a85f95810c620abea82e001fe58a31713fcce614caf52499f905" +checksum = "07dbbf24db18d609b1462965249abdf49129ccad073ec257da372adc83259c60" dependencies = [ - "brotli", + "brotli 4.0.0", "flate2", "futures-core", "memchr", @@ -382,15 +382,15 @@ dependencies = [ [[package]] name = "async-oauth2" -version = "0.4.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beec3f8fb8f710b7be84ccd1716e17f38f2868168355cab5f2f168ae988e767e" +checksum = "021cf450e9574793e45e1044a5d3d94bba7dbaa0802e6122e9c10eb8c4dd12dc" dependencies = [ - "base64 0.21.7", + "base64 0.22.0", "bytes", - "http 0.2.12", + "http 1.1.0", "rand 0.8.5", - "reqwest 0.11.20", + "reqwest 0.12.3", "serde", "serde-aux", "serde_json", @@ -942,6 +942,12 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +[[package]] +name = "base64" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" + [[package]] name = "base64-simd" version = "0.7.0" @@ -1179,7 +1185,18 @@ checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", - "brotli-decompressor", + "brotli-decompressor 2.5.1", +] + +[[package]] +name = "brotli" +version = "4.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "125740193d7fee5cc63ab9e16c2fdc4e07c74ba755cc53b327d6ea029e9fc569" +dependencies = [ + "alloc-no-stdlib", + "alloc-stdlib", + "brotli-decompressor 3.0.0", ] [[package]] @@ -1192,6 +1209,16 @@ dependencies = [ "alloc-stdlib", ] +[[package]] +name = "brotli-decompressor" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "65622a320492e09b5e0ac436b14c54ff68199bac392d0e89a6832c4518eea525" +dependencies = [ + "alloc-no-stdlib", + "alloc-stdlib", +] + [[package]] name = "btoi" version = "0.4.3" @@ -1422,7 +1449,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d59ae0466b83e838b81a54256c39d5d7c20b9d7daa10510a242d9b75abd5936e" dependencies = [ "chrono", - "chrono-tz-build", + "chrono-tz-build 0.2.1", + "phf", +] + +[[package]] +name = "chrono-tz" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" +dependencies = [ + "chrono", + "chrono-tz-build 0.3.0", "phf", ] @@ -1437,6 +1475,17 @@ dependencies = [ "phf_codegen", ] +[[package]] +name = "chrono-tz-build" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" +dependencies = [ + "parse-zoneinfo", + "phf", + "phf_codegen", +] + [[package]] name = "cipher" version = "0.3.0" @@ -1538,13 +1587,13 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.0" +version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686" +checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" dependencies = [ "crossterm", - "strum", - "strum_macros", + "strum 0.26.2", + "strum_macros 0.26.2", "unicode-width", ] @@ -2102,7 +2151,7 @@ dependencies = [ "dlopen2_derive", "once_cell", "rustls-native-certs", - "rustls-pemfile", + "rustls-pemfile 1.0.4", ] [[package]] @@ -2114,8 +2163,8 @@ dependencies = [ "proc-macro-rules", "proc-macro2", "quote", - "strum", - "strum_macros", + "strum 0.25.0", + "strum_macros 0.25.3", "syn 2.0.58", "thiserror", ] @@ -2140,7 +2189,7 @@ dependencies = [ "deno_native_certs", "once_cell", "rustls 0.21.10", - "rustls-pemfile", + "rustls-pemfile 1.0.4", "rustls-tokio-stream", "rustls-webpki 0.101.7", "serde", @@ -2676,9 +2725,9 @@ dependencies = [ [[package]] name = "event-listener" -version = "5.2.0" +version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91" +checksum = "6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24" dependencies = [ "concurrent-queue", "parking", @@ -2701,7 +2750,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "332f51cb23d20b0de8458b86580878211da09bcd4503cb579c225b3d124cabb3" dependencies = [ - "event-listener 5.2.0", + "event-listener 5.3.0", "pin-project-lite", ] @@ -3050,7 +3099,7 @@ dependencies = [ "hyper-rustls", "ring 0.16.20", "rustls 0.21.10", - "rustls-pemfile", + "rustls-pemfile 1.0.4", "serde", "serde_json", "thiserror", @@ -3223,9 +3272,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" +checksum = "a06fddc2749e0528d2813f95e050e87e52c8cbbae56223b9babf73b3e53b0cc6" dependencies = [ "cfg-if", "js-sys", @@ -3298,7 +3347,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14163cf566b1496f50447a61981892272a61ef220d37e69508e19075bc66e3f1" dependencies = [ "anyhow", - "strum", + "strum 0.25.0", "thiserror", "unic-ucd-category", ] @@ -4654,7 +4703,7 @@ checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f" dependencies = [ "base64 0.13.1", "chrono", - "getrandom 0.2.12", + "getrandom 0.2.13", "http 0.2.12", "rand 0.8.5", "reqwest 0.11.20", @@ -5214,7 +5263,7 @@ version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f01006048a264047d6cba081fed8e11adbd69c15956f9e53185a9ac4a541853c" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.13", "polars-arrow", "polars-core", "polars-error", @@ -5239,14 +5288,14 @@ dependencies = [ "atoi_simd", "bytemuck", "chrono", - "chrono-tz", + "chrono-tz 0.8.6", "dyn-clone", "either", "ethnum", "fast-float", "foreign_vec", "futures", - "getrandom 0.2.12", + "getrandom 0.2.13", "hashbrown 0.14.3", "itoa", "itoap", @@ -5300,7 +5349,7 @@ dependencies = [ "bitflags 2.5.0", "bytemuck", "chrono", - "chrono-tz", + "chrono-tz 0.8.6", "comfy-table", "either", "hashbrown 0.14.3", @@ -5412,7 +5461,7 @@ dependencies = [ "base64 0.21.7", "bytemuck", "chrono", - "chrono-tz", + "chrono-tz 0.8.6", "either", "hashbrown 0.14.3", "hex", @@ -5440,7 +5489,7 @@ dependencies = [ "ahash 0.8.11", "async-stream", "base64 0.21.7", - "brotli", + "brotli 3.5.0", "ethnum", "flate2", "futures", @@ -5492,7 +5541,7 @@ checksum = "ff48362bd1b078bbbec7e7ba9ec01fea58fee2887db22a8e3deaf78f322fa3c4" dependencies = [ "ahash 0.8.11", "bytemuck", - "chrono-tz", + "chrono-tz 0.8.6", "futures", "once_cell", "percent-encoding", @@ -5506,7 +5555,7 @@ dependencies = [ "rayon", "regex", "smartstring", - "strum_macros", + "strum_macros 0.25.3", "version_check", ] @@ -5548,7 +5597,7 @@ checksum = "86eb74ea6ddfe675aa5c3f33c00dadbe2b85f0e8e3887b85db1fd5a3397267fd" dependencies = [ "atoi", "chrono", - "chrono-tz", + "chrono-tz 0.8.6", "now", "once_cell", "polars-arrow", @@ -6054,7 +6103,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.13", ] [[package]] @@ -6177,7 +6226,7 @@ version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.13", "libredox", "thiserror", ] @@ -6263,7 +6312,7 @@ version = "0.11.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" dependencies = [ - "async-compression 0.4.7", + "async-compression 0.4.8", "base64 0.21.7", "bytes", "encoding_rs", @@ -6285,7 +6334,7 @@ dependencies = [ "pin-project-lite", "rustls 0.21.10", "rustls-native-certs", - "rustls-pemfile", + "rustls-pemfile 1.0.4", "serde", "serde_json", "serde_urlencoded", @@ -6301,16 +6350,16 @@ dependencies = [ "wasm-streams 0.3.0", "web-sys", "webpki-roots 0.25.4", - "winreg", + "winreg 0.50.0", ] [[package]] name = "reqwest" -version = "0.12.2" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d66674f2b6fb864665eea7a3c1ac4e3dfacd2fda83cf6f935a612e01b0e3338" +checksum = "3e6cc1e89e689536eb5aeede61520e874df5a4707df811cd5da4aa5fbb2aae19" dependencies = [ - "base64 0.21.7", + "base64 0.22.0", "bytes", "encoding_rs", "futures-core", @@ -6330,7 +6379,7 @@ dependencies = [ "once_cell", "percent-encoding", "pin-project-lite", - "rustls-pemfile", + "rustls-pemfile 2.1.2", "serde", "serde_json", "serde_urlencoded", @@ -6345,7 +6394,7 @@ dependencies = [ "wasm-bindgen-futures", "wasm-streams 0.4.0", "web-sys", - "winreg", + "winreg 0.52.0", ] [[package]] @@ -6387,7 +6436,7 @@ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.12", + "getrandom 0.2.13", "libc", "spin 0.9.8", "untrusted 0.9.0", @@ -6645,7 +6694,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" dependencies = [ "openssl-probe", - "rustls-pemfile", + "rustls-pemfile 1.0.4", "schannel", "security-framework", ] @@ -6659,6 +6708,16 @@ dependencies = [ "base64 0.21.7", ] +[[package]] +name = "rustls-pemfile" +version = "2.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" +dependencies = [ + "base64 0.22.0", + "rustls-pki-types", +] + [[package]] name = "rustls-pki-types" version = "1.4.1" @@ -7541,7 +7600,7 @@ dependencies = [ "paste", "percent-encoding", "rustls 0.21.10", - "rustls-pemfile", + "rustls-pemfile 1.0.4", "serde", "serde_json", "sha2 0.10.8", @@ -7794,9 +7853,15 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" dependencies = [ - "strum_macros", + "strum_macros 0.25.3", ] +[[package]] +name = "strum" +version = "0.26.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" + [[package]] name = "strum_macros" version = "0.25.3" @@ -7810,6 +7875,19 @@ dependencies = [ "syn 2.0.58", ] +[[package]] +name = "strum_macros" +version = "0.26.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" +dependencies = [ + "heck 0.4.1", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.58", +] + [[package]] name = "subprocess" version = "0.2.9" @@ -8386,7 +8464,7 @@ dependencies = [ "pin-project-lite", "pretty-hex", "rustls-native-certs", - "rustls-pemfile", + "rustls-pemfile 1.0.4", "thiserror", "tokio", "tokio-rustls 0.23.4", @@ -8486,7 +8564,7 @@ dependencies = [ "clap", "derive_builder", "esaxx-rs", - "getrandom 0.2.12", + "getrandom 0.2.13", "indicatif", "itertools 0.11.0", "lazy_static", @@ -9034,7 +9112,7 @@ version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34778c17965aa2a08913b57e1f34db9b4a63f5de31768b55bf20d2795f921259" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.13", "rand 0.8.5", "uuid 1.8.0", "web-time", @@ -9291,7 +9369,7 @@ version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.13", ] [[package]] @@ -9300,7 +9378,7 @@ version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" dependencies = [ - "getrandom 0.2.12", + "getrandom 0.2.13", "serde", ] @@ -9629,7 +9707,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.303.4" +version = "1.304.0" dependencies = [ "anyhow", "axum", @@ -9645,7 +9723,7 @@ dependencies = [ "pg-embed", "prometheus", "rand 0.8.5", - "reqwest 0.12.2", + "reqwest 0.12.3", "rsmq_async", "serde", "serde_json", @@ -9666,7 +9744,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.303.4" +version = "1.304.0" dependencies = [ "anyhow", "argon2", @@ -9682,7 +9760,7 @@ dependencies = [ "candle-nn", "candle-transformers", "chrono", - "chrono-tz", + "chrono-tz 0.9.0", "cookie 0.17.0", "crc", "cron", @@ -9708,7 +9786,7 @@ dependencies = [ "rand 0.8.5", "regex", "reqwest 0.11.20", - "reqwest 0.12.2", + "reqwest 0.12.3", "rsa 0.7.2", "rsmq_async", "rust-embed", @@ -9744,7 +9822,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.303.4" +version = "1.304.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9762,7 +9840,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.303.4" +version = "1.304.0" dependencies = [ "chrono", "serde", @@ -9775,7 +9853,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.303.4" +version = "1.304.0" dependencies = [ "anyhow", "aws-config", @@ -9795,7 +9873,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "regex", - "reqwest 0.12.2", + "reqwest 0.12.3", "serde", "serde_json", "sha2 0.10.8", @@ -9811,7 +9889,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.303.4" +version = "1.304.0" dependencies = [ "regex", "rsmq_async", @@ -9826,7 +9904,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.303.4" +version = "1.304.0" dependencies = [ "serde", "serde_json", @@ -9834,7 +9912,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.303.4" +version = "1.304.0" dependencies = [ "anyhow", "lazy_static", @@ -9845,7 +9923,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.303.4" +version = "1.304.0" dependencies = [ "anyhow", "gosyn", @@ -9857,7 +9935,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.303.4" +version = "1.304.0" dependencies = [ "anyhow", "lazy_static", @@ -9868,7 +9946,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.303.4" +version = "1.304.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9879,7 +9957,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.303.4" +version = "1.304.0" dependencies = [ "anyhow", "async-recursion", @@ -9896,7 +9974,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.303.4" +version = "1.304.0" dependencies = [ "anyhow", "lazy_static", @@ -9907,7 +9985,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.303.4" +version = "1.304.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9925,10 +10003,10 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.303.4" +version = "1.304.0" dependencies = [ "anyhow", - "getrandom 0.2.12", + "getrandom 0.2.13", "serde_json", "wasm-bindgen", "wasm-bindgen-test", @@ -9943,14 +10021,14 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.303.4" +version = "1.304.0" dependencies = [ "anyhow", "async-recursion", "axum", "bigdecimal 0.4.3", "chrono", - "chrono-tz", + "chrono-tz 0.9.0", "cron", "futures-core", "hex", @@ -9959,7 +10037,7 @@ dependencies = [ "lazy_static", "prometheus", "regex", - "reqwest 0.12.2", + "reqwest 0.12.3", "rsmq_async", "serde", "serde_json", @@ -9976,7 +10054,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.303.4" +version = "1.304.0" dependencies = [ "anyhow", "async-recursion", @@ -10013,7 +10091,7 @@ dependencies = [ "prometheus", "rand 0.8.5", "regex", - "reqwest 0.12.2", + "reqwest 0.12.3", "rsmq_async", "rust_decimal", "serde", @@ -10221,6 +10299,16 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "winreg" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" +dependencies = [ + "cfg-if", + "windows-sys 0.48.0", +] + [[package]] name = "wyz" version = "0.5.1" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index c20b070209..cae9f8e38f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.303.4" +version = "1.304.0" authors.workspace = true edition.workspace = true @@ -23,7 +23,7 @@ members = [ ] [workspace.package] -version = "1.303.4" +version = "1.304.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index b618634d2e..276f10d692 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.303.4 + version: 1.304.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 9788be9e20..7a2428e86e 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.303.4"; +export const VERSION = "v1.304.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 691e4e6be5..63acafc6fc 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.303.4"; +export const VERSION = "v1.304.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 704bacd896..3905fc7324 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.303.4", + "version": "1.304.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.303.4", + "version": "1.304.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 57188f0dd1..c4b36008dd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.303.4", + "version": "1.304.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index ea83710edc..4e8693c7f5 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.303.4" -wmill_pg = ">=1.303.4" +wmill = ">=1.304.0" +wmill_pg = ">=1.304.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 1da7843a46..6326801b92 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.303.4 + version: 1.304.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 474f307f7b..6896e7aeab 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.303.4" +version = "1.304.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 8a035c1cfd..16fb53c231 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.303.4" +version = "1.304.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 58d8bf17b6..173a826b08 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.303.4", + "version": "1.304.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 7bfbc1996a..a223a68a10 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.303.4 +1.304.0