From 36353359f63204271f4aa0cd5e9a172331eedb25 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 1 Mar 2026 07:00:37 +0000 Subject: [PATCH] chore(main): release 1.647.0 (#8127) * chore(main): release 1.647.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 31 +++ backend/Cargo.lock | 181 +++++++++--------- 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, 142 insertions(+), 104 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eee595bd2..8276e8d8d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [1.647.0](https://github.com/windmill-labs/windmill/compare/v1.646.0...v1.647.0) (2026-03-01) + + +### Features + +* populate baseUrl and userId in Nextcloud resource from OAuth ([#8132](https://github.com/windmill-labs/windmill/issues/8132)) ([5d58a87](https://github.com/windmill-labs/windmill/commit/5d58a87a7f02c4f7775bd02c885071495a5f686d)) +* runScript inline for path and hash ([#8019](https://github.com/windmill-labs/windmill/issues/8019)) ([7d9d16a](https://github.com/windmill-labs/windmill/commit/7d9d16a6a3357981e5692023982ca1e670acfaae)) +* slow stream warnings, batch size control, and fix result/skipped filters ([#8154](https://github.com/windmill-labs/windmill/issues/8154)) ([7a32abe](https://github.com/windmill-labs/windmill/commit/7a32abec96124f96a1dbac11e03162cca68f3286)) + + +### Bug Fixes + +* : persist show schedules and show future jobs toggles in local storage ([#8125](https://github.com/windmill-labs/windmill/issues/8125)) ([f1d8568](https://github.com/windmill-labs/windmill/commit/f1d8568831bf69ee790def4f90df8f32c59a94e0)), closes [#8123](https://github.com/windmill-labs/windmill/issues/8123) +* add partial index for fast failure filtering on runs page ([#8150](https://github.com/windmill-labs/windmill/issues/8150)) ([d4673c2](https://github.com/windmill-labs/windmill/commit/d4673c2e91168dcdb0aca9d6c039df0d9c52bb28)) +* copy deps and remove user auto-add on workspace fork ([#8142](https://github.com/windmill-labs/windmill/issues/8142)) ([0776de6](https://github.com/windmill-labs/windmill/commit/0776de6b2173075f533fd59a49efb111000da5df)) +* fix custom TS Monaco worker not reloading on file uri change ([#8130](https://github.com/windmill-labs/windmill/issues/8130)) ([b68ff96](https://github.com/windmill-labs/windmill/commit/b68ff965dd4f67046fae7e8cf756c8b3e15c2643)) +* Handle CTEs and local tables in SQL asset parser ([#8131](https://github.com/windmill-labs/windmill/issues/8131)) ([0955051](https://github.com/windmill-labs/windmill/commit/095505136c2b3e03f656ace20a5c1bbe142fa63f)) +* prevent wm-cursor from hanging on stale cursor IPC sockets ([b9e3e05](https://github.com/windmill-labs/windmill/commit/b9e3e053e4914e753bbb806e6b748c791edb92d2)) +* process deletes before adds in CLI sync push to avoid conflicts ([#8148](https://github.com/windmill-labs/windmill/issues/8148)) ([278983c](https://github.com/windmill-labs/windmill/commit/278983c4fd38d67a14a8c208178c04db05ee1880)) +* remove review comments from discord notifications and support comment edits ([cdc0543](https://github.com/windmill-labs/windmill/commit/cdc0543747680267e30974037a2eb180a19062d9)) +* restore email domain (MX) setting in instance settings UI ([#8152](https://github.com/windmill-labs/windmill/issues/8152)) ([13daebf](https://github.com/windmill-labs/windmill/commit/13daebf88ac1abcb833646490073f922ac7c050e)) +* sync flow on_behalf_of_email on load ([#8149](https://github.com/windmill-labs/windmill/issues/8149)) ([faf190f](https://github.com/windmill-labs/windmill/commit/faf190f12d96cd75ba9eda10ab3e6f26d2eed813)) +* validate tarball URL host against registry to prevent SSRF and token exfiltration ([#8153](https://github.com/windmill-labs/windmill/issues/8153)) ([86182ed](https://github.com/windmill-labs/windmill/commit/86182ed2e999f018fc72343308e7df8e9de6c189)) + + +### Performance Improvements + +* batch large job list requests and fix loadExtraJobs cursor ([#8151](https://github.com/windmill-labs/windmill/issues/8151)) ([4f5a804](https://github.com/windmill-labs/windmill/commit/4f5a8040912e18f34401a6e3a95dea6f97d1d24c)) +* lazy-load heavy deps (graphql, openapi-parser, sha256) ([#8145](https://github.com/windmill-labs/windmill/issues/8145)) ([ba48d70](https://github.com/windmill-labs/windmill/commit/ba48d7015741eb6bbbe04088a957c37499cd8471)) +* lazy-load markdown in Tooltip components ([#8143](https://github.com/windmill-labs/windmill/issues/8143)) ([bd9ff03](https://github.com/windmill-labs/windmill/commit/bd9ff03010f75557dcc315d10e9208b4e9cafece)) + ## [1.646.0](https://github.com/windmill-labs/windmill/compare/v1.645.0...v1.646.0) (2026-02-26) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index dcfede37e2..8d4a5aa431 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -8049,13 +8049,14 @@ dependencies = [ [[package]] name = "libredox" -version = "0.1.12" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" +checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" dependencies = [ "bitflags 2.9.4", "libc", - "redox_syscall 0.7.2", + "plain", + "redox_syscall 0.7.3", ] [[package]] @@ -10085,18 +10086,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.10" +version = "1.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" +checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.10" +version = "1.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" +checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" dependencies = [ "proc-macro2", "quote", @@ -10105,9 +10106,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" +checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" [[package]] name = "pin-utils" @@ -10159,6 +10160,12 @@ version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" +[[package]] +name = "plain" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" + [[package]] name = "png" version = "0.17.16" @@ -10855,9 +10862,9 @@ dependencies = [ [[package]] name = "range-alloc" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde" +checksum = "ca45419789ae5a7899559e9512e58ca889e41f04f1f2445e9f4b290ceccd1d08" [[package]] name = "raw-cpuid" @@ -10989,9 +10996,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d94dd2f7cd932d4dc02cc8b2b50dfd38bd079a4e5d79198b99743d7fcf9a4b4" +checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" dependencies = [ "bitflags 2.9.4", ] @@ -15725,7 +15732,7 @@ dependencies = [ [[package]] name = "windmill" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-nats", @@ -15789,7 +15796,7 @@ dependencies = [ [[package]] name = "windmill-alerting" -version = "1.646.0" +version = "1.647.0" dependencies = [ "axum 0.7.9", "chrono", @@ -15802,7 +15809,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "argon2", @@ -15940,7 +15947,7 @@ dependencies = [ [[package]] name = "windmill-api-agent-workers" -version = "1.646.0" +version = "1.647.0" dependencies = [ "axum 0.7.9", "chrono", @@ -15963,7 +15970,7 @@ dependencies = [ [[package]] name = "windmill-api-assets" -version = "1.646.0" +version = "1.647.0" dependencies = [ "axum 0.7.9", "chrono", @@ -15976,7 +15983,7 @@ dependencies = [ [[package]] name = "windmill-api-auth" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16002,7 +16009,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.646.0" +version = "1.647.0" dependencies = [ "reqwest 0.12.28", "serde", @@ -16012,7 +16019,7 @@ dependencies = [ [[package]] name = "windmill-api-configs" -version = "1.646.0" +version = "1.647.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16029,7 +16036,7 @@ dependencies = [ [[package]] name = "windmill-api-debug" -version = "1.646.0" +version = "1.647.0" dependencies = [ "axum 0.7.9", "base64 0.22.1", @@ -16052,7 +16059,7 @@ dependencies = [ [[package]] name = "windmill-api-embeddings" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16075,7 +16082,7 @@ dependencies = [ [[package]] name = "windmill-api-flow-conversations" -version = "1.646.0" +version = "1.647.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16091,7 +16098,7 @@ dependencies = [ [[package]] name = "windmill-api-flows" -version = "1.646.0" +version = "1.647.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16111,7 +16118,7 @@ dependencies = [ [[package]] name = "windmill-api-groups" -version = "1.646.0" +version = "1.647.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16131,7 +16138,7 @@ dependencies = [ [[package]] name = "windmill-api-inputs" -version = "1.646.0" +version = "1.647.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16145,7 +16152,7 @@ dependencies = [ [[package]] name = "windmill-api-integration-tests" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-nats", @@ -16172,7 +16179,7 @@ dependencies = [ [[package]] name = "windmill-api-jobs" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16197,7 +16204,7 @@ dependencies = [ [[package]] name = "windmill-api-npm-proxy" -version = "1.646.0" +version = "1.647.0" dependencies = [ "axum 0.7.9", "flate2", @@ -16215,7 +16222,7 @@ dependencies = [ [[package]] name = "windmill-api-openapi" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16236,7 +16243,7 @@ dependencies = [ [[package]] name = "windmill-api-schedule" -version = "1.646.0" +version = "1.647.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16256,7 +16263,7 @@ dependencies = [ [[package]] name = "windmill-api-scripts" -version = "1.646.0" +version = "1.647.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16286,7 +16293,7 @@ dependencies = [ [[package]] name = "windmill-api-settings" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16313,7 +16320,7 @@ dependencies = [ [[package]] name = "windmill-api-sse" -version = "1.646.0" +version = "1.647.0" dependencies = [ "lazy_static", "serde", @@ -16325,7 +16332,7 @@ dependencies = [ [[package]] name = "windmill-api-users" -version = "1.646.0" +version = "1.647.0" dependencies = [ "argon2", "axum 0.7.9", @@ -16348,7 +16355,7 @@ dependencies = [ [[package]] name = "windmill-api-workers" -version = "1.646.0" +version = "1.647.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16362,7 +16369,7 @@ dependencies = [ [[package]] name = "windmill-api-workspaces" -version = "1.646.0" +version = "1.647.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16392,7 +16399,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.646.0" +version = "1.647.0" dependencies = [ "chrono", "lazy_static", @@ -16406,7 +16413,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16425,7 +16432,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.646.0" +version = "1.647.0" dependencies = [ "aes-gcm", "anyhow", @@ -16524,7 +16531,7 @@ dependencies = [ [[package]] name = "windmill-dep-map" -version = "1.646.0" +version = "1.647.0" dependencies = [ "chrono", "itertools 0.14.0", @@ -16543,7 +16550,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.646.0" +version = "1.647.0" dependencies = [ "regex", "serde", @@ -16558,7 +16565,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "astral-tokio-tar", @@ -16582,7 +16589,7 @@ dependencies = [ [[package]] name = "windmill-jseval" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "futures", @@ -16599,7 +16606,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.646.0" +version = "1.647.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -16615,7 +16622,7 @@ dependencies = [ [[package]] name = "windmill-mcp" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-trait", @@ -16636,7 +16643,7 @@ dependencies = [ [[package]] name = "windmill-native-triggers" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-trait", @@ -16667,7 +16674,7 @@ dependencies = [ [[package]] name = "windmill-oauth" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-oauth2", @@ -16691,7 +16698,7 @@ dependencies = [ [[package]] name = "windmill-object-store" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-stream", @@ -16725,7 +16732,7 @@ dependencies = [ [[package]] name = "windmill-operator" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "futures", @@ -16743,7 +16750,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.646.0" +version = "1.647.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -16752,7 +16759,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "lazy_static", @@ -16764,7 +16771,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "serde_json", @@ -16776,7 +16783,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "gosyn", @@ -16788,7 +16795,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "lazy_static", @@ -16800,7 +16807,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "serde_json", @@ -16812,7 +16819,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "nu-parser", @@ -16823,7 +16830,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16834,7 +16841,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16847,7 +16854,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-recursion", @@ -16871,7 +16878,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "lazy_static", @@ -16885,7 +16892,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -16902,7 +16909,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "lazy_static", @@ -16917,7 +16924,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "lazy_static", @@ -16936,7 +16943,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "serde", @@ -16947,7 +16954,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-recursion", @@ -16984,7 +16991,7 @@ dependencies = [ [[package]] name = "windmill-runtime-nativets" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "const_format", @@ -17022,7 +17029,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.646.0" +version = "1.647.0" dependencies = [ "getrandom 0.3.4", "wasm-bindgen", @@ -17033,7 +17040,7 @@ dependencies = [ [[package]] name = "windmill-store" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-recursion", @@ -17062,7 +17069,7 @@ dependencies = [ [[package]] name = "windmill-test-utils" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -17085,7 +17092,7 @@ dependencies = [ [[package]] name = "windmill-trigger" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-trait", @@ -17118,7 +17125,7 @@ dependencies = [ [[package]] name = "windmill-trigger-email" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-trait", @@ -17138,7 +17145,7 @@ dependencies = [ [[package]] name = "windmill-trigger-gcp" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-trait", @@ -17172,7 +17179,7 @@ dependencies = [ [[package]] name = "windmill-trigger-http" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-trait", @@ -17207,7 +17214,7 @@ dependencies = [ [[package]] name = "windmill-trigger-kafka" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-trait", @@ -17230,7 +17237,7 @@ dependencies = [ [[package]] name = "windmill-trigger-mqtt" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-trait", @@ -17254,7 +17261,7 @@ dependencies = [ [[package]] name = "windmill-trigger-nats" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-nats", @@ -17278,7 +17285,7 @@ dependencies = [ [[package]] name = "windmill-trigger-postgres" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-trait", @@ -17313,7 +17320,7 @@ dependencies = [ [[package]] name = "windmill-trigger-sqs" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-trait", @@ -17341,7 +17348,7 @@ dependencies = [ [[package]] name = "windmill-trigger-websocket" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-trait", @@ -17364,7 +17371,7 @@ dependencies = [ [[package]] name = "windmill-types" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "bitflags 2.9.4", @@ -17382,7 +17389,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.646.0" +version = "1.647.0" dependencies = [ "anyhow", "async-once-cell", @@ -18352,18 +18359,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.39" +version = "0.8.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" +checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.39" +version = "0.8.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" +checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953" dependencies = [ "proc-macro2", "quote", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index cea4408bd6..f67a635efc 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.646.0" +version = "1.647.0" authors.workspace = true edition.workspace = true @@ -76,7 +76,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.646.0" +version = "1.647.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index dbf058e4cb..df7a38b7d0 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.646.0 + version: 1.647.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index e45c27b96f..f19c2c98e6 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.646.0"; +export const VERSION = "v1.647.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 06ef57bb3e..489666f1e6 100755 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -67,7 +67,7 @@ export { workspaceAdd, }; -export const VERSION = "1.646.0"; +export const VERSION = "1.647.0"; // Re-exported from constants.ts to maintain backwards compatibility export { WM_FORK_PREFIX } from "./core/constants.ts"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3bfd393db1..e49c34127e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.646.0", + "version": "1.647.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.646.0", + "version": "1.647.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 0e77dd5dff..580b6867d5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.646.0", + "version": "1.647.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 188a8d5685..5e96167e73 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.646.0" -wmill_pg = ">=1.646.0" +wmill = ">=1.647.0" +wmill_pg = ">=1.647.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index a33bf589ea..3286540995 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: '3.0.3' info: - version: 1.646.0 + version: 1.647.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index c2346ef452..06af5f0da6 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.646.0' + ModuleVersion = '1.647.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index c7f4217d4b..bcbfde941d 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.646.0" +version = "1.647.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 747396e026..eae37b843d 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.646.0" +version = "1.647.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 3307e3f9a9..275e75a398 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.646.0", + "version": "1.647.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 44e77802ec..2cc6be7679 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.646.0", + "version": "1.647.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "sideEffects": false, diff --git a/version.txt b/version.txt index 0cdcc52abb..32f772cdb8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.646.0 +1.647.0