diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a1b8a2c92..6f2362ab97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.570.0](https://github.com/windmill-labs/windmill/compare/v1.569.0...v1.570.0) (2025-10-31) + + +### Features + +* add onboarding form for cloud first timers ([#6876](https://github.com/windmill-labs/windmill/issues/6876)) ([fc3aae1](https://github.com/windmill-labs/windmill/commit/fc3aae10f7a3137bae6a7f4622b4c37b07c7007d)) + + +### Bug Fixes + +* better handle same worker zombie job ([d86ce2e](https://github.com/windmill-labs/windmill/commit/d86ce2e3e34e79d5cdaecc0b1864c1e9203e08ee)) +* disable debouncing for scheduled jobs ([#7015](https://github.com/windmill-labs/windmill/issues/7015)) ([d764b27](https://github.com/windmill-labs/windmill/commit/d764b279c58f471add49151afd33d0c7a258fa72)) +* fix setting high-priority tags in worker groups ([329124a](https://github.com/windmill-labs/windmill/commit/329124a6bc0d114d3733bf018cdc2b4ea6502744)) +* search drop down z index too low ([#7017](https://github.com/windmill-labs/windmill/issues/7017)) ([7d775b1](https://github.com/windmill-labs/windmill/commit/7d775b160322e2495d2524a4dde94cc1d2a4718a)) + ## [1.569.0](https://github.com/windmill-labs/windmill/compare/v1.568.0...v1.569.0) (2025-10-30) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 9f57f53315..fc206605e9 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -992,15 +992,16 @@ dependencies = [ [[package]] name = "aws-smithy-http" -version = "0.62.4" +version = "0.62.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3feafd437c763db26aa04e0cc7591185d0961e64c61885bece0fb9d50ceac671" +checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca" dependencies = [ "aws-smithy-runtime-api", "aws-smithy-types", "bytes", "bytes-utils", "futures-core", + "futures-util", "http 0.2.12", "http 1.3.1", "http-body 0.4.6", @@ -1041,9 +1042,9 @@ dependencies = [ [[package]] name = "aws-smithy-json" -version = "0.61.6" +version = "0.61.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cff418fc8ec5cadf8173b10125f05c2e7e1d46771406187b2c878557d4503390" +checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54" dependencies = [ "aws-smithy-types", ] @@ -1093,9 +1094,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.9.1" +version = "1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3683c5b152d2ad753607179ed71988e8cfd52964443b4f74fd8e552d0bbfeb46" +checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -1110,9 +1111,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.3.3" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f5b3a7486f6690ba25952cabf1e7d75e34d69eaff5081904a47bc79074d6457" +checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e" dependencies = [ "base64-simd 0.8.0", "bytes", @@ -1146,9 +1147,9 @@ dependencies = [ [[package]] name = "aws-smithy-xml" -version = "0.60.11" +version = "0.60.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9c34127e8c624bc2999f3b657e749c1393bedc9cd97b92a804db8ced4d2e163" +checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56" dependencies = [ "xmlparser", ] @@ -6915,9 +6916,9 @@ checksum = "cd62e6b5e86ea8eeeb8db1de02880a6abc01a397b2ebb64b5d74ac255318f5cb" [[package]] name = "ignore" -version = "0.4.24" +version = "0.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403" +checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a" dependencies = [ "crossbeam-deque", "globset", @@ -14491,9 +14492,9 @@ dependencies = [ [[package]] name = "unicode-properties" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" +checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" [[package]] name = "unicode-segmentation" @@ -15137,7 +15138,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15197,7 +15198,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "argon2", @@ -15317,7 +15318,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.569.0" +version = "1.570.0" dependencies = [ "base64 0.22.1", "chrono", @@ -15332,7 +15333,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.569.0" +version = "1.570.0" dependencies = [ "chrono", "lazy_static", @@ -15346,7 +15347,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "axum", @@ -15365,7 +15366,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "async-recursion", @@ -15450,7 +15451,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.569.0" +version = "1.570.0" dependencies = [ "regex", "serde", @@ -15465,7 +15466,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "bytes", @@ -15489,7 +15490,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.569.0" +version = "1.570.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15501,7 +15502,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.569.0" +version = "1.570.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15510,7 +15511,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "lazy_static", @@ -15522,7 +15523,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "serde_json", @@ -15534,7 +15535,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "gosyn", @@ -15546,7 +15547,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "lazy_static", @@ -15558,7 +15559,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "serde_json", @@ -15570,7 +15571,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "nu-parser", @@ -15581,7 +15582,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15592,7 +15593,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15604,7 +15605,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "async-recursion", @@ -15627,7 +15628,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "lazy_static", @@ -15641,7 +15642,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15658,7 +15659,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "lazy_static", @@ -15672,7 +15673,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "lazy_static", @@ -15690,7 +15691,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "serde", @@ -15701,7 +15702,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "async-recursion", @@ -15734,7 +15735,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.569.0" +version = "1.570.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15744,7 +15745,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.569.0" +version = "1.570.0" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index ce9144f31d..099c67632c 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.569.0" +version = "1.570.0" authors.workspace = true edition.workspace = true @@ -33,7 +33,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.569.0" +version = "1.570.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 3fe1c707e8..5175df2231 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.569.0 + version: 1.570.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index de0d6e4b82..d3fbfa645a 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.569.0"; +export const VERSION = "v1.570.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 f154aec5a2..28eba91801 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.569.0"; +export const VERSION = "1.570.0"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 70e485296c..d3cf9e4545 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.569.0", + "version": "1.570.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.569.0", + "version": "1.570.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 51bd96bfed..4b030804b4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.569.0", + "version": "1.570.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index d347a1cd7a..3e482f91a2 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.569.0" -wmill_pg = ">=1.569.0" +wmill = ">=1.570.0" +wmill_pg = ">=1.570.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 4008ad7448..7b2c7f8c15 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.569.0 + version: 1.570.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 26fd76e230..cc0a612592 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.569.0' + ModuleVersion = '1.570.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index f5c045b814..35ad31d850 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.569.0" +version = "1.570.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 da0b25a945..634babe3e2 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.569.0" +version = "1.570.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 00c7cb1af7..8fb1932342 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.569.0", + "version": "1.570.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 cf623ab54b..fe75942f38 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.569.0", + "version": "1.570.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 8e64b4cf76..5aec0422bd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.569.0 +1.570.0