From ece0cea4d95bfc193218fc5e03703f625ea3aa4b Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 11 Sep 2025 11:13:19 +0000 Subject: [PATCH] chore(main): release 1.542.1 (#6581) * chore(main): release 1.542.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 7 ++ backend/Cargo.lock | 74 +++++++++---------- 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, 61 insertions(+), 54 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b7e7f8d9..35b3d10cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.542.1](https://github.com/windmill-labs/windmill/compare/v1.542.0...v1.542.1) (2025-09-11) + + +### Bug Fixes + +* **apps:** fix relative imports cache invalidation ([#6564](https://github.com/windmill-labs/windmill/issues/6564)) ([c4ccc4b](https://github.com/windmill-labs/windmill/commit/c4ccc4ba141bddb00d54c269119f57add0d5875a)) + ## [1.542.0](https://github.com/windmill-labs/windmill/compare/v1.541.1...v1.542.0) (2025-09-11) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 6902bbecbc..efd189e08d 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2133,9 +2133,9 @@ checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "comfy-table" -version = "7.2.0" +version = "7.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f8e18d0dca9578507f13f9803add0df13362b02c501c1c17734f0dbb52eaf0b" +checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b" dependencies = [ "unicode-segmentation", "unicode-width 0.2.1", @@ -11140,7 +11140,7 @@ dependencies = [ "once_cell", "ring 0.17.14", "rustls-pki-types", - "rustls-webpki 0.103.4", + "rustls-webpki 0.103.5", "subtle", "zeroize", ] @@ -11245,9 +11245,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.4" +version = "0.103.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc" +checksum = "b5a37813727b78798e53c2bec3f5e8fe12a6d6f8389bf9ca7802add4c9905ad8" dependencies = [ "aws-lc-rs", "ring 0.17.14", @@ -14412,15 +14412,15 @@ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" [[package]] name = "unicode-id" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10103c57044730945224467c09f71a4db0071c123a0648cc3e818913bde6b561" +checksum = "70ba288e709927c043cbe476718d37be306be53fb1fafecd0dbe36d072be2580" [[package]] name = "unicode-id-start" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f322b60f6b9736017344fa0635d64be2f458fbc04eef65f6be22976dd1ffd5b" +checksum = "81b79ad29b5e19de4260020f8919b443b2ef0277d242ce532ec7b7a2cc8b6007" [[package]] name = "unicode-ident" @@ -15109,7 +15109,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "aws-sdk-config", @@ -15166,7 +15166,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "argon2", @@ -15286,7 +15286,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.542.0" +version = "1.542.1" dependencies = [ "base64 0.22.1", "chrono", @@ -15301,7 +15301,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.542.0" +version = "1.542.1" dependencies = [ "chrono", "serde", @@ -15314,7 +15314,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "axum", @@ -15333,7 +15333,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "async-recursion", @@ -15415,7 +15415,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.542.0" +version = "1.542.1" dependencies = [ "regex", "serde", @@ -15430,7 +15430,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "bytes", @@ -15454,7 +15454,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.542.0" +version = "1.542.1" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15466,7 +15466,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.542.0" +version = "1.542.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -15475,7 +15475,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "lazy_static", @@ -15487,7 +15487,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "serde_json", @@ -15499,7 +15499,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "gosyn", @@ -15511,7 +15511,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "lazy_static", @@ -15523,7 +15523,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "serde_json", @@ -15535,7 +15535,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "nu-parser", @@ -15546,7 +15546,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15557,7 +15557,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15569,7 +15569,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "async-recursion", @@ -15592,7 +15592,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "lazy_static", @@ -15606,7 +15606,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15623,7 +15623,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "lazy_static", @@ -15637,7 +15637,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "lazy_static", @@ -15655,7 +15655,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15680,7 +15680,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "serde_json", @@ -15690,7 +15690,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "async-recursion", @@ -15723,7 +15723,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.542.0" +version = "1.542.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15733,7 +15733,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.542.0" +version = "1.542.1" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 28869245b3..a220c089d0 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.542.0" +version = "1.542.1" authors.workspace = true edition.workspace = true @@ -34,7 +34,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.542.0" +version = "1.542.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 8239be5b0e..5973e0180d 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.542.0 + version: 1.542.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 6bee237f8f..eb9258e533 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.542.0"; +export const VERSION = "v1.542.1"; 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 c72caaf599..d594616521 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.542.0"; +export const VERSION = "1.542.1"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 30ce42c740..e0a185c5ef 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.541.1", + "version": "1.542.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.541.1", + "version": "1.542.1", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index b6628bb228..22ea609f18 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.541.1", + "version": "1.542.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 487416ebcf..3797c72a3c 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.542.0" -wmill_pg = ">=1.542.0" +wmill = ">=1.542.1" +wmill_pg = ">=1.542.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 119aaa14be..0cf4ba1a7b 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.542.0 + version: 1.542.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 1f7125a0da..ee61ace837 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.542.0' + ModuleVersion = '1.542.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 3e1ed98e61..c5ff46b79c 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.542.0" +version = "1.542.1" 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 c1cae102b4..278a0a6869 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.542.0" +version = "1.542.1" 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 7400648862..e99bad4960 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.542.0", + "version": "1.542.1", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 5c06db1cff..b59430f39d 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.542.0", + "version": "1.542.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 7adedc933d..84397eef48 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.542.0 +1.542.1