From 850e87184e7ee80ab65907795618c23be4401eae Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 13 Nov 2025 13:35:19 +0100 Subject: [PATCH] chore(main): release 1.575.1 (#7127) * chore(main): release 1.575.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 9 +++ backend/Cargo.lock | 66 +++++++++---------- 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, 59 insertions(+), 50 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b0a05c89..174d5c3887 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.575.1](https://github.com/windmill-labs/windmill/compare/v1.575.0...v1.575.1) (2025-11-13) + + +### Bug Fixes + +* Fix flow buttons clipped in Safari ([#7126](https://github.com/windmill-labs/windmill/issues/7126)) ([77316cb](https://github.com/windmill-labs/windmill/commit/77316cbd0e3ee81fccee9680541f9b2346c8a209)) +* handle string in input transform strings ([2ee17ae](https://github.com/windmill-labs/windmill/commit/2ee17aea8b29d99c5d2bb609b2becad354835de7)) +* send alternatives on timeout toast ([#6920](https://github.com/windmill-labs/windmill/issues/6920)) ([6fac896](https://github.com/windmill-labs/windmill/commit/6fac8963909fb40726d85f5e897398d2a691edb0)) + ## [1.575.0](https://github.com/windmill-labs/windmill/compare/v1.574.3...v1.575.0) (2025-11-12) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index d224f52b22..776a358fd2 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -800,9 +800,9 @@ dependencies = [ [[package]] name = "aws-lc-rs" -version = "1.14.1" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d" +checksum = "5932a7d9d28b0d2ea34c6b3779d35e3dd6f6345317c34e73438c4f1f29144151" dependencies = [ "aws-lc-sys", "zeroize", @@ -810,9 +810,9 @@ dependencies = [ [[package]] name = "aws-lc-sys" -version = "0.32.3" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "107a4e9d9cab9963e04e84bb8dee0e25f2a987f9a8bad5ed054abd439caa8f8c" +checksum = "1826f2e4cfc2cd19ee53c42fbf68e2f81ec21108e0b7ecf6a71cf062137360fc" dependencies = [ "bindgen 0.72.1", "cc", @@ -10933,9 +10933,9 @@ dependencies = [ [[package]] name = "rsa" -version = "0.9.8" +version = "0.9.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" +checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88" dependencies = [ "const-oid", "digest 0.10.7", @@ -15148,7 +15148,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "aws-sdk-config", @@ -15208,7 +15208,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "argon2", @@ -15328,7 +15328,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.575.0" +version = "1.575.1" dependencies = [ "base64 0.22.1", "chrono", @@ -15343,7 +15343,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.575.0" +version = "1.575.1" dependencies = [ "chrono", "lazy_static", @@ -15357,7 +15357,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "axum", @@ -15376,7 +15376,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "async-recursion", @@ -15461,7 +15461,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.575.0" +version = "1.575.1" dependencies = [ "regex", "serde", @@ -15476,7 +15476,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "bytes", @@ -15500,7 +15500,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.575.0" +version = "1.575.1" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15512,7 +15512,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.575.0" +version = "1.575.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -15521,7 +15521,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "lazy_static", @@ -15533,7 +15533,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "serde_json", @@ -15545,7 +15545,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "gosyn", @@ -15557,7 +15557,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "lazy_static", @@ -15569,7 +15569,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "serde_json", @@ -15581,7 +15581,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "nu-parser", @@ -15592,7 +15592,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15603,7 +15603,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15615,7 +15615,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "async-recursion", @@ -15638,7 +15638,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "lazy_static", @@ -15652,7 +15652,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15669,7 +15669,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "lazy_static", @@ -15683,7 +15683,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "lazy_static", @@ -15701,7 +15701,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "serde", @@ -15712,7 +15712,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "async-recursion", @@ -15747,7 +15747,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.575.0" +version = "1.575.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15757,7 +15757,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.575.0" +version = "1.575.1" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 5702c3a8f5..dfca36de44 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.575.0" +version = "1.575.1" authors.workspace = true edition.workspace = true @@ -33,7 +33,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.575.0" +version = "1.575.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 4171eaa178..7f4cee0baa 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.0 + version: 1.575.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 4038cd90b3..08727eec64 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.0"; +export const VERSION = "v1.575.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 42d17a4231..8d72ca54d3 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.575.0"; +export const VERSION = "1.575.1"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ee00a7129b..0468a600c0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.575.0", + "version": "1.575.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.575.0", + "version": "1.575.1", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index df05bf5de7..fa5376a54f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.575.0", + "version": "1.575.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 8e69ddb427..36d0d07df5 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.575.0" -wmill_pg = ">=1.575.0" +wmill = ">=1.575.1" +wmill_pg = ">=1.575.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index b3dfd7c8f4..380191b9c5 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.575.0 + version: 1.575.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index b75c5d2e72..c42d1d0703 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.0' + ModuleVersion = '1.575.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index c4d9c9329e..03db52cc22 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.575.0" +version = "1.575.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 b148a05a68..06c33cad93 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.0" +version = "1.575.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 564bf9b984..e4e92de69b 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.575.0", + "version": "1.575.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 1efa54ef76..d3d94610b2 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.0", + "version": "1.575.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index f227cd375d..8b0774f0c2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.575.0 +1.575.1