diff --git a/CHANGELOG.md b/CHANGELOG.md index 529a934c87..b1e1741088 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.575.3](https://github.com/windmill-labs/windmill/compare/v1.575.2...v1.575.3) (2025-11-13) + + +### Bug Fixes + +* fix cancel job selection ([fbab86c](https://github.com/windmill-labs/windmill/commit/fbab86cc43dae17727a3aa99abc43a57c6b59b57)) + ## [1.575.2](https://github.com/windmill-labs/windmill/compare/v1.575.1...v1.575.2) (2025-11-13) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 0df24d878a..a95bfa5527 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -15148,7 +15148,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "aws-sdk-config", @@ -15208,7 +15208,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "argon2", @@ -15228,7 +15228,7 @@ dependencies = [ "axum", "backon", "base32", - "base64 0.22.1", + "base64 0.13.1", "byteorder", "bytes", "candle-core", @@ -15253,7 +15253,7 @@ dependencies = [ "http 1.3.1", "hyper 1.8.0", "indexmap 2.11.1", - "itertools 0.14.0", + "itertools 0.10.5", "jsonwebtoken 8.3.0", "lazy_static", "libxml", @@ -15304,7 +15304,7 @@ dependencies = [ "tokio-tungstenite", "tokio-util", "tonic", - "tower 0.5.2", + "tower 0.4.13", "tower-cookies", "tower-http", "tracing", @@ -15328,9 +15328,9 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.575.2" +version = "1.575.3" dependencies = [ - "base64 0.22.1", + "base64 0.13.1", "chrono", "openapiv3", "progenitor-client", @@ -15343,7 +15343,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.575.2" +version = "1.575.3" dependencies = [ "chrono", "lazy_static", @@ -15357,7 +15357,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "axum", @@ -15376,7 +15376,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "async-recursion", @@ -15387,7 +15387,7 @@ dependencies = [ "aws-smithy-types-convert", "axum", "backon", - "base64 0.22.1", + "base64 0.13.1", "bitflags 2.9.4", "bytes", "chrono", @@ -15406,7 +15406,7 @@ dependencies = [ "hmac", "hyper 1.8.0", "indexmap 2.11.1", - "itertools 0.14.0", + "itertools 0.10.5", "jsonwebtoken 8.3.0", "lazy_static", "magic-crypt", @@ -15434,7 +15434,7 @@ dependencies = [ "size", "sqlx", "strum 0.27.2", - "strum_macros 0.27.2", + "strum_macros 0.25.3", "sysinfo", "systemstat", "tar", @@ -15461,7 +15461,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.575.2" +version = "1.575.3" dependencies = [ "regex", "serde", @@ -15476,7 +15476,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "bytes", @@ -15500,9 +15500,9 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.575.2" +version = "1.575.3" dependencies = [ - "itertools 0.14.0", + "itertools 0.10.5", "lazy_static", "proc-macro2", "quote", @@ -15512,7 +15512,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.575.2" +version = "1.575.3" dependencies = [ "convert_case 0.6.0", "serde", @@ -15521,7 +15521,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "lazy_static", @@ -15533,7 +15533,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "serde_json", @@ -15545,11 +15545,11 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "gosyn", - "itertools 0.14.0", + "itertools 0.10.5", "lazy_static", "regex", "windmill-parser", @@ -15557,7 +15557,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "lazy_static", @@ -15569,7 +15569,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "serde_json", @@ -15581,7 +15581,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "nu-parser", @@ -15592,10 +15592,10 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.10.5", "php-parser-rs", "serde_json", "windmill-parser", @@ -15603,10 +15603,10 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.10.5", "rustpython-ast", "rustpython-parser", "serde_json", @@ -15615,11 +15615,11 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "async-recursion", - "itertools 0.14.0", + "itertools 0.10.5", "lazy_static", "malachite", "malachite-bigint", @@ -15638,7 +15638,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "lazy_static", @@ -15652,11 +15652,11 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "convert_case 0.6.0", - "itertools 0.14.0", + "itertools 0.10.5", "lazy_static", "pulldown-cmark", "quote", @@ -15669,7 +15669,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "lazy_static", @@ -15683,7 +15683,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "lazy_static", @@ -15701,7 +15701,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "serde", @@ -15712,7 +15712,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "async-recursion", @@ -15725,7 +15725,7 @@ dependencies = [ "futures-core", "hex", "hmac", - "itertools 0.14.0", + "itertools 0.10.5", "lazy_static", "prometheus", "quick_cache", @@ -15747,7 +15747,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.575.2" +version = "1.575.3" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15757,7 +15757,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.575.2" +version = "1.575.3" dependencies = [ "anyhow", "async-once-cell", @@ -15765,7 +15765,7 @@ dependencies = [ "async-stream", "async-trait", "backon", - "base64 0.22.1", + "base64 0.13.1", "bit-vec 0.6.3", "bollard", "bytes", @@ -15794,7 +15794,7 @@ dependencies = [ "gcp_auth", "git-version", "hex", - "itertools 0.14.0", + "itertools 0.10.5", "jsonwebtoken 8.3.0", "lazy_static", "libffi-sys", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index e96b7bc5d5..6a05b7b431 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.575.2" +version = "1.575.3" authors.workspace = true edition.workspace = true @@ -33,7 +33,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.575.2" +version = "1.575.3" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index c4f68e4770..a61b063b46 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.575.2 + version: 1.575.3 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index bc1cabb50b..84c627f2e6 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.575.2"; +export const VERSION = "v1.575.3"; 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 ebb11bf83c..e740f42f4e 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.575.2"; +export const VERSION = "1.575.3"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 51a76b4752..b4b0478b08 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.575.2", + "version": "1.575.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.575.2", + "version": "1.575.3", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { @@ -12464,21 +12464,6 @@ } } }, - "node_modules/svelte-check/node_modules/picomatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", - "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, "node_modules/svelte-eslint-parser": { "version": "0.43.0", "resolved": "https://registry.npmjs.org/svelte-eslint-parser/-/svelte-eslint-parser-0.43.0.tgz", @@ -13936,29 +13921,6 @@ "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/ws": { - "version": "8.18.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", - "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", - "license": "MIT", - "optional": true, - "peer": true, - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, "node_modules/xml-utils": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/xml-utils/-/xml-utils-1.10.2.tgz", diff --git a/frontend/package.json b/frontend/package.json index 2b82f9c6c8..1687570cb5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.575.2", + "version": "1.575.3", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index b125aadbdb..4f18bc0483 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.575.2" -wmill_pg = ">=1.575.2" +wmill = ">=1.575.3" +wmill_pg = ">=1.575.3" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 9b2400cf9a..70a4d34840 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.575.2 + version: 1.575.3 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 7a8f417940..692b507669 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.575.2' + ModuleVersion = '1.575.3' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index e2e3130ca6..60bee94be6 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.575.2" +version = "1.575.3" 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 4015944fa7..f5dc964075 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.575.2" +version = "1.575.3" 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 2a64bbc1bc..47b67764df 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.575.2", + "version": "1.575.3", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 2f61fdeb20..20d4bb0e81 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.575.2", + "version": "1.575.3", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 08a020f5bf..5a9d623f29 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.575.2 +1.575.3