From 96d1234fe651d2b72d26bf40a3dbfaebbf6964fa Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 23 Jan 2026 12:56:16 +0000 Subject: [PATCH] chore(main): release 1.614.0 (#7650) * chore(main): release 1.614.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 19 +++++ backend/Cargo.lock | 70 +++++++++---------- 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, 71 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83458eec5a..d4a32dd332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.614.0](https://github.com/windmill-labs/windmill/compare/v1.613.4...v1.614.0) (2026-01-23) + + +### Features + +* add cache-rt command and SYNC_CACHED_RT env variable for resource types ([#7666](https://github.com/windmill-labs/windmill/issues/7666)) ([85e460d](https://github.com/windmill-labs/windmill/commit/85e460d853cbd9f8d245efb9009690c0bb468bfc)) +* **aichat:** handle codestral from any provider ([#7649](https://github.com/windmill-labs/windmill/issues/7649)) ([389499e](https://github.com/windmill-labs/windmill/commit/389499e57696dc4805080a9e6b737b1aef4566be)) +* **ai:** handle google vertex for claude models + base url overrides ([#7654](https://github.com/windmill-labs/windmill/issues/7654)) ([0797e89](https://github.com/windmill-labs/windmill/commit/0797e89aa00e57b4e162df32d7b0a041ad6db71e)) +* better mixed versions handling ([#7628](https://github.com/windmill-labs/windmill/issues/7628)) ([7249b82](https://github.com/windmill-labs/windmill/commit/7249b82dbaee2d14cb5768233c2026a6ab44231f)) + + +### Bug Fixes + +* add support for OIDC session tokens in S3 proxy headers ([#7652](https://github.com/windmill-labs/windmill/issues/7652)) ([3b8a99e](https://github.com/windmill-labs/windmill/commit/3b8a99e174682ad90a9a0d3957902e09c9e0a195)) +* Avoid logout when using deploy ui and no access to some deps ([#7655](https://github.com/windmill-labs/windmill/issues/7655)) ([bb21486](https://github.com/windmill-labs/windmill/commit/bb2148639441b86c6c966119df4711066fc94c85)) +* **frontend:** improve ai chat ui ([#7648](https://github.com/windmill-labs/windmill/issues/7648)) ([af14b09](https://github.com/windmill-labs/windmill/commit/af14b0941581eec98061d4cbae159a061f1d5eee)) +* **frontend:** Improve flow detail page ([#7647](https://github.com/windmill-labs/windmill/issues/7647)) ([7385726](https://github.com/windmill-labs/windmill/commit/738572674123a00a5e37a0c875b2649608c70f0a)) +* use pgoptions for iam rds connection ([#7660](https://github.com/windmill-labs/windmill/issues/7660)) ([08b483e](https://github.com/windmill-labs/windmill/commit/08b483eacafcd161537b9a09f63640eeacad087f)) + ## [1.613.4](https://github.com/windmill-labs/windmill/compare/v1.613.3...v1.613.4) (2026-01-21) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 83858bb6cc..a5450b3609 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2133,9 +2133,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.53" +version = "1.2.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932" +checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583" dependencies = [ "find-msvc-tools", "jobserver", @@ -10385,9 +10385,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" dependencies = [ "unicode-ident", ] @@ -10677,9 +10677,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.43" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" +checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" dependencies = [ "proc-macro2", ] @@ -15556,7 +15556,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15620,7 +15620,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "argon2", @@ -15745,7 +15745,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.613.4" +version = "1.614.0" dependencies = [ "reqwest 0.12.28", "serde", @@ -15755,7 +15755,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.613.4" +version = "1.614.0" dependencies = [ "chrono", "lazy_static", @@ -15769,7 +15769,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -15788,7 +15788,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "async-recursion", @@ -15883,7 +15883,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.613.4" +version = "1.614.0" dependencies = [ "regex", "serde", @@ -15898,7 +15898,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "astral-tokio-tar", @@ -15922,7 +15922,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.613.4" +version = "1.614.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15938,7 +15938,7 @@ dependencies = [ [[package]] name = "windmill-mcp" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "async-trait", @@ -15958,7 +15958,7 @@ dependencies = [ [[package]] name = "windmill-oauth" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "async-oauth2", @@ -15982,7 +15982,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.613.4" +version = "1.614.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15991,7 +15991,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "lazy_static", @@ -16003,7 +16003,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "serde_json", @@ -16015,7 +16015,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "gosyn", @@ -16027,7 +16027,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "lazy_static", @@ -16039,7 +16039,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "serde_json", @@ -16051,7 +16051,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "nu-parser", @@ -16062,7 +16062,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16073,7 +16073,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16086,7 +16086,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "async-recursion", @@ -16110,7 +16110,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "lazy_static", @@ -16124,7 +16124,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -16141,7 +16141,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "lazy_static", @@ -16155,7 +16155,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "lazy_static", @@ -16174,7 +16174,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "serde", @@ -16185,7 +16185,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "async-recursion", @@ -16222,7 +16222,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.613.4" +version = "1.614.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -16232,7 +16232,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.613.4" +version = "1.614.0" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index b100e9ef0b..a93c9fa70b 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.613.4" +version = "1.614.0" authors.workspace = true edition.workspace = true @@ -35,7 +35,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.613.4" +version = "1.614.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index a4231481c3..006a9070c8 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.613.4 + version: 1.614.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index a60bcd5a3b..69b8c5b996 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.613.4"; +export const VERSION = "v1.614.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 32444dc85f..0c2a87a412 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -70,7 +70,7 @@ export { // } // }); -export const VERSION = "1.613.4"; +export const VERSION = "1.614.0"; // Re-exported from constants.ts to maintain backwards compatibility export { WM_FORK_PREFIX } from "./core/constants.ts"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b5a7771ef9..1d5c2c0901 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.613.4", + "version": "1.614.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.613.4", + "version": "1.614.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 7ecb0d3d8f..5afe28e6b1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.613.4", + "version": "1.614.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 387f643d13..6e0588d749 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.613.4" -wmill_pg = ">=1.613.4" +wmill = ">=1.614.0" +wmill_pg = ">=1.614.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 8806aff29a..1201b0b087 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: '3.0.3' info: - version: 1.613.4 + version: 1.614.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index a06095bc41..90520c2972 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.613.4' + ModuleVersion = '1.614.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 63cca3d136..6a62989c73 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.613.4" +version = "1.614.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 793fc2527d..a7951eebaa 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.613.4" +version = "1.614.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 51d279170b..144f5e0554 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.613.4", + "version": "1.614.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./sqlUtils.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 074f121b6c..988dd190f7 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.613.4", + "version": "1.614.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 6683c0664e..0c03ea1c5d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.613.4 +1.614.0