From 02d3f372118ab1b4249b2ba23ccb7c2d97ef29ca Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 4 Mar 2025 20:31:55 +0100 Subject: [PATCH] chore(main): release 1.474.0 (#5423) * chore(main): release 1.474.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 15 +++ backend/Cargo.lock | 96 +++++++++---------- 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, 80 insertions(+), 65 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f558d2e6..2467644a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.474.0](https://github.com/windmill-labs/windmill/compare/v1.473.1...v1.474.0) (2025-03-04) + + +### Features + +* add template script for all triggers ([#5424](https://github.com/windmill-labs/windmill/issues/5424)) ([0a9d8c6](https://github.com/windmill-labs/windmill/commit/0a9d8c6b8b95c0e1093aef89b2a1956dbe59bbee)) +* **frontend:** global recompute helper function ([#5408](https://github.com/windmill-labs/windmill/issues/5408)) ([b961efa](https://github.com/windmill-labs/windmill/commit/b961efa8691f806d437ba2cb303ad1a50fa618c4)) +* more controls on setting token duration ([#5421](https://github.com/windmill-labs/windmill/issues/5421)) ([534a824](https://github.com/windmill-labs/windmill/commit/534a8249d60f7de6b542c3b5b5ee0b5eda360f22)) + + +### Bug Fixes + +* do not depend on public schema anymore ([90b00f5](https://github.com/windmill-labs/windmill/commit/90b00f55011288115e00b7a30b3e8e91bc0b7f4b)) +* **python:** windows worker fails to install 3.10 ([#5409](https://github.com/windmill-labs/windmill/issues/5409)) ([ebb58e0](https://github.com/windmill-labs/windmill/commit/ebb58e0dc7cc104e0bbfd90cf7f37e40ffd0bbf5)) + ## [1.473.1](https://github.com/windmill-labs/windmill/compare/v1.473.0...v1.473.1) (2025-03-03) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index ad874e8ee2..7772b5172c 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1273,7 +1273,7 @@ dependencies = [ "lazy_static", "lazycell", "log", - "prettyplease 0.2.29", + "prettyplease 0.2.30", "proc-macro2", "quote", "regex", @@ -1294,7 +1294,7 @@ dependencies = [ "clang-sys", "itertools 0.13.0", "log", - "prettyplease 0.2.29", + "prettyplease 0.2.30", "proc-macro2", "quote", "regex", @@ -1767,7 +1767,7 @@ version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e11c675378efb449ed3ce8de78d75d0d80542fc98487c26aba28eb3b82feac72" dependencies = [ - "semver 1.0.25", + "semver 1.0.26", "serde", "toml 0.7.8", "url", @@ -6355,9 +6355,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" +checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "jni-sys" @@ -8569,9 +8569,9 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.29" +version = "0.2.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac" +checksum = "f1ccf34da56fc294e7d4ccf69a85992b7dfb826b7cf57bac6a70bba3494cc08a" dependencies = [ "proc-macro2", "syn 2.0.99", @@ -8793,7 +8793,7 @@ dependencies = [ "multimap", "once_cell", "petgraph 0.7.1", - "prettyplease 0.2.29", + "prettyplease 0.2.30", "prost", "prost-types", "regex", @@ -9645,7 +9645,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.25", + "semver 1.0.26", ] [[package]] @@ -9866,9 +9866,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.19" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" +checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" [[package]] name = "rustyline" @@ -9894,9 +9894,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.19" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd" +checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "ryu-js" @@ -10112,9 +10112,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.25" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03" +checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" dependencies = [ "serde", ] @@ -10127,9 +10127,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "seq-macro" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" +checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc" [[package]] name = "serde" @@ -10269,9 +10269,9 @@ dependencies = [ [[package]] name = "serde_repr" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" +checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" dependencies = [ "proc-macro2", "quote", @@ -12375,7 +12375,7 @@ dependencies = [ "home", "once_cell", "regex", - "semver 1.0.25", + "semver 1.0.26", "walkdir", ] @@ -12849,9 +12849,9 @@ checksum = "2f322b60f6b9736017344fa0635d64be2f458fbc04eef65f6be22976dd1ffd5b" [[package]] name = "unicode-ident" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe" +checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" [[package]] name = "unicode-normalization" @@ -13497,7 +13497,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "axum", @@ -13540,7 +13540,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "argon2", @@ -13636,7 +13636,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.473.1" +version = "1.474.0" dependencies = [ "base64 0.22.1", "chrono", @@ -13654,7 +13654,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.473.1" +version = "1.474.0" dependencies = [ "chrono", "serde", @@ -13667,7 +13667,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "serde", @@ -13681,7 +13681,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "async-stream", @@ -13721,7 +13721,7 @@ dependencies = [ "rand 0.9.0", "regex", "reqwest 0.12.12", - "semver 1.0.25", + "semver 1.0.26", "serde", "serde_json", "sha2 0.10.8", @@ -13742,7 +13742,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.473.1" +version = "1.474.0" dependencies = [ "regex", "serde", @@ -13756,7 +13756,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "bytes", @@ -13779,7 +13779,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.473.1" +version = "1.474.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -13791,7 +13791,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.473.1" +version = "1.474.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -13800,7 +13800,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "lazy_static", @@ -13812,7 +13812,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "serde_json", @@ -13824,7 +13824,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "gosyn", @@ -13836,7 +13836,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "lazy_static", @@ -13848,7 +13848,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -13859,7 +13859,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -13870,7 +13870,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "async-recursion", @@ -13890,7 +13890,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -13907,7 +13907,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "lazy_static", @@ -13919,7 +13919,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "lazy_static", @@ -13937,7 +13937,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -13959,7 +13959,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "serde_json", @@ -13969,7 +13969,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "async-recursion", @@ -14002,7 +14002,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.473.1" +version = "1.474.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -14012,7 +14012,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.473.1" +version = "1.474.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index e15a9d13bc..f67010e379 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.473.1" +version = "1.474.0" authors.workspace = true edition.workspace = true @@ -30,7 +30,7 @@ members = [ ] [workspace.package] -version = "1.473.1" +version = "1.474.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 25d435d5cb..c5fa630c05 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.473.1 + version: 1.474.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index b3b73e297c..0b49c68bb6 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.473.1"; +export const VERSION = "v1.474.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 448c966529..e7f6993384 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -62,7 +62,7 @@ export { // } // }); -export const VERSION = "1.473.1"; +export const VERSION = "1.474.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index f2187c68f3..37507757d6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.473.1", + "version": "1.474.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.473.1", + "version": "1.474.0", "license": "AGPL-3.0", "dependencies": { "@anthropic-ai/sdk": "^0.37.0", diff --git a/frontend/package.json b/frontend/package.json index 654f05bcad..d23897bdf8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.473.1", + "version": "1.474.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 233b200b6f..877ef35b44 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.473.1" -wmill_pg = ">=1.473.1" +wmill = ">=1.474.0" +wmill_pg = ">=1.474.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 2f9c5171a6..7229685476 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.473.1 + version: 1.474.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index ef6233234e..7a1b515759 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.473.1' + ModuleVersion = '1.474.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index dc3d7621e5..9634cf7a78 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.473.1" +version = "1.474.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 e1fc6d1a18..692ad02754 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.473.1" +version = "1.474.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 8d170150ab..1e29b4496f 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.473.1", + "version": "1.474.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 f4a8256bb2..47b522adfc 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.473.1", + "version": "1.474.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index d495b4398b..8afde24506 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.473.1 +1.474.0