From 29c4f91ee51344017c40233ac8b97ad95ea423da Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 9 Sep 2025 07:55:28 +0000 Subject: [PATCH] chore(main): release 1.540.0 (#6556) * chore(main): release 1.540.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 9 ++ backend/Cargo.lock | 97 +++++++++---------- 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, 71 insertions(+), 69 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e27a92e20f..714d5e354b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.540.0](https://github.com/windmill-labs/windmill/compare/v1.539.1...v1.540.0) (2025-09-08) + + +### Features + +* add worker_group_job_stats table for efficient job metrics aggregation ([#6527](https://github.com/windmill-labs/windmill/issues/6527)) ([20f4086](https://github.com/windmill-labs/windmill/commit/20f4086a7709f196d9deb7e8e1744eb7848a4fc7)) +* **backend:** prefix matching for list_paths_from_workspace_runnable + bulk delete endpoints for scripts/variables/resources ([#6542](https://github.com/windmill-labs/windmill/issues/6542)) ([5aac5fa](https://github.com/windmill-labs/windmill/commit/5aac5fa1361860859971fc77b4dd87048f536291)) +* timeout as expression ([#6509](https://github.com/windmill-labs/windmill/issues/6509)) ([c210a40](https://github.com/windmill-labs/windmill/commit/c210a404e03f2a857c2fabbbff2ce23189852eff)) + ## [1.539.1](https://github.com/windmill-labs/windmill/compare/v1.539.0...v1.539.1) (2025-09-06) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index f4382dd00c..9b0a713448 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -158,12 +158,6 @@ version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" -[[package]] -name = "android-tzdata" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" - [[package]] name = "android_system_properties" version = "0.1.5" @@ -1963,18 +1957,17 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.41" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" +checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" dependencies = [ - "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "pure-rust-locales", "serde", "wasm-bindgen", - "windows-link 0.1.3", + "windows-link 0.2.0", ] [[package]] @@ -11208,7 +11201,7 @@ dependencies = [ "openssl-probe", "rustls-pki-types", "schannel", - "security-framework 3.3.0", + "security-framework 3.4.0", ] [[package]] @@ -11589,9 +11582,9 @@ dependencies = [ [[package]] name = "security-framework" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80fb1d92c5028aa318b4b8bd7302a5bfcf48be96a37fc6fc790f806b0004ee0c" +checksum = "60b369d18893388b345804dc0007963c99b7d665ae71d275812d828c6f089640" dependencies = [ "bitflags 2.9.4", "core-foundation 0.10.1", @@ -11602,9 +11595,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.14.0" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" +checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" dependencies = [ "core-foundation-sys", "libc", @@ -12098,9 +12091,9 @@ dependencies = [ [[package]] name = "smtp-proto" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7d3950ab75b03c52f2f13fd52aab91c9d62698b231b67240e85c3ef5301e63e" +checksum = "8003eb09806ff2ae4661dd0dca27cbd9f65ba85de06cc0302c364b0d661ba368" [[package]] name = "snap" @@ -15114,11 +15107,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22" +checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.0", ] [[package]] @@ -15129,7 +15122,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15185,7 +15178,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "argon2", @@ -15305,7 +15298,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.539.1" +version = "1.540.0" dependencies = [ "base64 0.22.1", "chrono", @@ -15320,7 +15313,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.539.1" +version = "1.540.0" dependencies = [ "chrono", "serde", @@ -15333,7 +15326,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "axum", @@ -15352,7 +15345,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "async-recursion", @@ -15434,7 +15427,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.539.1" +version = "1.540.0" dependencies = [ "regex", "serde", @@ -15449,7 +15442,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "bytes", @@ -15473,7 +15466,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.539.1" +version = "1.540.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15485,7 +15478,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.539.1" +version = "1.540.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15494,7 +15487,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "lazy_static", @@ -15506,7 +15499,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "serde_json", @@ -15518,7 +15511,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "gosyn", @@ -15530,7 +15523,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "lazy_static", @@ -15542,7 +15535,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "serde_json", @@ -15554,7 +15547,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "nu-parser", @@ -15565,7 +15558,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15576,7 +15569,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15588,7 +15581,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "async-recursion", @@ -15611,7 +15604,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "lazy_static", @@ -15625,7 +15618,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15642,7 +15635,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "lazy_static", @@ -15656,7 +15649,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "lazy_static", @@ -15674,7 +15667,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15699,7 +15692,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "serde_json", @@ -15709,7 +15702,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "async-recursion", @@ -15742,7 +15735,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.539.1" +version = "1.540.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15752,7 +15745,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.539.1" +version = "1.540.0" dependencies = [ "anyhow", "async-once-cell", @@ -16499,18 +16492,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.26" +version = "0.8.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" +checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.26" +version = "0.8.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" +checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" dependencies = [ "proc-macro2", "quote", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 105d27b7c4..bc3b1181e4 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.539.1" +version = "1.540.0" authors.workspace = true edition.workspace = true @@ -33,7 +33,7 @@ members = [ ] [workspace.package] -version = "1.539.1" +version = "1.540.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 1ac1574c41..8a93c6ffb2 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.539.1 + version: 1.540.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 7a109ad5fc..dcfd9eca00 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.539.1"; +export const VERSION = "v1.540.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 6ee59105ef..55f3883a26 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.539.1"; +export const VERSION = "1.540.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f2faf42a6a..c6cea95367 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.539.1", + "version": "1.540.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.539.1", + "version": "1.540.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index c138a28c6a..5f81d7c95f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.539.1", + "version": "1.540.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index ee4c47c1ed..6f4128e612 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.539.1" -wmill_pg = ">=1.539.1" +wmill = ">=1.540.0" +wmill_pg = ">=1.540.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 0496115f09..1f9bb81e1b 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.539.1 + version: 1.540.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 9f37e04fbd..6abd1df54d 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.539.1' + ModuleVersion = '1.540.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 28c77c63ae..c361aa37f9 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.539.1" +version = "1.540.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 6aec8e3e9f..34c50a3f64 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.539.1" +version = "1.540.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 b4c12e9fcb..6f289e7fe0 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.539.1", + "version": "1.540.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 9a676cdcb3..7033e13b4d 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.539.1", + "version": "1.540.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 29204d2cab..a8c5cf59ef 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.539.1 +1.540.0