diff --git a/CHANGELOG.md b/CHANGELOG.md index f97e2859a6..9dc919ee16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.581.1](https://github.com/windmill-labs/windmill/compare/v1.581.0...v1.581.1) (2025-11-20) + + +### Bug Fixes + +* **frontend:** missing node Result id migration ([#7182](https://github.com/windmill-labs/windmill/issues/7182)) ([054aeb3](https://github.com/windmill-labs/windmill/commit/054aeb33271288dc9458b012881164c3c4597280)) + ## [1.581.0](https://github.com/windmill-labs/windmill/compare/v1.580.0...v1.581.0) (2025-11-19) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index dada36c231..717b025e28 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -788,9 +788,9 @@ dependencies = [ [[package]] name = "aws-credential-types" -version = "1.2.9" +version = "1.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86590e57ea40121d47d3f2e131bfd873dea15d78dc2f4604f4734537ad9e56c4" +checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", @@ -823,9 +823,9 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.5.14" +version = "1.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fe0fd441565b0b318c76e7206c8d1d0b0166b3e986cf30e890b61feb6192045" +checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632" dependencies = [ "aws-credential-types", "aws-sigv4", @@ -15188,7 +15188,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "aws-sdk-config", @@ -15250,7 +15250,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "argon2", @@ -15371,7 +15371,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.581.0" +version = "1.581.1" dependencies = [ "base64 0.22.1", "chrono", @@ -15386,7 +15386,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.581.0" +version = "1.581.1" dependencies = [ "chrono", "lazy_static", @@ -15400,7 +15400,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "axum", @@ -15419,7 +15419,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "async-recursion", @@ -15507,7 +15507,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.581.0" +version = "1.581.1" dependencies = [ "regex", "serde", @@ -15522,7 +15522,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "bytes", @@ -15546,7 +15546,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.581.0" +version = "1.581.1" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15558,7 +15558,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.581.0" +version = "1.581.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -15567,7 +15567,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "lazy_static", @@ -15579,7 +15579,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "serde_json", @@ -15591,7 +15591,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "gosyn", @@ -15603,7 +15603,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "lazy_static", @@ -15615,7 +15615,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "serde_json", @@ -15627,7 +15627,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "nu-parser", @@ -15638,7 +15638,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15649,7 +15649,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15661,7 +15661,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "async-recursion", @@ -15684,7 +15684,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "lazy_static", @@ -15698,7 +15698,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15715,7 +15715,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "lazy_static", @@ -15729,7 +15729,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "lazy_static", @@ -15747,7 +15747,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "serde", @@ -15758,7 +15758,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "async-recursion", @@ -15795,7 +15795,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.581.0" +version = "1.581.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15805,7 +15805,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.581.0" +version = "1.581.1" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8f3c13c3a2..666727bf9c 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.581.0" +version = "1.581.1" authors.workspace = true edition.workspace = true @@ -33,7 +33,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.581.0" +version = "1.581.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 9254136f72..9dfcbb25ec 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.581.0 + version: 1.581.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 97524c888d..70f3b3d53b 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.581.0"; +export const VERSION = "v1.581.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 b74c3e0c0a..de51bb1164 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.581.0"; +export const VERSION = "1.581.1"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 90a8bf7d6e..38cbcfb409 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.581.0", + "version": "1.581.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.581.0", + "version": "1.581.1", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 706235f31b..1c7f547522 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.581.0", + "version": "1.581.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index ae5a2377c8..493c7c1ca9 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.581.0" -wmill_pg = ">=1.581.0" +wmill = ">=1.581.1" +wmill_pg = ">=1.581.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 195666f665..d3e9e0ad99 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.581.0 + version: 1.581.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 7a388645c7..aba6ec750b 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.581.0' + ModuleVersion = '1.581.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index d890a51b05..9604c22fbf 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.581.0" +version = "1.581.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 ced5c27427..236f748be7 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.581.0" +version = "1.581.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 3fb45e9001..6c9570044c 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.581.0", + "version": "1.581.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 a122e5ddc2..b76c958a06 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.581.0", + "version": "1.581.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 629e9b1913..902f26d0c0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.581.0 +1.581.1