From 0200d2d56855525c6e0ea1463a81a17e85dc0179 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 30 Nov 2025 18:51:50 +0100 Subject: [PATCH] chore(main): release 1.587.0 (#7249) * chore(main): release 1.587.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 14 +++ backend/Cargo.lock | 88 +++++++++---------- 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, 75 insertions(+), 61 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef445042c5..8631149801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.587.0](https://github.com/windmill-labs/windmill/compare/v1.586.0...v1.587.0) (2025-11-30) + + +### Features + +* **aichat:** stream tool arguments ([#7244](https://github.com/windmill-labs/windmill/issues/7244)) ([8d6936a](https://github.com/windmill-labs/windmill/commit/8d6936ae4a8577983405d95ab75f99822f15da3d)) +* workspace dependencies ([#7124](https://github.com/windmill-labs/windmill/issues/7124)) ([d38c96d](https://github.com/windmill-labs/windmill/commit/d38c96db369bf0a9a0640e11d7fee16605a6775a)) + + +### Bug Fixes + +* **cli:** cli behave as expected in forked workspaces ([58ef965](https://github.com/windmill-labs/windmill/commit/58ef965e20ec25456da23b27fe16b8abab1889f6)) +* **git-sync:** initialize repo with gitBranches set ([49b2ea6](https://github.com/windmill-labs/windmill/commit/49b2ea65316be3cf0b95af4b2e69c10c01f35d1a)) + ## [1.586.0](https://github.com/windmill-labs/windmill/compare/v1.585.1...v1.586.0) (2025-11-27) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 06f4a1023e..e892626b78 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2008,9 +2008,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.47" +version = "1.2.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd405d82c84ff7f35739f175f67d8b9fb7687a0e84ccdc78bd3568839827cf07" +checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a" dependencies = [ "find-msvc-tools", "jobserver", @@ -4797,9 +4797,9 @@ dependencies = [ [[package]] name = "dlopen2_derive" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "788160fb30de9cdd857af31c6a2675904b16ece8fc2737b2c7127ba368c9d0f4" +checksum = "95f4a04e1bfbfa4835a6073177aafb95ead4de0722dbb339195fdc7e0a09599b" dependencies = [ "proc-macro2", "quote", @@ -6538,13 +6538,13 @@ dependencies = [ [[package]] name = "hostname" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65" +checksum = "617aaa3557aef3810a6369d0a99fac8a080891b68bd9f9812a1eeda0c0730cbd" dependencies = [ "cfg-if", "libc", - "windows-link 0.1.3", + "windows-link 0.2.1", ] [[package]] @@ -11232,9 +11232,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" +checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c" dependencies = [ "web-time", "zeroize", @@ -14073,9 +14073,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.41" +version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" +checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647" dependencies = [ "log", "pin-project-lite", @@ -14188,9 +14188,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.20" +version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" +checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" dependencies = [ "matchers", "nu-ansi-term", @@ -15162,7 +15162,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15225,7 +15225,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "argon2", @@ -15346,7 +15346,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.586.0" +version = "1.587.0" dependencies = [ "base64 0.22.1", "chrono", @@ -15361,7 +15361,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.586.0" +version = "1.587.0" dependencies = [ "chrono", "lazy_static", @@ -15375,7 +15375,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "axum", @@ -15394,7 +15394,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "async-recursion", @@ -15486,7 +15486,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.586.0" +version = "1.587.0" dependencies = [ "regex", "serde", @@ -15501,7 +15501,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "bytes", @@ -15525,7 +15525,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.586.0" +version = "1.587.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15541,7 +15541,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.586.0" +version = "1.587.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15550,7 +15550,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "lazy_static", @@ -15562,7 +15562,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "serde_json", @@ -15574,7 +15574,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "gosyn", @@ -15586,7 +15586,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "lazy_static", @@ -15598,7 +15598,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "serde_json", @@ -15610,7 +15610,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "nu-parser", @@ -15621,7 +15621,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15632,7 +15632,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15644,7 +15644,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "async-recursion", @@ -15668,7 +15668,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "lazy_static", @@ -15682,7 +15682,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15699,7 +15699,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "lazy_static", @@ -15713,7 +15713,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "lazy_static", @@ -15731,7 +15731,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "serde", @@ -15742,7 +15742,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "async-recursion", @@ -15779,7 +15779,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.586.0" +version = "1.587.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15789,7 +15789,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.586.0" +version = "1.587.0" dependencies = [ "anyhow", "async-once-cell", @@ -16586,18 +16586,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.30" +version = "0.8.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ea879c944afe8a2b25fef16bb4ba234f47c694565e97383b36f3a878219065c" +checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.30" +version = "0.8.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf955aa904d6040f70dc8e9384444cb1030aed272ba3cb09bbc4ab9e7c1f34f5" +checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" dependencies = [ "proc-macro2", "quote", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index fddebdfaad..568fe103e3 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.586.0" +version = "1.587.0" authors.workspace = true edition.workspace = true @@ -33,7 +33,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.586.0" +version = "1.587.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 43c9a40053..91410e32c3 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.586.0 + version: 1.587.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 4ad2b6d1fc..aa63ed0b65 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.586.0"; +export const VERSION = "v1.587.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 ce1137f369..28f85a0d91 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -69,7 +69,7 @@ export { // } // }); -export const VERSION = "1.586.0"; +export const VERSION = "1.587.0"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4701b21c29..1b951d5f9e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.586.0", + "version": "1.587.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.586.0", + "version": "1.587.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index a666bf7369..4778cca630 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.586.0", + "version": "1.587.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index be6c80604e..562d50e30c 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.586.0" -wmill_pg = ">=1.586.0" +wmill = ">=1.587.0" +wmill_pg = ">=1.587.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 152f360497..31486d4d0b 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.586.0 + version: 1.587.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index c732c39dd3..1c80c3d54f 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.586.0' + ModuleVersion = '1.587.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 1a902c9adf..4c68224036 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.586.0" +version = "1.587.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 6d7eab219f..c5f50ba44a 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.586.0" +version = "1.587.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 240c6617f5..17227682d7 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.586.0", + "version": "1.587.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 64895e1b3c..71c0389b21 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.586.0", + "version": "1.587.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 3a14e5c9f3..f3d6fe62fe 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.586.0 +1.587.0