From 511a70b545840dd47931cf841740137106ba2cd7 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 6 Feb 2026 07:32:46 +0100 Subject: [PATCH] chore(main): release 1.628.0 (#7822) * chore(main): release 1.628.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 13 ++++ 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, 65 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af7b3f510..11209905b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.628.0](https://github.com/windmill-labs/windmill/compare/v1.627.0...v1.628.0) (2026-02-06) + + +### Features + +* kafka trigger kerberos/gssapi support ([#7815](https://github.com/windmill-labs/windmill/issues/7815)) ([795e2be](https://github.com/windmill-labs/windmill/commit/795e2bebe65db9c6f721e7cd24af1446aeb896ab)) + + +### Bug Fixes + +* make notify_event trigger functions SECURITY DEFINER ([#7826](https://github.com/windmill-labs/windmill/issues/7826)) ([33fb08c](https://github.com/windmill-labs/windmill/commit/33fb08cf3d08c4a6b86f32b3ae8bf2df8c1adcaa)) +* prevent schedule pool connection exhaustion ([#7821](https://github.com/windmill-labs/windmill/issues/7821)) ([e655a06](https://github.com/windmill-labs/windmill/commit/e655a065637b288080118661650bc14641dd0c6f)) + ## [1.627.0](https://github.com/windmill-labs/windmill/compare/v1.626.0...v1.627.0) (2026-02-05) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 1fd3ca1a1c..9a29f03c5b 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -15653,7 +15653,7 @@ dependencies = [ [[package]] name = "windmill" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15717,7 +15717,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "argon2", @@ -15849,7 +15849,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.627.0" +version = "1.628.0" dependencies = [ "reqwest 0.12.28", "serde", @@ -15859,7 +15859,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.627.0" +version = "1.628.0" dependencies = [ "chrono", "lazy_static", @@ -15873,7 +15873,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -15892,7 +15892,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "async-recursion", @@ -15988,7 +15988,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.627.0" +version = "1.628.0" dependencies = [ "regex", "serde", @@ -16003,7 +16003,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "astral-tokio-tar", @@ -16027,7 +16027,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.627.0" +version = "1.628.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -16043,7 +16043,7 @@ dependencies = [ [[package]] name = "windmill-mcp" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "async-trait", @@ -16063,7 +16063,7 @@ dependencies = [ [[package]] name = "windmill-oauth" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "async-oauth2", @@ -16087,7 +16087,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.627.0" +version = "1.628.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -16096,7 +16096,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "lazy_static", @@ -16108,7 +16108,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "serde_json", @@ -16120,7 +16120,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "gosyn", @@ -16132,7 +16132,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "lazy_static", @@ -16144,7 +16144,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "serde_json", @@ -16156,7 +16156,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "nu-parser", @@ -16167,7 +16167,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16178,7 +16178,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16191,7 +16191,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "async-recursion", @@ -16215,7 +16215,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "lazy_static", @@ -16229,7 +16229,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -16246,7 +16246,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "lazy_static", @@ -16260,7 +16260,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "lazy_static", @@ -16279,7 +16279,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "serde", @@ -16290,7 +16290,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "async-recursion", @@ -16327,7 +16327,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.627.0" +version = "1.628.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -16337,7 +16337,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.627.0" +version = "1.628.0" dependencies = [ "anyhow", "async-once-cell", @@ -17238,18 +17238,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.38" +version = "0.8.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57cf3aa6855b23711ee9852dfc97dfaa51c45feaba5b645d0c777414d494a961" +checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.38" +version = "0.8.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a616990af1a287837c4fe6596ad77ef57948f787e46ce28e166facc0cc1cb75" +checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517" dependencies = [ "proc-macro2", "quote", @@ -17332,9 +17332,9 @@ dependencies = [ [[package]] name = "zip" -version = "7.3.0" +version = "7.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "268bf6f9ceb991e07155234071501490bb41fd1e39c6a588106dad10ae2a5804" +checksum = "cc12baa6db2b15a140161ce53d72209dacea594230798c24774139b54ecaa980" dependencies = [ "crc32fast", "indexmap 2.11.1", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 7b577b3f14..55ac1e164b 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.627.0" +version = "1.628.0" authors.workspace = true edition.workspace = true @@ -35,7 +35,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.627.0" +version = "1.628.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index c4791a1836..4480c74e94 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.627.0 + version: 1.628.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index f8b2ae1fcc..91f293b4fc 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.627.0"; +export const VERSION = "v1.628.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 a9931d0482..969d8cd386 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -77,7 +77,7 @@ export { // } // }); -export const VERSION = "1.627.0"; +export const VERSION = "1.628.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 fe643884c6..1d9e800e21 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.627.0", + "version": "1.628.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.627.0", + "version": "1.628.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index b0ee396b1e..d414f25ad1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.627.0", + "version": "1.628.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 4a8777bd94..f2517b3087 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.627.0" -wmill_pg = ">=1.627.0" +wmill = ">=1.628.0" +wmill_pg = ">=1.628.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 478a5f0c5d..5eb30258d4 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: '3.0.3' info: - version: 1.627.0 + version: 1.628.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index cfa57b1266..073f342545 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.627.0' + ModuleVersion = '1.628.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index acd746a70c..299e5be753 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.627.0" +version = "1.628.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 47f1c58fd0..2b55e0f2c0 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.627.0" +version = "1.628.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 9590de6f16..88f030b0a0 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.627.0", + "version": "1.628.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 0cc669a7b8..102a1fe588 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.627.0", + "version": "1.628.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "sideEffects": false, diff --git a/version.txt b/version.txt index 88af80c98b..415cdbbbb4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.627.0 +1.628.0