From 3cef26b4b3d73571ea37384dbd5cc7b004a9c97a Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 19 Aug 2025 02:45:30 +0000 Subject: [PATCH] chore(main): release 1.528.0 (#6407) * chore(main): release 1.528.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 12 + backend/Cargo.lock | 372 +++++++++--------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/src/main.ts | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- lsp/Pipfile | 4 +- openflow.openapi.yaml | 2 +- .../WindmillClient/WindmillClient.psd1 | 2 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/jsr.json | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 16 files changed, 216 insertions(+), 202 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f29b7b8ae8..a1f87aad64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.528.0](https://github.com/windmill-labs/windmill/compare/v1.527.1...v1.528.0) (2025-08-19) + + +### Features + +* native k8s autoscaling integration (EE) ([#6405](https://github.com/windmill-labs/windmill/issues/6405)) ([eaf4054](https://github.com/windmill-labs/windmill/commit/eaf4054bd380101856c02a0d07430ff3a0180880)) + + +### Bug Fixes + +* flow status reactivity improvement ([#6402](https://github.com/windmill-labs/windmill/issues/6402)) ([5e73c49](https://github.com/windmill-labs/windmill/commit/5e73c49ab670be0f55794f5d0cb182de9efd500a)) + ## [1.527.1](https://github.com/windmill-labs/windmill/compare/v1.527.0...v1.527.1) (2025-08-16) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 3d2817fbe4..82dc60a340 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -465,7 +465,7 @@ version = "55.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af7686986a3bf2254c9fb130c623cdcb2f8e1f15763e7c71c310f0834da3d292" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", ] [[package]] @@ -1002,7 +1002,7 @@ dependencies = [ "http 1.3.1", "http-body 0.4.6", "hyper 0.14.32", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-rustls 0.24.2", "hyper-rustls 0.27.7", "hyper-util", @@ -1070,9 +1070,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.8.7" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75d52251ed4b9776a3e8487b2a01ac915f73b2da3af8fc1e77e0fce697a550d4" +checksum = "07f5e0fc8a6b3f2303f331b94504bbf754d85488f402d6f1dd7a6080f99afe56" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -1157,7 +1157,7 @@ dependencies = [ "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "itoa", "matchit", @@ -1324,7 +1324,7 @@ version = "0.69.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "cexpr", "clang-sys", "itertools 0.12.1", @@ -1347,7 +1347,7 @@ version = "0.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "cexpr", "clang-sys", "itertools 0.13.0", @@ -1399,9 +1399,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.9.1" +version = "2.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" +checksum = "6a65b545ab31d687cff52899d4890855fec459eb6afe0da6417b8a18da87aa29" dependencies = [ "serde", ] @@ -1513,7 +1513,7 @@ dependencies = [ "hex", "http 1.3.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-named-pipe", "hyper-util", "hyperlocal", @@ -1524,7 +1524,7 @@ dependencies = [ "serde_json", "serde_repr", "serde_urlencoded", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-util", "tower-service", @@ -2479,7 +2479,7 @@ version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b28bfe653d79bd16c77f659305b195b82bb5ce0c0eb2a4846b82ddbd77586813" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "libloading 0.8.8", "winapi", ] @@ -3314,7 +3314,7 @@ dependencies = [ "swc_visit", "swc_visit_macros", "text_lines", - "thiserror 2.0.14", + "thiserror 2.0.15", "unicode-width 0.1.14", "url", ] @@ -3328,7 +3328,7 @@ dependencies = [ "async-trait", "deno_core", "deno_error", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "uuid", ] @@ -3345,7 +3345,7 @@ dependencies = [ "rusqlite", "serde", "sha2 0.10.9", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", ] @@ -3389,7 +3389,7 @@ dependencies = [ "deno_webgpu", "image", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -3415,7 +3415,7 @@ dependencies = [ "serde", "serde_json", "sys_traits", - "thiserror 2.0.14", + "thiserror 2.0.15", "url", ] @@ -3460,7 +3460,7 @@ dependencies = [ "smallvec", "sourcemap 8.0.1", "static_assertions", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "url", "v8", @@ -3485,7 +3485,7 @@ dependencies = [ "deno_core", "deno_error", "saffron", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", ] @@ -3523,7 +3523,7 @@ dependencies = [ "sha2 0.10.9", "signature", "spki", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "uuid", "x25519-dalek", @@ -3575,7 +3575,7 @@ dependencies = [ "hickory-resolver", "http 1.3.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-rustls 0.27.7", "hyper-util", "ipnet", @@ -3583,7 +3583,7 @@ dependencies = [ "rustls-webpki 0.102.8", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-rustls 0.26.2", "tokio-socks", @@ -3611,7 +3611,7 @@ dependencies = [ "serde", "serde-value", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "winapi", ] @@ -3637,7 +3637,7 @@ dependencies = [ "rand 0.8.5", "rayon", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "winapi", "windows-sys 0.59.0", ] @@ -3663,7 +3663,7 @@ dependencies = [ "http 1.3.1", "httparse", "hyper 0.14.32", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "itertools 0.10.5", "memmem", @@ -3676,7 +3676,7 @@ dependencies = [ "scopeguard", "serde", "smallvec", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-util", ] @@ -3736,7 +3736,7 @@ dependencies = [ "rand 0.8.5", "rusqlite", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "url", ] @@ -3749,7 +3749,7 @@ dependencies = [ "deno_semver", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -3776,7 +3776,7 @@ dependencies = [ "libloading 0.7.4", "log", "napi_sym", - "thiserror 2.0.14", + "thiserror 2.0.15", "windows-sys 0.59.0", ] @@ -3810,7 +3810,7 @@ dependencies = [ "rustls-tokio-stream", "serde", "socket2 0.5.10", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", ] @@ -3856,7 +3856,7 @@ dependencies = [ "hkdf", "http 1.3.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "idna", "indexmap 2.10.0", @@ -3897,7 +3897,7 @@ dependencies = [ "spki", "stable_deref_trait", "sys_traits", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-eld", "url", @@ -3925,7 +3925,7 @@ dependencies = [ "monch", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "url", ] @@ -3943,7 +3943,7 @@ dependencies = [ "strum 0.25.0", "strum_macros 0.25.3", "syn 2.0.106", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -3964,7 +3964,7 @@ dependencies = [ "serde", "signal-hook", "signal-hook-registry", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "winapi", ] @@ -3983,7 +3983,7 @@ dependencies = [ "serde", "serde_json", "sys_traits", - "thiserror 2.0.14", + "thiserror 2.0.15", "url", ] @@ -3996,7 +3996,7 @@ dependencies = [ "deno_error", "percent-encoding", "sys_traits", - "thiserror 2.0.14", + "thiserror 2.0.15", "url", ] @@ -4017,7 +4017,7 @@ dependencies = [ "once_cell", "percent-encoding", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "which 6.0.3", "winapi", ] @@ -4044,7 +4044,7 @@ dependencies = [ "serde", "simd-json", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "which 6.0.3", "winapi", @@ -4078,7 +4078,7 @@ dependencies = [ "once_cell", "parking_lot 0.12.4", "sys_traits", - "thiserror 2.0.14", + "thiserror 2.0.15", "url", ] @@ -4127,7 +4127,7 @@ dependencies = [ "http 1.3.1", "http-body-util", "hyper 0.14.32", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "libc", "log", @@ -4143,7 +4143,7 @@ dependencies = [ "serde", "sys_traits", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-metrics", "twox-hash 1.6.3", @@ -4166,7 +4166,7 @@ dependencies = [ "monch", "once_cell", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "url", ] @@ -4181,7 +4181,7 @@ dependencies = [ "deno_error", "deno_tls", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-rustls 0.27.7", "hyper-util", "log", @@ -4193,7 +4193,7 @@ dependencies = [ "opentelemetry_sdk", "pin-project", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", ] @@ -4221,7 +4221,7 @@ dependencies = [ "rustls-tokio-stream", "rustls-webpki 0.102.8", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "webpki-roots 0.26.11", ] @@ -4245,7 +4245,7 @@ checksum = "d79e743ad841f7826d46c6944580f5ba665fe9ab4c31a68c4eed8b5a78225da3" dependencies = [ "deno_core", "deno_error", - "thiserror 2.0.14", + "thiserror 2.0.15", "urlpattern", ] @@ -4265,7 +4265,7 @@ dependencies = [ "flate2", "futures", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "uuid", ] @@ -4280,7 +4280,7 @@ dependencies = [ "deno_error", "raw-window-handle", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "wgpu-core", "wgpu-types", @@ -4311,12 +4311,12 @@ dependencies = [ "h2 0.4.12", "http 1.3.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "once_cell", "rustls-tokio-stream", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", ] @@ -4330,7 +4330,7 @@ dependencies = [ "deno_error", "deno_web", "rusqlite", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -4378,7 +4378,7 @@ dependencies = [ "rand 0.8.5", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-util", "url", @@ -4403,7 +4403,7 @@ dependencies = [ "rand 0.8.5", "rusqlite", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "uuid", @@ -5175,7 +5175,7 @@ dependencies = [ "base64 0.21.7", "bytes", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "pin-project", "rand 0.8.5", @@ -5252,7 +5252,7 @@ version = "25.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1045398c1bfd89168b5fd3f1fc11f6e70b34f6f66300c87d44d3de849463abf1" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "rustc_version 0.4.1", ] @@ -6072,7 +6072,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "gpu-alloc-types", ] @@ -6082,7 +6082,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", ] [[package]] @@ -6091,7 +6091,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "gpu-descriptor-types", "hashbrown 0.15.5", ] @@ -6102,7 +6102,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", ] [[package]] @@ -6332,7 +6332,7 @@ dependencies = [ "reqwest 0.12.23", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "ureq", "windows-sys 0.60.2", @@ -6357,7 +6357,7 @@ dependencies = [ "once_cell", "rand 0.9.0", "serde", - "thiserror 2.0.14", + "thiserror 2.0.15", "tinyvec", "tokio", "tracing", @@ -6381,7 +6381,7 @@ dependencies = [ "resolv-conf", "serde", "smallvec", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", ] @@ -6555,13 +6555,14 @@ dependencies = [ [[package]] name = "hyper" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" +checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" dependencies = [ + "atomic-waker", "bytes", "futures-channel", - "futures-util", + "futures-core", "h2 0.4.12", "http 1.3.1", "http-body 1.0.1", @@ -6569,6 +6570,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", + "pin-utils", "smallvec", "tokio", "want", @@ -6584,7 +6586,7 @@ dependencies = [ "futures-util", "headers", "http 1.3.1", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-rustls 0.27.7", "hyper-util", "pin-project-lite", @@ -6601,7 +6603,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278" dependencies = [ "hex", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "pin-project-lite", "tokio", @@ -6632,7 +6634,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" dependencies = [ "http 1.3.1", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "log", "rustls 0.23.29", @@ -6650,7 +6652,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" dependencies = [ - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "pin-project-lite", "tokio", @@ -6678,7 +6680,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "native-tls", "tokio", @@ -6699,7 +6701,7 @@ dependencies = [ "futures-util", "http 1.3.1", "http-body 1.0.1", - "hyper 1.6.0", + "hyper 1.7.0", "ipnet", "libc", "percent-encoding", @@ -6720,7 +6722,7 @@ checksum = "986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7" dependencies = [ "hex", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-util", "pin-project-lite", "tokio", @@ -6921,7 +6923,7 @@ dependencies = [ "percent-encoding", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "url", ] @@ -7023,7 +7025,7 @@ version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "cfg-if", "libc", ] @@ -7197,7 +7199,7 @@ dependencies = [ "pest_derive", "regex", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -7373,7 +7375,7 @@ dependencies = [ "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-http-proxy", "hyper-rustls 0.27.7", "hyper-timeout", @@ -7387,7 +7389,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-util", "tower 0.5.2", @@ -7411,7 +7413,7 @@ dependencies = [ "serde", "serde-value", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -7449,7 +7451,7 @@ dependencies = [ "pin-project", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-util", "tracing", @@ -7652,7 +7654,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "libc", "redox_syscall 0.5.17", ] @@ -8090,7 +8092,7 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5637e166ea14be6063a3f8ba5ccb9a4159df7d8f6d61c02fc3d480b1f90dcfcb" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "block", "core-graphics-types", "foreign-types 0.5.0", @@ -8291,7 +8293,7 @@ dependencies = [ "quote", "syn 2.0.106", "termcolor", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -8316,7 +8318,7 @@ dependencies = [ "serde", "serde_json", "socket2 0.5.10", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-native-tls", "tokio-util", @@ -8331,7 +8333,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbb9f371618ce723f095c61fbcdc36e8936956d2b62832f9c7648689b338e052" dependencies = [ "base64 0.22.1", - "bitflags 2.9.1", + "bitflags 2.9.2", "btoi", "byteorder", "bytes", @@ -8348,7 +8350,7 @@ dependencies = [ "serde_json", "sha1", "sha2 0.10.9", - "thiserror 2.0.14", + "thiserror 2.0.15", "uuid", ] @@ -8360,7 +8362,7 @@ checksum = "e536ae46fcab0876853bd4a632ede5df4b1c2527a58f6c5a4150fe86be858231" dependencies = [ "arrayvec", "bit-set 0.5.3", - "bitflags 2.9.1", + "bitflags 2.9.2", "codespan-reporting", "hexf-parse", "indexmap 2.10.0", @@ -8452,7 +8454,7 @@ version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "cfg-if", "libc", ] @@ -8463,7 +8465,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "cfg-if", "cfg_aliases 0.2.1", "libc", @@ -8475,7 +8477,7 @@ version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "cfg-if", "cfg_aliases 0.2.1", "libc", @@ -8518,7 +8520,7 @@ dependencies = [ "serde", "serde_json", "sys_traits", - "thiserror 2.0.14", + "thiserror 2.0.15", "url", ] @@ -8557,7 +8559,7 @@ version = "6.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "crossbeam-channel", "filetime", "fsevent-sys", @@ -8685,7 +8687,7 @@ dependencies = [ "num-format", "serde", "serde_json", - "thiserror 2.0.14", + "thiserror 2.0.15", "typetag", "windows-sys 0.48.0", ] @@ -8939,7 +8941,7 @@ dependencies = [ "http-body-util", "httparse", "humantime", - "hyper 1.6.0", + "hyper 1.7.0", "itertools 0.14.0", "md-5 0.10.6", "parking_lot 0.12.4", @@ -8952,7 +8954,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", "url", @@ -9009,7 +9011,7 @@ version = "6.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "libc", "once_cell", "onig_sys", @@ -9079,7 +9081,7 @@ version = "0.10.73" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "cfg-if", "foreign-types 0.3.2", "libc", @@ -9543,7 +9545,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" dependencies = [ "memchr", - "thiserror 2.0.14", + "thiserror 2.0.15", "ucd-trie", ] @@ -9905,9 +9907,9 @@ checksum = "c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5" [[package]] name = "prettyplease" -version = "0.2.36" +version = "0.2.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2" +checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" dependencies = [ "proc-macro2", "syn 2.0.106", @@ -10002,9 +10004,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.97" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1" +checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" dependencies = [ "unicode-ident", ] @@ -10029,7 +10031,7 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "chrono", "flate2", "hex", @@ -10043,7 +10045,7 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "chrono", "hex", ] @@ -10079,7 +10081,7 @@ dependencies = [ "lazy_static", "memchr", "parking_lot 0.12.4", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -10169,7 +10171,7 @@ version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "getopts", "memchr", "unicase", @@ -10263,7 +10265,7 @@ dependencies = [ "rustc-hash 2.1.1", "rustls 0.23.29", "socket2 0.5.10", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", "web-time", @@ -10284,7 +10286,7 @@ dependencies = [ "rustls 0.23.29", "rustls-pki-types", "slab", - "thiserror 2.0.14", + "thiserror 2.0.15", "tinyvec", "tracing", "web-time", @@ -10436,7 +10438,7 @@ version = "11.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", ] [[package]] @@ -10558,7 +10560,7 @@ version = "0.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", ] [[package]] @@ -10580,7 +10582,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -10726,7 +10728,7 @@ dependencies = [ "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-rustls 0.27.7", "hyper-tls 0.6.0", "hyper-util", @@ -10785,7 +10787,7 @@ dependencies = [ "futures", "getrandom 0.2.16", "http 1.3.1", - "hyper 1.6.0", + "hyper 1.7.0", "parking_lot 0.11.2", "reqwest 0.12.23", "reqwest-middleware", @@ -10909,7 +10911,7 @@ dependencies = [ "serde", "serde_json", "sse-stream", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tokio-util", @@ -10938,7 +10940,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" dependencies = [ "base64 0.21.7", - "bitflags 2.9.1", + "bitflags 2.9.2", "serde", "serde_derive", ] @@ -10989,7 +10991,7 @@ version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "fallible-iterator 0.3.0", "fallible-streaming-iterator", "hashlink 0.9.1", @@ -11110,7 +11112,7 @@ version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "errno", "libc", "linux-raw-sys 0.4.15", @@ -11123,7 +11125,7 @@ version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "errno", "libc", "linux-raw-sys 0.9.4", @@ -11351,7 +11353,7 @@ version = "13.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02a2d683a4ac90aeef5b1013933f6d977bd37d51ff3f4dad829d4931a7e6be86" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "cfg-if", "clipboard-win", "fd-lock", @@ -11578,7 +11580,7 @@ version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "core-foundation 0.9.4", "core-foundation-sys", "libc", @@ -11591,7 +11593,7 @@ version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80fb1d92c5028aa318b4b8bd7302a5bfcf48be96a37fc6fc790f806b0004ee0c" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "core-foundation 0.10.1", "core-foundation-sys", "libc", @@ -11791,7 +11793,7 @@ dependencies = [ "num-bigint", "serde", "smallvec", - "thiserror 2.0.14", + "thiserror 2.0.15", "v8", ] @@ -12019,7 +12021,7 @@ checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" dependencies = [ "num-bigint", "num-traits", - "thiserror 2.0.14", + "thiserror 2.0.15", "time", ] @@ -12195,7 +12197,7 @@ version = "0.3.0+sdk-1.3.268.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", ] [[package]] @@ -12301,7 +12303,7 @@ dependencies = [ "serde_json", "sha2 0.10.9", "smallvec", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tokio-stream", "tracing", @@ -12357,7 +12359,7 @@ dependencies = [ "atoi", "base64 0.22.1", "bigdecimal", - "bitflags 2.9.1", + "bitflags 2.9.2", "byteorder", "bytes", "chrono", @@ -12387,7 +12389,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", "uuid", "whoami", @@ -12402,7 +12404,7 @@ dependencies = [ "atoi", "base64 0.22.1", "bigdecimal", - "bitflags 2.9.1", + "bitflags 2.9.2", "byteorder", "chrono", "crc", @@ -12428,7 +12430,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", "uuid", "whoami", @@ -12454,7 +12456,7 @@ dependencies = [ "serde", "serde_urlencoded", "sqlx-core", - "thiserror 2.0.14", + "thiserror 2.0.15", "tracing", "url", "uuid", @@ -12716,7 +12718,7 @@ version = "0.118.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a6f866d12e4d519052b92a0a86d1ac7ff17570da1272ca0c89b3d6f802cd79df" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "is-macro", "num-bigint", "phf 0.11.3", @@ -12802,7 +12804,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "65f21494e75d0bd8ef42010b47cabab9caaed8f2207570e809f6f4eb51a710d1" dependencies = [ "better_scoped_tls", - "bitflags 2.9.1", + "bitflags 2.9.2", "indexmap 2.10.0", "once_cell", "phf 0.11.3", @@ -13070,7 +13072,7 @@ version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "byteorder", "enum-as-inner", "libc", @@ -13084,7 +13086,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "byteorder", "enum-as-inner", "libc", @@ -13123,7 +13125,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "core-foundation 0.9.4", "system-configuration-sys 0.6.0", ] @@ -13213,7 +13215,7 @@ dependencies = [ "tantivy-stacker", "tantivy-tokenizer-api", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.15", "time", "uuid", "winapi", @@ -13385,11 +13387,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.14" +version = "2.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e" +checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850" dependencies = [ - "thiserror-impl 2.0.14", + "thiserror-impl 2.0.15", ] [[package]] @@ -13405,9 +13407,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.14" +version = "2.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227" +checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0" dependencies = [ "proc-macro2", "quote", @@ -13557,9 +13559,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" +checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" dependencies = [ "tinyvec_macros", ] @@ -13925,7 +13927,7 @@ dependencies = [ "http 1.3.1", "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", + "hyper 1.7.0", "hyper-timeout", "hyper-util", "percent-encoding", @@ -14006,7 +14008,7 @@ checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" dependencies = [ "async-compression", "base64 0.22.1", - "bitflags 2.9.1", + "bitflags 2.9.2", "bytes", "futures-core", "futures-util", @@ -14671,7 +14673,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a511192602f7b435b0a241c1947aa743eb7717f20a9195f4b5e8ed1952e01db1" dependencies = [ "bindgen 0.70.1", - "bitflags 2.9.1", + "bitflags 2.9.2", "fslock", "gzip-header", "home", @@ -14687,7 +14689,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97599c400fc79925922b58303e98fcb8fa88f573379a08ddb652e72cbd2e70f6" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "encoding_rs", "indexmap 2.10.0", "num-bigint", @@ -14911,7 +14913,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2eeee3bdea6257cc36d756fa745a70f9d393571e47d69e0ed97581676a5369ca" dependencies = [ "deno_error", - "thiserror 2.0.14", + "thiserror 2.0.15", ] [[package]] @@ -14978,7 +14980,7 @@ checksum = "d50819ab545b867d8a454d1d756b90cd5f15da1f2943334ca314af10583c9d39" dependencies = [ "arrayvec", "bit-vec 0.6.3", - "bitflags 2.9.1", + "bitflags 2.9.2", "cfg_aliases 0.1.1", "codespan-reporting", "document-features", @@ -15009,7 +15011,7 @@ dependencies = [ "arrayvec", "ash", "bit-set 0.5.3", - "bitflags 2.9.1", + "bitflags 2.9.2", "block", "cfg_aliases 0.1.1", "core-graphics-types", @@ -15047,7 +15049,7 @@ version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1353d9a46bff7f955a680577f34c69122628cc2076e1d6f3a9be6ef00ae793ef" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", "js-sys", "serde", "web-sys", @@ -15127,7 +15129,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "axum", @@ -15181,7 +15183,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "argon2", @@ -15221,7 +15223,7 @@ dependencies = [ "hf-hub", "hmac", "http 1.3.1", - "hyper 1.6.0", + "hyper 1.7.0", "indexmap 2.10.0", "itertools 0.14.0", "jsonwebtoken 8.3.0", @@ -15261,7 +15263,7 @@ dependencies = [ "sql-builder", "sqlx", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.15", "time", "tinyvector", "tokenizers", @@ -15298,7 +15300,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.527.1" +version = "1.528.0" dependencies = [ "base64 0.22.1", "chrono", @@ -15313,7 +15315,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.527.1" +version = "1.528.0" dependencies = [ "chrono", "serde", @@ -15326,7 +15328,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "axum", @@ -15335,7 +15337,7 @@ dependencies = [ "serde", "serde_json", "sqlx", - "thiserror 2.0.14", + "thiserror 2.0.15", "tokio", "tracing", "uuid", @@ -15345,7 +15347,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "async-recursion", @@ -15369,7 +15371,7 @@ dependencies = [ "git-version", "hex", "hmac", - "hyper 1.6.0", + "hyper 1.7.0", "indexmap 2.10.0", "itertools 0.14.0", "jsonwebtoken 8.3.0", @@ -15403,7 +15405,7 @@ dependencies = [ "systemstat", "tar", "tempfile", - "thiserror 2.0.14", + "thiserror 2.0.15", "tikv-jemalloc-ctl", "tokio", "tokio-stream", @@ -15425,7 +15427,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.527.1" +version = "1.528.0" dependencies = [ "regex", "serde", @@ -15440,7 +15442,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "bytes", @@ -15464,7 +15466,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.527.1" +version = "1.528.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15476,7 +15478,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.527.1" +version = "1.528.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15485,7 +15487,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "lazy_static", @@ -15497,7 +15499,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "serde_json", @@ -15509,7 +15511,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "gosyn", @@ -15521,7 +15523,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "lazy_static", @@ -15533,7 +15535,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "serde_json", @@ -15545,7 +15547,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "nu-parser", @@ -15556,7 +15558,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15567,7 +15569,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15579,7 +15581,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "async-recursion", @@ -15602,7 +15604,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "lazy_static", @@ -15616,7 +15618,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15633,7 +15635,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "lazy_static", @@ -15647,7 +15649,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "lazy_static", @@ -15665,7 +15667,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15690,7 +15692,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "serde_json", @@ -15700,7 +15702,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "async-recursion", @@ -15733,7 +15735,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.527.1" +version = "1.528.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15743,7 +15745,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.527.1" +version = "1.528.0" dependencies = [ "anyhow", "async-recursion", @@ -16327,7 +16329,7 @@ version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" dependencies = [ - "bitflags 2.9.1", + "bitflags 2.9.2", ] [[package]] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index cd69dd1c37..becc0cf377 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.527.1" +version = "1.528.0" authors.workspace = true edition.workspace = true @@ -33,7 +33,7 @@ members = [ ] [workspace.package] -version = "1.527.1" +version = "1.528.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index cf2b175bee..b662a9f1d0 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.527.1 + version: 1.528.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 1267aa0e52..7908e9be9e 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.527.1"; +export const VERSION = "v1.528.0"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/src/main.ts b/cli/src/main.ts index baf95987e6..48d5d929ee 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.527.1"; +export const VERSION = "1.528.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 19e959f53b..67020d67c3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.527.1", + "version": "1.528.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.527.1", + "version": "1.528.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 8babcbdb71..c27a67785e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.527.1", + "version": "1.528.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index b110ee7490..03eb303972 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.527.1" -wmill_pg = ">=1.527.1" +wmill = ">=1.528.0" +wmill_pg = ">=1.528.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index d51a6e7327..d7b2ef3707 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.527.1 + version: 1.528.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index c6a056a511..6e39cf7cfd 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.527.1' + ModuleVersion = '1.528.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 3fe87521c8..306b1910cc 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.527.1" +version = "1.528.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 b2ee1315d7..c388c55df0 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.527.1" +version = "1.528.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 d5c058d1c7..55495e47a2 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.527.1", + "version": "1.528.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 5cfdc91c00..e77f066c52 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.527.1", + "version": "1.528.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 02d99e17ad..bfe0511a9e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.527.1 +1.528.0