From ec81696828676319b6904cab0fe8be9621dd04da Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 20 Nov 2025 20:04:48 +0100 Subject: [PATCH] chore(main): release 1.582.0 (#7189) * chore(main): release 1.582.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 14 ++++ backend/Cargo.lock | 68 +++++++++---------- 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, 65 insertions(+), 51 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc919ee16..13ff519ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.582.0](https://github.com/windmill-labs/windmill/compare/v1.581.1...v1.582.0) (2025-11-20) + + +### Features + +* **aichat:** handle duckdb scripts ([#7187](https://github.com/windmill-labs/windmill/issues/7187)) ([ce5a318](https://github.com/windmill-labs/windmill/commit/ce5a31865cf6965ec28c449c2a832b93572a8eb6)) +* **ee:** support iamrds ([e9691c9](https://github.com/windmill-labs/windmill/commit/e9691c9eb080236849850a1ea6f3237ae39a2c4c)) + + +### Bug Fixes + +* **aichat:** fallback to completion if responses fails ([#7190](https://github.com/windmill-labs/windmill/issues/7190)) ([b56e611](https://github.com/windmill-labs/windmill/commit/b56e611700f06844dda4f30d02a1119e714d73a4)) +* **frontend:** show code/lock in flow steps on runs page ([#7191](https://github.com/windmill-labs/windmill/issues/7191)) ([338fd8a](https://github.com/windmill-labs/windmill/commit/338fd8a38cb035de298006ed1b96b6513eab9769)) + ## [1.581.1](https://github.com/windmill-labs/windmill/compare/v1.581.0...v1.581.1) (2025-11-20) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 0d06a86718..20e6087422 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -6327,9 +6327,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" [[package]] name = "hashify" @@ -10311,7 +10311,7 @@ checksum = "7ada44a88ef953a3294f6eb55d2007ba44646015e18613d2f213016379203ef3" dependencies = [ "ahash 0.8.12", "equivalent", - "hashbrown 0.16.0", + "hashbrown 0.16.1", "parking_lot 0.12.5", ] @@ -15213,7 +15213,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15275,7 +15275,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "argon2", @@ -15396,7 +15396,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.581.1" +version = "1.582.0" dependencies = [ "base64 0.22.1", "chrono", @@ -15411,7 +15411,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.581.1" +version = "1.582.0" dependencies = [ "chrono", "lazy_static", @@ -15425,7 +15425,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "axum", @@ -15444,7 +15444,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "async-recursion", @@ -15533,7 +15533,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.581.1" +version = "1.582.0" dependencies = [ "regex", "serde", @@ -15548,7 +15548,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "bytes", @@ -15572,7 +15572,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.581.1" +version = "1.582.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15584,7 +15584,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.581.1" +version = "1.582.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15593,7 +15593,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "lazy_static", @@ -15605,7 +15605,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "serde_json", @@ -15617,7 +15617,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "gosyn", @@ -15629,7 +15629,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "lazy_static", @@ -15641,7 +15641,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "serde_json", @@ -15653,7 +15653,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "nu-parser", @@ -15664,7 +15664,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15675,7 +15675,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15687,7 +15687,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "async-recursion", @@ -15710,7 +15710,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "lazy_static", @@ -15724,7 +15724,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15741,7 +15741,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "lazy_static", @@ -15755,7 +15755,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "lazy_static", @@ -15773,7 +15773,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "serde", @@ -15784,7 +15784,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "async-recursion", @@ -15821,7 +15821,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.581.1" +version = "1.582.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15831,7 +15831,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.581.1" +version = "1.582.0" dependencies = [ "anyhow", "async-once-cell", @@ -16628,18 +16628,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.27" +version = "0.8.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" +checksum = "43fa6694ed34d6e57407afbccdeecfa268c470a7d2a5b0cf49ce9fcc345afb90" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.27" +version = "0.8.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" +checksum = "c640b22cd9817fae95be82f0d2f90b11f7605f6c319d16705c459b27ac2cbc26" dependencies = [ "proc-macro2", "quote", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 702d762140..226d33cdbb 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.581.1" +version = "1.582.0" authors.workspace = true edition.workspace = true @@ -33,7 +33,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.581.1" +version = "1.582.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 9dfcbb25ec..1674a9c6b4 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.581.1 + version: 1.582.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 70f3b3d53b..7d2c420419 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.581.1"; +export const VERSION = "v1.582.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 de51bb1164..b86cb08287 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.581.1"; +export const VERSION = "1.582.0"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 38cbcfb409..95a147695c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.581.1", + "version": "1.582.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.581.1", + "version": "1.582.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 1c7f547522..ea48cee3e4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.581.1", + "version": "1.582.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 493c7c1ca9..e5a9cd32d7 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.581.1" -wmill_pg = ">=1.581.1" +wmill = ">=1.582.0" +wmill_pg = ">=1.582.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index d3e9e0ad99..4f70ab8b32 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.581.1 + version: 1.582.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index aba6ec750b..738b11fb3f 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.581.1' + ModuleVersion = '1.582.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 9604c22fbf..7d0f606c67 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.581.1" +version = "1.582.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 236f748be7..2ab6ca2ef5 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.581.1" +version = "1.582.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 6c9570044c..401fcd22cf 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.581.1", + "version": "1.582.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 b76c958a06..0418d7d989 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.581.1", + "version": "1.582.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 902f26d0c0..13ee58993d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.581.1 +1.582.0