diff --git a/CHANGELOG.md b/CHANGELOG.md index 033382a3be..4b774a6da1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.513.1](https://github.com/windmill-labs/windmill/compare/v1.513.0...v1.513.1) (2025-07-25) + + +### Bug Fixes + +* improve error handler behavior wrt to parrallel branchall & forloops ([#6273](https://github.com/windmill-labs/windmill/issues/6273)) ([3f784e3](https://github.com/windmill-labs/windmill/commit/3f784e3c07aa35ef2298bed301d581bf25300ba6)) +* jobLoader for flowstatusviewerinner work with public apps ([94e20a9](https://github.com/windmill-labs/windmill/commit/94e20a97e036fdb99e34c79b466e957b943cb26a)) +* **mcp:** allow mcp scopes to run scripts and flows ([#6278](https://github.com/windmill-labs/windmill/issues/6278)) ([e8f4c24](https://github.com/windmill-labs/windmill/commit/e8f4c2418b83af75be90b21ab2ab64537fef00eb)) + ## [1.513.0](https://github.com/windmill-labs/windmill/compare/v1.512.0...v1.513.0) (2025-07-24) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 987758d3e5..bb4e1bf1db 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1058,9 +1058,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.8.4" +version = "1.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38280ac228bc479f347fcfccf4bf4d22d68f3bb4629685cb591cabd856567bbc" +checksum = "937a49ecf061895fca4a6dd8e864208ed9be7546c0527d04bc07d502ec5fba1c" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -7380,9 +7380,9 @@ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" [[package]] name = "litrs" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" +checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" [[package]] name = "lock_api" @@ -9841,9 +9841,9 @@ dependencies = [ [[package]] name = "quick_cache" -version = "0.6.14" +version = "0.6.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b450dad8382b1b95061d5ca1eb792081fb082adf48c678791fe917509596d5f" +checksum = "8565e62e02af316570d4b492f17af1481d6c07cea60f4e7edd71700da5052ba9" dependencies = [ "ahash 0.8.12", "equivalent", @@ -14685,7 +14685,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "axum", @@ -14737,7 +14737,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "argon2", @@ -14848,7 +14848,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.513.0" +version = "1.513.1" dependencies = [ "base64 0.22.1", "chrono", @@ -14863,7 +14863,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.513.0" +version = "1.513.1" dependencies = [ "chrono", "serde", @@ -14876,7 +14876,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "serde", @@ -14890,7 +14890,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "async-stream", @@ -14969,7 +14969,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.513.0" +version = "1.513.1" dependencies = [ "regex", "serde", @@ -14983,7 +14983,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "bytes", @@ -15006,7 +15006,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.513.0" +version = "1.513.1" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15018,7 +15018,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.513.0" +version = "1.513.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -15027,7 +15027,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "lazy_static", @@ -15039,7 +15039,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "serde_json", @@ -15051,7 +15051,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "gosyn", @@ -15063,7 +15063,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "lazy_static", @@ -15075,7 +15075,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "serde_json", @@ -15087,7 +15087,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "nu-parser", @@ -15098,7 +15098,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15109,7 +15109,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15121,7 +15121,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "async-recursion", @@ -15144,7 +15144,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15161,7 +15161,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "lazy_static", @@ -15175,7 +15175,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "lazy_static", @@ -15193,7 +15193,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15217,7 +15217,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "serde_json", @@ -15227,7 +15227,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "async-recursion", @@ -15260,7 +15260,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.513.0" +version = "1.513.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15270,7 +15270,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.513.0" +version = "1.513.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 3a22d62eee..398691118e 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.513.0" +version = "1.513.1" authors.workspace = true edition.workspace = true @@ -32,7 +32,7 @@ members = [ ] [workspace.package] -version = "1.513.0" +version = "1.513.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index cffc1791bb..4043526b84 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.513.0 + version: 1.513.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 55f66704cd..4dabcbf706 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.513.0"; +export const VERSION = "v1.513.1"; 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 3f3ac981ca..20edea2f7d 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -65,7 +65,7 @@ export { // } // }); -export const VERSION = "1.513.0"; +export const VERSION = "1.513.1"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 80fff5c0d4..f967fc7200 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.513.0", + "version": "1.513.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.513.0", + "version": "1.513.1", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 319d803c26..5d69844134 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.513.0", + "version": "1.513.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index f354d60782..f2674a33f8 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.513.0" -wmill_pg = ">=1.513.0" +wmill = ">=1.513.1" +wmill_pg = ">=1.513.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 34c50c1a01..a62189c905 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.513.0 + version: 1.513.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 6971e1ecf2..e5e945c4d8 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.513.0' + ModuleVersion = '1.513.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 78fc6ccda4..f83c5d3886 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.513.0" +version = "1.513.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 f17a6ef6bb..cd4b0b1e6d 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.513.0" +version = "1.513.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 a2f4c558a4..8c4a97c23c 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.513.0", + "version": "1.513.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 e6a6b93c28..eb4bcecd2c 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.513.0", + "version": "1.513.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index e754074ae8..20b8fe55f7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.513.0 +1.513.1