From 3f66314419d4e7551ee8d2966c89b782e2bb339c Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 23 Sep 2025 06:36:20 +0200 Subject: [PATCH] chore(main): release 1.546.0 (#6648) * chore(main): release 1.546.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 16 +++ backend/Cargo.lock | 117 ++++++++---------- 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, 88 insertions(+), 79 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad25a9c096..893431cf87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.546.0](https://github.com/windmill-labs/windmill/compare/v1.545.0...v1.546.0) (2025-09-23) + + +### Features + +* app builder button tooltip ([#6652](https://github.com/windmill-labs/windmill/issues/6652)) ([08952c6](https://github.com/windmill-labs/windmill/commit/08952c6c6e0afdde8fc941f9f1d17870fe25878a)) +* dynamically hide tabs in app builder ([#6653](https://github.com/windmill-labs/windmill/issues/6653)) ([de7251d](https://github.com/windmill-labs/windmill/commit/de7251d85734757a1f3e222c715f807ba167d535)) +* split RUST_LOG into RUST_LOG and RUST_LOG_STDOUT ([7a13e9e](https://github.com/windmill-labs/windmill/commit/7a13e9e98840a456ef6625cea838e3e82def5c4b)) + + +### Bug Fixes + +* add settable poll delay for sse streams ([0392103](https://github.com/windmill-labs/windmill/commit/039210369383bcc3a15d95cba9efb591ee8e9891)) +* cli path on windows + error_handler_muted_on_cancel ([#6657](https://github.com/windmill-labs/windmill/issues/6657)) ([6ba3a43](https://github.com/windmill-labs/windmill/commit/6ba3a4397e439d40079d524de15507257442c5e1)) +* improve reliability of exits in case graceful handler didn't exit as expected ([f6dd78c](https://github.com/windmill-labs/windmill/commit/f6dd78cb11ee73408f66b4670c395ade99beedbe)) + ## [1.545.0](https://github.com/windmill-labs/windmill/compare/v1.544.2...v1.545.0) (2025-09-20) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 85b8eb06f0..af91b00806 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2027,7 +2027,7 @@ checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", - "libloading 0.8.8", + "libloading 0.8.9", ] [[package]] @@ -2508,7 +2508,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b28bfe653d79bd16c77f659305b195b82bb5ce0c0eb2a4846b82ddbd77586813" dependencies = [ "bitflags 2.9.4", - "libloading 0.8.8", + "libloading 0.8.9", "winapi", ] @@ -7318,7 +7318,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" dependencies = [ "libc", - "libloading 0.8.8", + "libloading 0.8.9", "pkg-config", ] @@ -7525,9 +7525,9 @@ checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25" [[package]] name = "lexical-core" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b765c31809609075565a70b4b71402281283aeda7ecaf4818ac14a7b2ade8958" +checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594" dependencies = [ "lexical-parse-float", "lexical-parse-integer", @@ -7538,53 +7538,46 @@ dependencies = [ [[package]] name = "lexical-parse-float" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de6f9cb01fb0b08060209a057c048fcbab8717b4c1ecd2eac66ebfe39a65b0f2" +checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56" dependencies = [ "lexical-parse-integer", "lexical-util", - "static_assertions", ] [[package]] name = "lexical-parse-integer" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72207aae22fc0a121ba7b6d479e42cbfea549af1479c3f3a4f12c70dd66df12e" +checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34" dependencies = [ "lexical-util", - "static_assertions", ] [[package]] name = "lexical-util" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a82e24bf537fd24c177ffbbdc6ebcc8d54732c35b50a3f28cc3f4e4c949a0b3" -dependencies = [ - "static_assertions", -] +checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17" [[package]] name = "lexical-write-float" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5afc668a27f460fb45a81a757b6bf2f43c2d7e30cb5a2dcd3abf294c78d62bd" +checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361" dependencies = [ "lexical-util", "lexical-write-integer", - "static_assertions", ] [[package]] name = "lexical-write-integer" -version = "1.0.5" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "629ddff1a914a836fb245616a7888b62903aae58fa771e1d83943035efa0f978" +checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df" dependencies = [ "lexical-util", - "static_assertions", ] [[package]] @@ -7624,12 +7617,12 @@ dependencies = [ [[package]] name = "libloading" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" +checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" dependencies = [ "cfg-if", - "windows-targets 0.53.3", + "windows-link 0.2.0", ] [[package]] @@ -11179,7 +11172,7 @@ dependencies = [ "openssl-probe", "rustls-pki-types", "schannel", - "security-framework 3.4.0", + "security-framework 3.5.0", ] [[package]] @@ -11560,9 +11553,9 @@ dependencies = [ [[package]] name = "security-framework" -version = "3.4.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b369d18893388b345804dc0007963c99b7d665ae71d275812d828c6f089640" +checksum = "cc198e42d9b7510827939c9a15f5062a0c913f3371d765977e586d2fe6c16f4a" dependencies = [ "bitflags 2.9.4", "core-foundation 0.10.1", @@ -14330,7 +14323,7 @@ checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3" dependencies = [ "gemm 0.18.2", "half", - "libloading 0.8.8", + "libloading 0.8.9", "memmap2 0.9.8", "num", "num-traits", @@ -15023,7 +15016,7 @@ dependencies = [ "js-sys", "khronos-egl", "libc", - "libloading 0.8.8", + "libloading 0.8.9", "log", "metal", "naga", @@ -15129,7 +15122,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15148,7 +15141,7 @@ dependencies = [ "k8s-openapi", "kube", "lazy_static", - "libloading 0.8.8", + "libloading 0.8.9", "memchr", "nom 8.0.0", "object_store", @@ -15189,7 +15182,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "argon2", @@ -15309,7 +15302,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.545.0" +version = "1.546.0" dependencies = [ "base64 0.22.1", "chrono", @@ -15324,7 +15317,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.545.0" +version = "1.546.0" dependencies = [ "chrono", "serde", @@ -15337,7 +15330,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "axum", @@ -15356,7 +15349,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "async-recursion", @@ -15440,7 +15433,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.545.0" +version = "1.546.0" dependencies = [ "regex", "serde", @@ -15455,7 +15448,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "bytes", @@ -15479,7 +15472,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.545.0" +version = "1.546.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15491,7 +15484,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.545.0" +version = "1.546.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15500,7 +15493,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "lazy_static", @@ -15512,7 +15505,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "serde_json", @@ -15524,7 +15517,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "gosyn", @@ -15536,7 +15529,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "lazy_static", @@ -15548,7 +15541,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "serde_json", @@ -15560,7 +15553,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "nu-parser", @@ -15571,7 +15564,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15582,7 +15575,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15594,7 +15587,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "async-recursion", @@ -15617,7 +15610,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "lazy_static", @@ -15631,7 +15624,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15648,7 +15641,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "lazy_static", @@ -15662,7 +15655,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "lazy_static", @@ -15680,7 +15673,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15705,7 +15698,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "serde_json", @@ -15715,7 +15708,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "async-recursion", @@ -15748,7 +15741,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.545.0" +version = "1.546.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15758,7 +15751,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.545.0" +version = "1.546.0" dependencies = [ "anyhow", "async-once-cell", @@ -15798,7 +15791,7 @@ dependencies = [ "jsonwebtoken 8.3.0", "lazy_static", "libffi-sys", - "libloading 0.8.8", + "libloading 0.8.9", "mappable-rc", "mime_guess", "mysql_async", @@ -16445,9 +16438,9 @@ dependencies = [ [[package]] name = "xattr" -version = "1.5.1" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af3a19837351dc82ba89f8a125e22a3c475f05aba604acc023d62b2739ae2909" +checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" dependencies = [ "libc", "rustix 1.1.2", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8b6d9b4b60..2be65f2153 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.545.0" +version = "1.546.0" authors.workspace = true edition.workspace = true @@ -34,7 +34,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.545.0" +version = "1.546.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index deed7cb205..430a860ad1 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.545.0 + version: 1.546.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 4371d3aacf..9c9f4dfdbe 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.545.0"; +export const VERSION = "v1.546.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 034fdbeb1a..4580fe0927 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.545.0"; +export const VERSION = "1.546.0"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 648f12a6c8..a7c5d8854d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.545.0", + "version": "1.546.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.545.0", + "version": "1.546.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 3946274a02..87d968cf51 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.545.0", + "version": "1.546.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 089eda968f..72d3a150a3 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.545.0" -wmill_pg = ">=1.545.0" +wmill = ">=1.546.0" +wmill_pg = ">=1.546.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 83ae9cd191..e014505c1e 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.545.0 + version: 1.546.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 198ab04f29..d857d69ec6 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.545.0' + ModuleVersion = '1.546.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 5ec585477a..fa909a1618 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.545.0" +version = "1.546.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 19e833bbc6..8f5bfee297 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.545.0" +version = "1.546.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 e677ee8fba..fac5926171 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.545.0", + "version": "1.546.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 272b59aac6..9269dadb53 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.545.0", + "version": "1.546.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 0166cfcbe9..8267df0b9e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.545.0 +1.546.0