From 25c9223ba0a5b93eefd072fc4865b9249ee20b63 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 18 Nov 2025 00:26:59 +0100 Subject: [PATCH] chore(main): release 1.579.0 (#7161) * chore(main): release 1.579.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 15 +++++ backend/Cargo.lock | 62 +++++++++---------- 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, 63 insertions(+), 48 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54b4a82ee4..c27a4050fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.579.0](https://github.com/windmill-labs/windmill/compare/v1.578.0...v1.579.0) (2025-11-17) + + +### Features + +* **ai:** handle aws bedrock as provider ([#7155](https://github.com/windmill-labs/windmill/issues/7155)) ([79ac631](https://github.com/windmill-labs/windmill/commit/79ac6312e87afa3646bddc0f7e66fc4367dbff7c)) +* **mcp:** granular token scopes for scripts, flows, and endpoints ([#7130](https://github.com/windmill-labs/windmill/issues/7130)) ([88d04b9](https://github.com/windmill-labs/windmill/commit/88d04b9cbeee98f3256b78e9d34beb930cd729ec)) +* rhel8 + fix rhel9 ([#7165](https://github.com/windmill-labs/windmill/issues/7165)) ([499d7d4](https://github.com/windmill-labs/windmill/commit/499d7d4098758726a8cb2bf3e4837927b8fd70a4)) + + +### Bug Fixes + +* **backend:** worker count in latest worker usage ([#7160](https://github.com/windmill-labs/windmill/issues/7160)) ([b87d2cc](https://github.com/windmill-labs/windmill/commit/b87d2cc64cb54b602ee599fcde7f0fd3c8931550)) +* fix custom email triggers enabled ([#7164](https://github.com/windmill-labs/windmill/issues/7164)) ([90b5569](https://github.com/windmill-labs/windmill/commit/90b5569c911f9025b0e6b5318f57705efbd9bd17)) + ## [1.578.0](https://github.com/windmill-labs/windmill/compare/v1.577.0...v1.578.0) (2025-11-17) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index d55a6487c9..76ec2ea3fb 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2094,9 +2094,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.51" +version = "4.5.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" +checksum = "aa8120877db0e5c011242f96806ce3c94e0737ab8108532a76a3300a01db2ab8" dependencies = [ "clap_builder", "clap_derive", @@ -2104,9 +2104,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.51" +version = "4.5.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" +checksum = "02576b399397b659c26064fbc92a75fede9d18ffd5f80ca1cd74ddab167016e1" dependencies = [ "anstream", "anstyle", @@ -15188,7 +15188,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15250,7 +15250,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "argon2", @@ -15371,7 +15371,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.578.0" +version = "1.579.0" dependencies = [ "base64 0.22.1", "chrono", @@ -15386,7 +15386,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.578.0" +version = "1.579.0" dependencies = [ "chrono", "lazy_static", @@ -15400,7 +15400,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "axum", @@ -15419,7 +15419,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "async-recursion", @@ -15507,7 +15507,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.578.0" +version = "1.579.0" dependencies = [ "regex", "serde", @@ -15522,7 +15522,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "bytes", @@ -15546,7 +15546,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.578.0" +version = "1.579.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15558,7 +15558,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.578.0" +version = "1.579.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15567,7 +15567,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "lazy_static", @@ -15579,7 +15579,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "serde_json", @@ -15591,7 +15591,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "gosyn", @@ -15603,7 +15603,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "lazy_static", @@ -15615,7 +15615,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "serde_json", @@ -15627,7 +15627,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "nu-parser", @@ -15638,7 +15638,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15649,7 +15649,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15661,7 +15661,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "async-recursion", @@ -15684,7 +15684,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "lazy_static", @@ -15698,7 +15698,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15715,7 +15715,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "lazy_static", @@ -15729,7 +15729,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "lazy_static", @@ -15747,7 +15747,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "serde", @@ -15758,7 +15758,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "async-recursion", @@ -15793,7 +15793,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.578.0" +version = "1.579.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15803,7 +15803,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.578.0" +version = "1.579.0" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index b196852f58..b396ce6949 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.578.0" +version = "1.579.0" authors.workspace = true edition.workspace = true @@ -33,7 +33,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.578.0" +version = "1.579.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 72d3ac3407..83651cece7 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.578.0 + version: 1.579.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index ecee3e3434..d509942ef2 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.578.0"; +export const VERSION = "v1.579.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 682fedd85f..70baafb5ce 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.578.0"; +export const VERSION = "1.579.0"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f404b4910e..7a7ef8928e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.578.0", + "version": "1.579.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.578.0", + "version": "1.579.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 09d94af50d..db3c55d311 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.578.0", + "version": "1.579.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 97c0e43736..8cb880680b 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.578.0" -wmill_pg = ">=1.578.0" +wmill = ">=1.579.0" +wmill_pg = ">=1.579.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 3c43d04b63..e3216466ec 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.578.0 + version: 1.579.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index f475c8d0e0..9abcc2edcf 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.578.0' + ModuleVersion = '1.579.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 92d46d3330..129fe2686d 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.578.0" +version = "1.579.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 ea146232cd..facff31609 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.578.0" +version = "1.579.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 f38e455c56..0a07acb78a 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.578.0", + "version": "1.579.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 564c31c948..294dc0b0d5 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.578.0", + "version": "1.579.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 8e8031afb2..ecf50ba8f0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.578.0 +1.579.0