From 233bc1bfc57ef8adba584e688a7bef740e67b603 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 8 May 2025 15:30:31 +0200 Subject: [PATCH] chore(main): release 1.489.0 (#5714) * chore(main): release 1.489.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 7 + backend/Cargo.lock | 129 ++++++++---------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/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, 79 insertions(+), 91 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d39fb7dae..1e62a194d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.489.0](https://github.com/windmill-labs/windmill/compare/v1.488.0...v1.489.0) (2025-05-08) + + +### Features + +* raise error if end early in flow ([#5653](https://github.com/windmill-labs/windmill/issues/5653)) ([242a565](https://github.com/windmill-labs/windmill/commit/242a5654285b0a3bf222c80e82f6861ffafed838)) + ## [1.488.0](https://github.com/windmill-labs/windmill/compare/v1.487.0...v1.488.0) (2025-05-07) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 9e6d454605..6097f39fe9 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -116,16 +116,16 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.11" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" +checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" dependencies = [ "cfg-if", "const-random", - "getrandom 0.2.16", + "getrandom 0.3.2", "once_cell", "version_check", - "zerocopy 0.7.35", + "zerocopy", ] [[package]] @@ -327,7 +327,7 @@ version = "55.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cebfe926794fbc1f49ddd0cdaf898956ca9f6e79541efce62dabccfd81380472" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "arrow-buffer", "arrow-data", "arrow-schema", @@ -472,7 +472,7 @@ version = "55.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa5f5a93c75f46ef48e4001535e7b6c922eeb0aa20b73cf58d09e13d057490d8" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "arrow-array", "arrow-buffer", "arrow-data", @@ -2222,9 +2222,9 @@ dependencies = [ [[package]] name = "crc" -version = "3.2.1" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" dependencies = [ "crc-catalog", ] @@ -2676,7 +2676,7 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0734015d81c8375eb5d4869b7f7ecccc2ee8d6cb81948ef737cd0e7b743bd69c" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "arrow", "arrow-ipc", "base64 0.22.1", @@ -2916,7 +2916,7 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "408a05dafdc70d05a38a29005b8b15e21b0238734dab1e98483fcb58038c5aba" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "arrow", "datafusion-common", "datafusion-doc", @@ -2937,7 +2937,7 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "756d21da2dd6c9bef97af1504970ff56cbf35d03fbd4ffd62827f02f4d2279d4" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "arrow", "datafusion-common", "datafusion-expr-common", @@ -3044,7 +3044,7 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64c536062b0076f4e30084065d805f389f9fe38af0ca75bcbac86bc5e9fbab65" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "arrow", "datafusion-common", "datafusion-expr", @@ -3066,7 +3066,7 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8a92b53b3193fac1916a1c5b8e3f4347c526f6822e56b71faa5fb372327a863" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "arrow", "datafusion-common", "datafusion-expr-common", @@ -3099,7 +3099,7 @@ version = "47.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "690c615db468c2e5fe5085b232d8b1c088299a6c63d87fd960a354a71f7acb55" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "arrow", "arrow-ord", "arrow-schema", @@ -4860,9 +4860,9 @@ dependencies = [ [[package]] name = "error-code" -version = "3.3.1" +version = "3.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f" +checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" [[package]] name = "error_reporter" @@ -6003,7 +6003,7 @@ version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "allocator-api2", ] @@ -8941,7 +8941,7 @@ version = "55.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd31a8290ac5b19f09ad77ee7a1e6a541f1be7674ad410547d5f1eef6eef4a9c" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "arrow-array", "arrow-buffer", "arrow-cast", @@ -9340,7 +9340,7 @@ version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" dependencies = [ - "zerocopy 0.8.25", + "zerocopy", ] [[package]] @@ -9675,7 +9675,7 @@ version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "287e56aac5a2b4fb25a6fb050961d157635924c8696305a5c937a76f29841a0f" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "equivalent", "hashbrown 0.15.3", "parking_lot 0.12.3", @@ -9785,7 +9785,7 @@ checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", - "zerocopy 0.8.25", + "zerocopy", ] [[package]] @@ -10644,11 +10644,12 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" +checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" dependencies = [ "web-time", + "zeroize", ] [[package]] @@ -11948,7 +11949,7 @@ version = "0.3.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83406221c501860fce9c27444f44125eafe9e598b8b81be7563d7036784cd05c" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "anyhow", "dashmap 5.5.3", "once_cell", @@ -13300,9 +13301,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697" +checksum = "a1cfca9ae570b2a6efc764a88e914c29b3dfaa1fafe5f495812ae97ec9bc4d53" dependencies = [ "async-compression", "bitflags 2.9.0", @@ -14400,7 +14401,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "axum", @@ -14449,7 +14450,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "argon2", @@ -14558,7 +14559,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.488.0" +version = "1.489.0" dependencies = [ "base64 0.22.1", "chrono", @@ -14573,7 +14574,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.488.0" +version = "1.489.0" dependencies = [ "chrono", "serde", @@ -14586,7 +14587,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "serde", @@ -14600,7 +14601,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "async-stream", @@ -14666,7 +14667,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.488.0" +version = "1.489.0" dependencies = [ "regex", "serde", @@ -14680,7 +14681,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "bytes", @@ -14703,7 +14704,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.488.0" +version = "1.489.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -14715,7 +14716,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.488.0" +version = "1.489.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -14724,7 +14725,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "lazy_static", @@ -14736,7 +14737,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "serde_json", @@ -14748,7 +14749,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "gosyn", @@ -14760,7 +14761,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "lazy_static", @@ -14772,7 +14773,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "serde_json", @@ -14784,7 +14785,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "nu-parser", @@ -14795,7 +14796,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14806,7 +14807,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14817,7 +14818,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "async-recursion", @@ -14837,7 +14838,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -14854,7 +14855,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "lazy_static", @@ -14866,7 +14867,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "lazy_static", @@ -14884,7 +14885,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -14908,7 +14909,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "serde_json", @@ -14918,7 +14919,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "async-recursion", @@ -14951,7 +14952,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.488.0" +version = "1.489.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -14961,7 +14962,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.488.0" +version = "1.489.0" dependencies = [ "anyhow", "async-recursion", @@ -15679,33 +15680,13 @@ dependencies = [ "synstructure 0.13.2", ] -[[package]] -name = "zerocopy" -version = "0.7.35" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" -dependencies = [ - "zerocopy-derive 0.7.35", -] - [[package]] name = "zerocopy" version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" dependencies = [ - "zerocopy-derive 0.8.25", -] - -[[package]] -name = "zerocopy-derive" -version = "0.7.35" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.101", + "zerocopy-derive", ] [[package]] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index ffe4a8ee1b..e6439d175b 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.488.0" +version = "1.489.0" authors.workspace = true edition.workspace = true @@ -32,7 +32,7 @@ members = [ ] [workspace.package] -version = "1.488.0" +version = "1.489.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 961a4a9209..0e9d723cee 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.488.0 + version: 1.489.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index cc627194ca..6ef9adbfb6 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.488.0"; +export const VERSION = "v1.489.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 6b4dc66d19..c197ff2fdf 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -63,7 +63,7 @@ export { // } // }); -export const VERSION = "1.488.0"; +export const VERSION = "1.489.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cef171497d..6764757796 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.488.0", + "version": "1.489.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.488.0", + "version": "1.489.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 314bde7309..191a6d1540 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.488.0", + "version": "1.489.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 6b9ea07776..a4b1830e22 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.488.0" -wmill_pg = ">=1.488.0" +wmill = ">=1.489.0" +wmill_pg = ">=1.489.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 660fe3933c..4b85fb3081 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.488.0 + version: 1.489.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index fc98395286..876dab27ce 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.488.0' + ModuleVersion = '1.489.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 3020a1c54d..0d06fb7649 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.488.0" +version = "1.489.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 7406ae251c..feed298f1f 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.488.0" +version = "1.489.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 ec281c0a1d..2ccfacbef4 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.488.0", + "version": "1.489.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 09afc0282b..202a2d22cd 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.488.0", + "version": "1.489.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index e7aea43065..8fbb2f0bd9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.488.0 +1.489.0