diff --git a/CHANGELOG.md b/CHANGELOG.md index bae398e8f3..20b540e788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.541.1](https://github.com/windmill-labs/windmill/compare/v1.541.0...v1.541.1) (2025-09-10) + + +### Bug Fixes + +* revoke tokens on demotions of superadmins ([1c6af66](https://github.com/windmill-labs/windmill/commit/1c6af66a84da5cbeeb76bd8833da528ea74f021b)) + ## [1.541.0](https://github.com/windmill-labs/windmill/compare/v1.540.2...v1.541.0) (2025-09-09) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index ddea74c612..b7f3ae8248 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -14424,9 +14424,9 @@ checksum = "2f322b60f6b9736017344fa0635d64be2f458fbc04eef65f6be22976dd1ffd5b" [[package]] name = "unicode-ident" -version = "1.0.18" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" +checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" [[package]] name = "unicode-linebreak" @@ -15109,7 +15109,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "aws-sdk-config", @@ -15166,7 +15166,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "argon2", @@ -15286,7 +15286,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.541.0" +version = "1.541.1" dependencies = [ "base64 0.22.1", "chrono", @@ -15301,7 +15301,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.541.0" +version = "1.541.1" dependencies = [ "chrono", "serde", @@ -15314,7 +15314,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "axum", @@ -15333,7 +15333,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "async-recursion", @@ -15415,7 +15415,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.541.0" +version = "1.541.1" dependencies = [ "regex", "serde", @@ -15430,7 +15430,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "bytes", @@ -15454,7 +15454,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.541.0" +version = "1.541.1" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15466,7 +15466,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.541.0" +version = "1.541.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -15475,7 +15475,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "lazy_static", @@ -15487,7 +15487,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "serde_json", @@ -15499,7 +15499,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "gosyn", @@ -15511,7 +15511,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "lazy_static", @@ -15523,7 +15523,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "serde_json", @@ -15535,7 +15535,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "nu-parser", @@ -15546,7 +15546,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15557,7 +15557,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15569,7 +15569,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "async-recursion", @@ -15592,7 +15592,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "lazy_static", @@ -15606,7 +15606,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15623,7 +15623,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "lazy_static", @@ -15637,7 +15637,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "lazy_static", @@ -15655,7 +15655,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15680,7 +15680,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "serde_json", @@ -15690,7 +15690,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "async-recursion", @@ -15723,7 +15723,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.541.0" +version = "1.541.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15733,7 +15733,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.541.0" +version = "1.541.1" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 3e981d14d7..43534e1c7f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.541.0" +version = "1.541.1" authors.workspace = true edition.workspace = true @@ -34,7 +34,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.541.0" +version = "1.541.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 2cd087a456..8c69ff50b5 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.541.0 + version: 1.541.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index f9da79462c..bf96f1cef2 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.541.0"; +export const VERSION = "v1.541.1"; 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 9ea77cd6de..48a378fc5e 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.541.0"; +export const VERSION = "1.541.1"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d55c0cf92d..e2307fd127 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.541.0", + "version": "1.541.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.541.0", + "version": "1.541.1", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index eace1ae7eb..2af2395462 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.541.0", + "version": "1.541.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 17fe613c60..8d314abf7f 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.541.0" -wmill_pg = ">=1.541.0" +wmill = ">=1.541.1" +wmill_pg = ">=1.541.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index ac5854e8af..7c4843c0de 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.541.0 + version: 1.541.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index c7c28a3c7b..3151352321 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.541.0' + ModuleVersion = '1.541.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 2e44bad87f..a5ee96f8b7 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.541.0" +version = "1.541.1" 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 ac0e200af8..376c99e132 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.541.0" +version = "1.541.1" 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 54479b0cfd..f88009a637 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.541.0", + "version": "1.541.1", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index e4641010fc..12e03e4d3b 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.541.0", + "version": "1.541.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 3c0136fae5..13e3e9e9ef 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.541.0 +1.541.1