From fad5419b9dda1fb7991ffd3cb12c9e01774f8873 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 2 Jul 2026 23:03:44 +0000 Subject: [PATCH] chore(main): release 1.746.0 (#9872) * chore(main): release 1.746.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 28 +++ backend/Cargo.lock | 222 +++++++++--------- backend/Cargo.toml | 4 +- .../parsers/windmill-parser-wasm/Cargo.lock | 48 ++-- .../parsers/windmill-parser-wasm/Cargo.toml | 2 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/src/core/constants.ts | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- lsp/Pipfile | 2 +- openflow.openapi.yaml | 2 +- .../WindmillClient/WindmillClient.psd1 | 2 +- python-client/wmill/pyproject.toml | 2 +- typescript-client/jsr.json | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 17 files changed, 179 insertions(+), 151 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a42f727fa6..668078da12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.746.0](https://github.com/windmill-labs/windmill/compare/v1.745.0...v1.746.0) (2026-07-02) + + +### Features + +* **ai:** add Azure AI Foundry as a native AI provider ([#9879](https://github.com/windmill-labs/windmill/issues/9879)) ([d9b080f](https://github.com/windmill-labs/windmill/commit/d9b080f57fa0be144cefa773d39742c45b40f043)) +* **frontend:** group compare & deploy items by folder ([#9880](https://github.com/windmill-labs/windmill/issues/9880)) ([7b04820](https://github.com/windmill-labs/windmill/commit/7b04820f8ef8c7f02f79dd4239a877f667d23e6a)) +* **frontend:** pipelines index page and sql editor hint ([#9881](https://github.com/windmill-labs/windmill/issues/9881)) ([20351a6](https://github.com/windmill-labs/windmill/commit/20351a6b4c262184c5f815eeb5de007ab1eaf4a0)) +* **pipeline:** backfill a range of partitions from the asset drawer ([#9885](https://github.com/windmill-labs/windmill/issues/9885)) ([53bbb92](https://github.com/windmill-labs/windmill/commit/53bbb92953178eb6d0017818ef870f3cb2399dfd)) +* **pipelines:** workspace duckdb macro libraries (// macros / // use) ([#9890](https://github.com/windmill-labs/windmill/issues/9890)) ([84141ad](https://github.com/windmill-labs/windmill/commit/84141add1ddf35c2573e3c213366ce7c5f1f2258)) +* **s3:** replace CE 50MB upload cap with 10GiB workspace storage quota ([#9874](https://github.com/windmill-labs/windmill/issues/9874)) ([af01e90](https://github.com/windmill-labs/windmill/commit/af01e90b5c65d1b1cfacf4433f8cff7effe73768)) +* support workspace forks on cloud using parent workspace limits ([#9864](https://github.com/windmill-labs/windmill/issues/9864)) ([7c7d747](https://github.com/windmill-labs/windmill/commit/7c7d7474cc86a4052272032f281cc4d7a85db37b)) + + +### Bug Fixes + +* **duckdb:** auto-declare partition arg for `// partitioned` scripts ([#9878](https://github.com/windmill-labs/windmill/issues/9878)) ([b883adb](https://github.com/windmill-labs/windmill/commit/b883adbc0011073da592dc5b39e1b79db492c83c)) +* **frontend:** home New submenus fall back below, hugging the right edge ([#9894](https://github.com/windmill-labs/windmill/issues/9894)) ([186ac49](https://github.com/windmill-labs/windmill/commit/186ac4933b79aed57fce23ebcf3b525fcfd1c474)) +* **frontend:** show inline workspace name editor on general settings (Fixes GIT-911) ([#9892](https://github.com/windmill-labs/windmill/issues/9892)) ([a49c087](https://github.com/windmill-labs/windmill/commit/a49c0871d7ab2aaf78a7713b8a786ead937434da)) +* **frontend:** stack cron field and cron builder button on narrow screens ([#9871](https://github.com/windmill-labs/windmill/issues/9871)) ([7989795](https://github.com/windmill-labs/windmill/commit/79897950e7646b00d92a28a009174d91c705b251)) +* invalidate bun bundle cache on transitive relative-import changes ([#9891](https://github.com/windmill-labs/windmill/issues/9891)) ([d15033c](https://github.com/windmill-labs/windmill/commit/d15033cde6a474b548ebbaf18ff02223fc21f701)) +* make SMTP username and password optional in frontend validation ([#9895](https://github.com/windmill-labs/windmill/issues/9895)) ([37bb574](https://github.com/windmill-labs/windmill/commit/37bb57474e8336823bb31527f2a708ef41cd39c4)) +* **parsers:** infer py s3 assets from S3Object constructor and dict forms ([#9877](https://github.com/windmill-labs/windmill/issues/9877)) ([659642e](https://github.com/windmill-labs/windmill/commit/659642e4889361f86e8addb038cda62fc3471006)) +* pipeline dogfooding fixes — SCD2 data-test scope, --partition, s3object upload binding ([#9875](https://github.com/windmill-labs/windmill/issues/9875)) ([d65f58c](https://github.com/windmill-labs/windmill/commit/d65f58c388d88fff71cda22dfa21aecdae70c450)) +* polish pipeline graph view (layout, viewport, minimap, lineage, timestamps) ([#9883](https://github.com/windmill-labs/windmill/issues/9883)) ([b92a86b](https://github.com/windmill-labs/windmill/commit/b92a86b8b3a60b877540c3a7f0ffefe36ccbb053)) +* stale AI chat context picker after workspace item changes ([#9893](https://github.com/windmill-labs/windmill/issues/9893)) ([5af91a6](https://github.com/windmill-labs/windmill/commit/5af91a677cad88faccba702e3556fc4fb7b6e640)) +* **triggers:** retry transient websocket connect failures before disabling ([#9887](https://github.com/windmill-labs/windmill/issues/9887)) ([7894507](https://github.com/windmill-labs/windmill/commit/789450731b0a3c8dffa336f7bfc3f3de528c09fb)) + ## [1.745.0](https://github.com/windmill-labs/windmill/compare/v1.744.0...v1.745.0) (2026-07-01) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 77850c7dc6..749dc880eb 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -237,9 +237,9 @@ checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" [[package]] name = "arrayvec" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe" +checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56" [[package]] name = "arrow" @@ -517,7 +517,7 @@ dependencies = [ "futures-core", "libc", "portable-atomic", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "tokio", "tokio-stream", "xattr", @@ -1531,7 +1531,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "shlex 1.3.0", "syn 2.0.118", ] @@ -1551,7 +1551,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "shlex 1.3.0", "syn 2.0.118", ] @@ -4212,7 +4212,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf592ae6a864437e98ef9c6ae7936b822077e9d038a3a48ee081ab92313afad4" dependencies = [ "num-bigint", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "swc_atoms", "swc_common", "swc_ecma_ast", @@ -5553,7 +5553,7 @@ dependencies = [ "hashbrown 0.14.5", "new_debug_unreachable", "once_cell", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "triomphe", ] @@ -5661,9 +5661,9 @@ dependencies = [ [[package]] name = "humantime" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" +checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15" [[package]] name = "hyper" @@ -7246,7 +7246,7 @@ dependencies = [ "native-tls", "pem 3.0.6", "percent-encoding", - "rand 0.10.1", + "rand 0.10.2", "serde", "socket2 0.6.4", "thiserror 2.0.18", @@ -7563,9 +7563,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" +checksum = "c863e9ab5e7bf9c99ba75e1050f1e4d624ae87ed3532d6238ffbdc7b585dbbe6" dependencies = [ "num-integer", "num-traits", @@ -8984,7 +8984,7 @@ dependencies = [ "pin-project-lite", "quinn-proto", "quinn-udp", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "rustls 0.23.35", "socket2 0.6.4", "thiserror 2.0.18", @@ -9005,7 +9005,7 @@ dependencies = [ "lru-slab", "rand 0.9.0", "ring 0.17.14", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "rustls 0.23.35", "rustls-pki-types", "slab", @@ -9093,9 +9093,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" +checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" dependencies = [ "chacha20", "getrandom 0.4.3", @@ -9559,7 +9559,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc05fbf560421a0357a750cbe78c7ca19d4923918490daabba313d5dbc871e47" dependencies = [ - "rand 0.10.1", + "rand 0.10.2", ] [[package]] @@ -9843,9 +9843,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-hash" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" +checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" [[package]] name = "rustc_version" @@ -10889,7 +10889,7 @@ dependencies = [ "data-encoding", "debugid", "if_chain", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "serde", "serde_json", "unicode-id-start", @@ -11322,7 +11322,7 @@ dependencies = [ "allocator-api2", "bumpalo", "hashbrown 0.14.5", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", ] [[package]] @@ -11351,7 +11351,7 @@ dependencies = [ "new_debug_unreachable", "num-bigint", "once_cell", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "serde", "siphasher 0.3.11", "swc_atoms", @@ -11400,7 +11400,7 @@ dependencies = [ "num-bigint", "once_cell", "phf 0.11.3", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "serde", "string_enum", "swc_atoms", @@ -11421,7 +11421,7 @@ dependencies = [ "num-bigint", "once_cell", "regex", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "ryu-js", "serde", "swc_allocator", @@ -11455,7 +11455,7 @@ dependencies = [ "either", "num-bigint", "phf 0.11.3", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "seq-macro", "serde", "smallvec", @@ -11475,7 +11475,7 @@ checksum = "c675d14700c92f12585049b22b02356f1e142f4b0c32a4d0eb4b7a968a4c0c1e" dependencies = [ "anyhow", "pathdiff", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "serde", "swc_atoms", "swc_common", @@ -11509,7 +11509,7 @@ dependencies = [ "once_cell", "par-core", "phf 0.11.3", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "serde", "swc_atoms", "swc_common", @@ -11552,7 +11552,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39b3b34f6a28348416174912009d09994ab71c867682ec78d641a9feb3a96b4e" dependencies = [ "either", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "serde", "swc_atoms", "swc_common", @@ -11573,7 +11573,7 @@ dependencies = [ "bytes-str", "indexmap 2.14.0", "once_cell", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "serde", "sha1", "string_enum", @@ -11594,7 +11594,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3872c006ccfdcc19f1cf5c01c15915a69964ba7982c9f581cdb7e727e77b9a2c" dependencies = [ "bytes-str", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "serde", "swc_atoms", "swc_common", @@ -11615,7 +11615,7 @@ dependencies = [ "num_cpus", "once_cell", "par-core", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "ryu-js", "swc_atoms", "swc_common", @@ -11673,7 +11673,7 @@ dependencies = [ "data-encoding", "debugid", "if_chain", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "serde", "serde_json", "unicode-id-start", @@ -11870,7 +11870,7 @@ dependencies = [ "rayon", "regex", "rust-stemmers", - "rustc-hash 2.1.2", + "rustc-hash 2.1.3", "serde", "serde_json", "sketches-ddsketch", @@ -13735,7 +13735,7 @@ dependencies = [ [[package]] name = "windmill" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-nats", @@ -13817,7 +13817,7 @@ dependencies = [ [[package]] name = "windmill-ai" -version = "1.745.0" +version = "1.746.0" dependencies = [ "async-stream", "async-trait", @@ -13850,7 +13850,7 @@ dependencies = [ [[package]] name = "windmill-alerting" -version = "1.745.0" +version = "1.746.0" dependencies = [ "axum 0.8.9", "chrono", @@ -13863,7 +13863,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "argon2", @@ -14001,7 +14001,7 @@ dependencies = [ [[package]] name = "windmill-api-agent-workers" -version = "1.745.0" +version = "1.746.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14024,7 +14024,7 @@ dependencies = [ [[package]] name = "windmill-api-assets" -version = "1.745.0" +version = "1.746.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14039,7 +14039,7 @@ dependencies = [ [[package]] name = "windmill-api-auth" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "axum 0.8.9", @@ -14065,7 +14065,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.745.0" +version = "1.746.0" dependencies = [ "reqwest 0.12.28", "serde", @@ -14075,7 +14075,7 @@ dependencies = [ [[package]] name = "windmill-api-configs" -version = "1.745.0" +version = "1.746.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14092,7 +14092,7 @@ dependencies = [ [[package]] name = "windmill-api-debug" -version = "1.745.0" +version = "1.746.0" dependencies = [ "axum 0.8.9", "base64 0.22.1", @@ -14114,7 +14114,7 @@ dependencies = [ [[package]] name = "windmill-api-embeddings" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "axum 0.8.9", @@ -14137,7 +14137,7 @@ dependencies = [ [[package]] name = "windmill-api-flow-conversations" -version = "1.745.0" +version = "1.746.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14153,7 +14153,7 @@ dependencies = [ [[package]] name = "windmill-api-flows" -version = "1.745.0" +version = "1.746.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14174,7 +14174,7 @@ dependencies = [ [[package]] name = "windmill-api-groups" -version = "1.745.0" +version = "1.746.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14195,7 +14195,7 @@ dependencies = [ [[package]] name = "windmill-api-inputs" -version = "1.745.0" +version = "1.746.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14209,7 +14209,7 @@ dependencies = [ [[package]] name = "windmill-api-integration-tests" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-nats", @@ -14244,7 +14244,7 @@ dependencies = [ [[package]] name = "windmill-api-jobs" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "axum 0.8.9", @@ -14269,7 +14269,7 @@ dependencies = [ [[package]] name = "windmill-api-npm-proxy" -version = "1.745.0" +version = "1.746.0" dependencies = [ "axum 0.8.9", "flate2", @@ -14287,7 +14287,7 @@ dependencies = [ [[package]] name = "windmill-api-openapi" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "axum 0.8.9", @@ -14309,7 +14309,7 @@ dependencies = [ [[package]] name = "windmill-api-schedule" -version = "1.745.0" +version = "1.746.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14329,7 +14329,7 @@ dependencies = [ [[package]] name = "windmill-api-scripts" -version = "1.745.0" +version = "1.746.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14366,7 +14366,7 @@ dependencies = [ [[package]] name = "windmill-api-settings" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "axum 0.8.9", @@ -14394,7 +14394,7 @@ dependencies = [ [[package]] name = "windmill-api-sse" -version = "1.745.0" +version = "1.746.0" dependencies = [ "lazy_static", "serde", @@ -14406,7 +14406,7 @@ dependencies = [ [[package]] name = "windmill-api-users" -version = "1.745.0" +version = "1.746.0" dependencies = [ "argon2", "axum 0.8.9", @@ -14431,7 +14431,7 @@ dependencies = [ [[package]] name = "windmill-api-workers" -version = "1.745.0" +version = "1.746.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14445,7 +14445,7 @@ dependencies = [ [[package]] name = "windmill-api-workspaces" -version = "1.745.0" +version = "1.746.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14478,7 +14478,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.745.0" +version = "1.746.0" dependencies = [ "chrono", "lazy_static", @@ -14492,7 +14492,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "axum 0.8.9", @@ -14511,7 +14511,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.745.0" +version = "1.746.0" dependencies = [ "aes-gcm", "aho-corasick", @@ -14613,7 +14613,7 @@ dependencies = [ [[package]] name = "windmill-dep-map" -version = "1.745.0" +version = "1.746.0" dependencies = [ "chrono", "itertools 0.14.0", @@ -14632,7 +14632,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.745.0" +version = "1.746.0" dependencies = [ "regex", "serde", @@ -14647,7 +14647,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "astral-tokio-tar", @@ -14671,7 +14671,7 @@ dependencies = [ [[package]] name = "windmill-jseval" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "futures", @@ -14688,7 +14688,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.745.0" +version = "1.746.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -14704,7 +14704,7 @@ dependencies = [ [[package]] name = "windmill-mcp" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-trait", @@ -14725,7 +14725,7 @@ dependencies = [ [[package]] name = "windmill-native-triggers" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-trait", @@ -14756,7 +14756,7 @@ dependencies = [ [[package]] name = "windmill-oauth" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "arc-swap", @@ -14781,7 +14781,7 @@ dependencies = [ [[package]] name = "windmill-object-store" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-stream", @@ -14815,7 +14815,7 @@ dependencies = [ [[package]] name = "windmill-operator" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "futures", @@ -14833,7 +14833,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.745.0" +version = "1.746.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -14842,7 +14842,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "lazy_static", @@ -14854,7 +14854,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "serde_json", @@ -14866,7 +14866,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "gosyn", @@ -14878,7 +14878,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "lazy_static", @@ -14890,7 +14890,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "serde_json", @@ -14902,7 +14902,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "nu-parser", @@ -14913,7 +14913,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14924,7 +14924,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14936,7 +14936,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-asset" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "rustpython-ast", @@ -14947,7 +14947,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-recursion", @@ -14969,7 +14969,7 @@ dependencies = [ [[package]] name = "windmill-parser-r" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "serde_json", @@ -14981,7 +14981,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "lazy_static", @@ -14995,7 +14995,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15012,7 +15012,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "lazy_static", @@ -15025,7 +15025,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql-asset" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "serde", @@ -15037,7 +15037,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "lazy_static", @@ -15055,7 +15055,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts-asset" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "serde-wasm-bindgen", @@ -15071,7 +15071,7 @@ dependencies = [ [[package]] name = "windmill-parser-wac" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "rustpython-ast", @@ -15087,7 +15087,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "serde", @@ -15098,7 +15098,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-recursion", @@ -15137,7 +15137,7 @@ dependencies = [ [[package]] name = "windmill-runtime-nativets" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "const_format", @@ -15176,7 +15176,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.745.0" +version = "1.746.0" dependencies = [ "getrandom 0.3.4", "wasm-bindgen", @@ -15187,7 +15187,7 @@ dependencies = [ [[package]] name = "windmill-store" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-recursion", @@ -15221,7 +15221,7 @@ dependencies = [ [[package]] name = "windmill-test-utils" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-trait", @@ -15245,7 +15245,7 @@ dependencies = [ [[package]] name = "windmill-trigger" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-trait", @@ -15278,7 +15278,7 @@ dependencies = [ [[package]] name = "windmill-trigger-azure" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-trait", @@ -15311,7 +15311,7 @@ dependencies = [ [[package]] name = "windmill-trigger-email" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-trait", @@ -15331,7 +15331,7 @@ dependencies = [ [[package]] name = "windmill-trigger-gcp" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-trait", @@ -15365,7 +15365,7 @@ dependencies = [ [[package]] name = "windmill-trigger-http" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-trait", @@ -15401,7 +15401,7 @@ dependencies = [ [[package]] name = "windmill-trigger-kafka" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-trait", @@ -15424,7 +15424,7 @@ dependencies = [ [[package]] name = "windmill-trigger-mqtt" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-trait", @@ -15448,7 +15448,7 @@ dependencies = [ [[package]] name = "windmill-trigger-nats" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-nats", @@ -15472,7 +15472,7 @@ dependencies = [ [[package]] name = "windmill-trigger-postgres" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-trait", @@ -15507,7 +15507,7 @@ dependencies = [ [[package]] name = "windmill-trigger-sqs" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-trait", @@ -15535,7 +15535,7 @@ dependencies = [ [[package]] name = "windmill-trigger-websocket" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-trait", @@ -15560,7 +15560,7 @@ dependencies = [ [[package]] name = "windmill-types" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "bitflags 2.13.0", @@ -15579,7 +15579,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-once-cell", @@ -15689,7 +15689,7 @@ dependencies = [ [[package]] name = "windmill-worker-volumes" -version = "1.745.0" +version = "1.746.0" dependencies = [ "bytes", "futures", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index bf4b4fc022..276416f450 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.745.0" +version = "1.746.0" authors.workspace = true edition.workspace = true @@ -87,7 +87,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal", "./parsers/windmill-parser-wasm"] [workspace.package] -version = "1.745.0" +version = "1.746.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/parsers/windmill-parser-wasm/Cargo.lock b/backend/parsers/windmill-parser-wasm/Cargo.lock index 4e39f3b0c8..d9f4dac33c 100644 --- a/backend/parsers/windmill-parser-wasm/Cargo.lock +++ b/backend/parsers/windmill-parser-wasm/Cargo.lock @@ -6191,7 +6191,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill-common" -version = "1.745.0" +version = "1.746.0" dependencies = [ "aho-corasick", "anyhow", @@ -6272,7 +6272,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.745.0" +version = "1.746.0" dependencies = [ "proc-macro2", "quote", @@ -6284,7 +6284,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.745.0" +version = "1.746.0" dependencies = [ "convert_case", "serde", @@ -6293,7 +6293,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "lazy_static", @@ -6305,7 +6305,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "serde_json", @@ -6317,7 +6317,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "gosyn", @@ -6329,7 +6329,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "lazy_static", @@ -6341,7 +6341,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "serde_json", @@ -6353,7 +6353,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "nu-parser", @@ -6364,7 +6364,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -6375,7 +6375,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -6387,7 +6387,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-asset" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "rustpython-ast", @@ -6398,7 +6398,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "async-recursion", @@ -6420,7 +6420,7 @@ dependencies = [ [[package]] name = "windmill-parser-r" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "serde_json", @@ -6432,7 +6432,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "lazy_static", @@ -6446,7 +6446,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "convert_case", @@ -6463,7 +6463,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "lazy_static", @@ -6476,7 +6476,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql-asset" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "serde", @@ -6488,7 +6488,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "lazy_static", @@ -6506,7 +6506,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts-asset" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "serde-wasm-bindgen", @@ -6522,7 +6522,7 @@ dependencies = [ [[package]] name = "windmill-parser-wac" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "rustpython-ast", @@ -6538,7 +6538,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "getrandom 0.2.17", @@ -6570,7 +6570,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "serde", @@ -6581,7 +6581,7 @@ dependencies = [ [[package]] name = "windmill-types" -version = "1.745.0" +version = "1.746.0" dependencies = [ "anyhow", "bitflags", diff --git a/backend/parsers/windmill-parser-wasm/Cargo.toml b/backend/parsers/windmill-parser-wasm/Cargo.toml index 1048b9f6ba..b4ea7a2aeb 100644 --- a/backend/parsers/windmill-parser-wasm/Cargo.toml +++ b/backend/parsers/windmill-parser-wasm/Cargo.toml @@ -12,7 +12,7 @@ resolver = "2" members = ["."] [workspace.package] -version = "1.745.0" +version = "1.746.0" edition = "2021" authors = ["Ruben Fiszel "] diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 900e54b243..e98c54b026 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.745.0 + version: 1.746.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index f5a0a6564d..e3d8172bfe 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.745.0"; +export const VERSION = "v1.746.0"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/src/core/constants.ts b/cli/src/core/constants.ts index 457f4cc51e..ea626e7d45 100644 --- a/cli/src/core/constants.ts +++ b/cli/src/core/constants.ts @@ -10,4 +10,4 @@ export const WM_FORK_PREFIX = "wm-fork"; // (e.g. utils.ts) can read it without importing main.ts and creating a circular // dependency (main → workspace → utils → main) that triggers a TDZ. // Re-exported from main.ts for backwards compatibility. -export const VERSION = "1.745.0"; +export const VERSION = "1.746.0"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 483c4766b9..b4c91f72e7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "@windmill-labs/components", - "version": "1.745.0", + "version": "1.746.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@windmill-labs/components", - "version": "1.745.0", + "version": "1.746.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 4aa51acb00..3682bfa089 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@windmill-labs/components", - "version": "1.745.0", + "version": "1.746.0", "scripts": { "dev": "vite dev", "dev:ui-builder": "mv static/ui_builder static/ui_builder.dev-disabled 2>/dev/null || true ; trap 'mv static/ui_builder.dev-disabled static/ui_builder 2>/dev/null || true' EXIT ; vite dev", diff --git a/lsp/Pipfile b/lsp/Pipfile index 535f538d26..9cea5c53a4 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.745.0" +wmill = ">=1.746.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 8b19b3fbf1..2d3cba82d9 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: '3.0.3' info: - version: 1.745.0 + version: 1.746.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 92a1a6628a..2d2f30285c 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.745.0' + ModuleVersion = '1.746.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 45b7f56a17..1d4c874cec 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.745.0" +version = "1.746.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/typescript-client/jsr.json b/typescript-client/jsr.json index ebf0669fc2..f11853e2bc 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.745.0", + "version": "1.746.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./sqlUtils.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 763196a9cf..e0b19d396f 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.745.0", + "version": "1.746.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "homepage": "https://github.com/windmill-labs/windmill/tree/main/typescript-client#readme", diff --git a/version.txt b/version.txt index 977091ab28..c8670bfad7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.745.0 +1.746.0