From ad3b898b4ebfa4d7af99589e3d8a2691f163357b Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 9 Oct 2025 09:13:16 +0400 Subject: [PATCH] chore(main): release 1.557.0 (#6779) * chore(main): release 1.557.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 12 +++ backend/Cargo.lock | 73 ++++++++++--------- 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, 66 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a2d43288..f1cfec2fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.557.0](https://github.com/windmill-labs/windmill/compare/v1.556.1...v1.557.0) (2025-10-09) + + +### Features + +* **flow:** show tool usage in flow conversations ([#6771](https://github.com/windmill-labs/windmill/issues/6771)) ([dc4582a](https://github.com/windmill-labs/windmill/commit/dc4582a1bbc7c0679bfbd4dd139cc14f7cc76ec5)) + + +### Bug Fixes + +* validate that instance group exists before adding to workspace ([#6777](https://github.com/windmill-labs/windmill/issues/6777)) ([b070ed9](https://github.com/windmill-labs/windmill/commit/b070ed955322f01c853427b9f725d104c9c9ea0e)) + ## [1.556.1](https://github.com/windmill-labs/windmill/compare/v1.556.0...v1.556.1) (2025-10-08) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 5ee5621bb6..4d4185ecff 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1591,9 +1591,9 @@ dependencies = [ [[package]] name = "bon" -version = "3.8.0" +version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f44aa969f86ffb99e5c2d51f393ec9ed6e9fe2f47b609c917b0071f129854d29" +checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1" dependencies = [ "bon-macros", "rustversion", @@ -1601,9 +1601,9 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.8.0" +version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1e78cd86b6a6515d87392332fd63c4950ed3e50eab54275259a5f59f3666f90" +checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645" dependencies = [ "darling 0.21.3", "ident_case", @@ -6186,9 +6186,9 @@ dependencies = [ [[package]] name = "half" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" +checksum = "e54c115d4f30f52c67202f079c5f9d8b49db4691f460fdb0b4c2e838261b2ba5" dependencies = [ "bytemuck", "cfg-if", @@ -6196,6 +6196,7 @@ dependencies = [ "num-traits", "rand 0.9.0", "rand_distr 0.5.1", + "zerocopy", ] [[package]] @@ -15093,9 +15094,9 @@ dependencies = [ [[package]] name = "widestring" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" +checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" [[package]] name = "winapi" @@ -15130,7 +15131,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15190,7 +15191,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "argon2", @@ -15310,7 +15311,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.556.1" +version = "1.557.0" dependencies = [ "base64 0.22.1", "chrono", @@ -15325,7 +15326,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.556.1" +version = "1.557.0" dependencies = [ "chrono", "serde", @@ -15338,7 +15339,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "axum", @@ -15357,7 +15358,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "async-recursion", @@ -15441,7 +15442,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.556.1" +version = "1.557.0" dependencies = [ "regex", "serde", @@ -15456,7 +15457,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "bytes", @@ -15480,7 +15481,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.556.1" +version = "1.557.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15492,7 +15493,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.556.1" +version = "1.557.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15501,7 +15502,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "lazy_static", @@ -15513,7 +15514,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "serde_json", @@ -15525,7 +15526,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "gosyn", @@ -15537,7 +15538,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "lazy_static", @@ -15549,7 +15550,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "serde_json", @@ -15561,7 +15562,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "nu-parser", @@ -15572,7 +15573,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15583,7 +15584,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15595,7 +15596,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "async-recursion", @@ -15618,7 +15619,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "lazy_static", @@ -15632,7 +15633,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15649,7 +15650,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "lazy_static", @@ -15663,7 +15664,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "lazy_static", @@ -15681,7 +15682,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15706,7 +15707,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "serde_json", @@ -15716,7 +15717,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "async-recursion", @@ -15749,7 +15750,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.556.1" +version = "1.557.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15759,7 +15760,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.556.1" +version = "1.557.0" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index caef75bf52..5a81c6d6b6 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.556.1" +version = "1.557.0" authors.workspace = true edition.workspace = true @@ -34,7 +34,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.556.1" +version = "1.557.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 576dc26f22..874f5d23d0 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.556.1 + version: 1.557.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index b49d5721ff..a13e34e4b3 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.556.1"; +export const VERSION = "v1.557.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 daf951ef33..85289d26de 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.556.1"; +export const VERSION = "1.557.0"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9179f4c1f4..ce549c270b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.556.1", + "version": "1.557.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.556.1", + "version": "1.557.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index bacb9b209b..6dfa9d6d9b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.556.1", + "version": "1.557.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 3674f80dd1..4ec92158bc 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.556.1" -wmill_pg = ">=1.556.1" +wmill = ">=1.557.0" +wmill_pg = ">=1.557.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 0c02a59d8f..233acef973 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.556.1 + version: 1.557.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index fc88390487..ccca1313fb 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.556.1' + ModuleVersion = '1.557.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 4b4ab6f8e9..655407c4b5 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.556.1" +version = "1.557.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 1f5c2c6122..5d52390874 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.556.1" +version = "1.557.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 8148022f83..c59c1fff23 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.556.1", + "version": "1.557.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 c8621e661d..cbb410d46b 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.556.1", + "version": "1.557.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 70ed1f367f..468b4ca2bd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.556.1 +1.557.0