diff --git a/CHANGELOG.md b/CHANGELOG.md index fe91a9b804..033382a3be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.513.0](https://github.com/windmill-labs/windmill/compare/v1.512.0...v1.513.0) (2025-07-24) + + +### Features + +* enable workspace exclusion in custom tags ([#6263](https://github.com/windmill-labs/windmill/issues/6263)) ([be3173d](https://github.com/windmill-labs/windmill/commit/be3173d048f8c3ee3681840b9880f509b754d779)) + + +### Bug Fixes + +* add windir env var to pwsh for legacy modules like AD ([#6271](https://github.com/windmill-labs/windmill/issues/6271)) ([7920583](https://github.com/windmill-labs/windmill/commit/79205839b6c3ba51a637f634d8cfba737b4dee1c)) +* fix webhook panel reactivity ([241be48](https://github.com/windmill-labs/windmill/commit/241be4897eb3377ccce097404fcd176e746c3015)) +* improve aggrid columnDefs reactivity ([f71104e](https://github.com/windmill-labs/windmill/commit/f71104e9f64bf6cb340d99ad91977c79651780c8)) + ## [1.512.0](https://github.com/windmill-labs/windmill/compare/v1.511.0...v1.512.0) (2025-07-23) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index ca2bd9fb40..987758d3e5 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -746,9 +746,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "aws-config" -version = "1.8.2" +version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebd9b83179adf8998576317ce47785948bcff399ec5b15f4dfbdedd44ddf5b92" +checksum = "c0baa720ebadea158c5bda642ac444a2af0cdf7bb66b46d1e4533de5d1f449d0" dependencies = [ "aws-credential-types", "aws-runtime", @@ -835,9 +835,9 @@ dependencies = [ [[package]] name = "aws-sdk-sqs" -version = "1.76.0" +version = "1.77.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "837b4b181a1306a5a67d85218fa7d7298e340041d9bd81ae6919b9ec4f86ca97" +checksum = "32a6dcd63dffae1f7872df42ce9f1f0f785f8c9a3d3e880ef6c171d0415439df" dependencies = [ "aws-credential-types", "aws-runtime", @@ -857,9 +857,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.76.0" +version = "1.77.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64bf26698dd6d238ef1486bdda46f22a589dc813368ba868dc3d94c8d27b56ba" +checksum = "18f2f37fea82468fe3f5a059542c05392ef680c4f7f00e0db02df8b6e5c7d0c6" dependencies = [ "aws-credential-types", "aws-runtime", @@ -879,9 +879,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.77.0" +version = "1.78.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09cd07ed1edd939fae854a22054299ae3576500f4e0fadc560ca44f9c6ea1664" +checksum = "ecb4f6eada20e0193450cd48b12ed05e1e66baac86f39160191651b932f2b7d9" dependencies = [ "aws-credential-types", "aws-runtime", @@ -901,9 +901,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.78.0" +version = "1.79.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37f7766d2344f56d10d12f3c32993da36d78217f32594fe4fb8e57a538c1cdea" +checksum = "317377afba3498fca4948c5d32b399ef9a5ad35561a1e8a6f2ac7273dabf802d" dependencies = [ "aws-credential-types", "aws-runtime", @@ -1120,9 +1120,9 @@ dependencies = [ [[package]] name = "aws-types" -version = "1.3.7" +version = "1.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a322fec39e4df22777ed3ad8ea868ac2f94cd15e1a55f6ee8d8d6305057689a" +checksum = "b069d19bf01e46298eaedd7c6f283fe565a59263e53eebec945f3e6398f42390" dependencies = [ "aws-credential-types", "aws-smithy-async", @@ -9507,9 +9507,9 @@ checksum = "c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5" [[package]] name = "prettyplease" -version = "0.2.35" +version = "0.2.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a" +checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2" dependencies = [ "proc-macro2", "syn 2.0.104", @@ -14685,7 +14685,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "axum", @@ -14737,7 +14737,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "argon2", @@ -14848,7 +14848,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.512.0" +version = "1.513.0" dependencies = [ "base64 0.22.1", "chrono", @@ -14863,7 +14863,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.512.0" +version = "1.513.0" dependencies = [ "chrono", "serde", @@ -14876,7 +14876,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "serde", @@ -14890,7 +14890,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "async-stream", @@ -14969,7 +14969,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.512.0" +version = "1.513.0" dependencies = [ "regex", "serde", @@ -14983,7 +14983,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "bytes", @@ -15006,7 +15006,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.512.0" +version = "1.513.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15018,7 +15018,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.512.0" +version = "1.513.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15027,7 +15027,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "lazy_static", @@ -15039,7 +15039,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "serde_json", @@ -15051,7 +15051,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "gosyn", @@ -15063,7 +15063,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "lazy_static", @@ -15075,7 +15075,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "serde_json", @@ -15087,7 +15087,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "nu-parser", @@ -15098,7 +15098,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15109,7 +15109,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15121,7 +15121,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "async-recursion", @@ -15144,7 +15144,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15161,7 +15161,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "lazy_static", @@ -15175,7 +15175,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "lazy_static", @@ -15193,7 +15193,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15217,7 +15217,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "serde_json", @@ -15227,7 +15227,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "async-recursion", @@ -15260,7 +15260,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.512.0" +version = "1.513.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15270,7 +15270,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.512.0" +version = "1.513.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index eb7ed9af54..3a22d62eee 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.512.0" +version = "1.513.0" authors.workspace = true edition.workspace = true @@ -32,7 +32,7 @@ members = [ ] [workspace.package] -version = "1.512.0" +version = "1.513.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 2844d3a6ea..cffc1791bb 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.512.0 + version: 1.513.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 27e1247348..55f66704cd 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.512.0"; +export const VERSION = "v1.513.0"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/main.ts b/cli/main.ts index 49aed44e75..3f3ac981ca 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -65,7 +65,7 @@ export { // } // }); -export const VERSION = "1.512.0"; +export const VERSION = "1.513.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d45218376c..80fff5c0d4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.512.0", + "version": "1.513.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.512.0", + "version": "1.513.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 9dfe70a3e8..319d803c26 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.512.0", + "version": "1.513.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index d08a309335..f354d60782 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.512.0" -wmill_pg = ">=1.512.0" +wmill = ">=1.513.0" +wmill_pg = ">=1.513.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index e04b4a7e11..34c50c1a01 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.512.0 + version: 1.513.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 938959f769..6971e1ecf2 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.512.0' + ModuleVersion = '1.513.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 37a08cdf57..78fc6ccda4 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.512.0" +version = "1.513.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 ac0fe161b9..f17a6ef6bb 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.512.0" +version = "1.513.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 eebdff0ae3..a2f4c558a4 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.512.0", + "version": "1.513.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 497feb0895..e6a6b93c28 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.512.0", + "version": "1.513.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index f00b281ffe..e754074ae8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.512.0 +1.513.0