From 87479751219240f0f6000a94ef3a282d92cd7550 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 25 Feb 2025 21:44:19 +0100 Subject: [PATCH 1/2] chore(main): release 1.469.0 --- CHANGELOG.md | 14 ++++++++++++++ version.txt | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c13eeca3cc6..31cfcec15db46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.469.0](https://github.com/windmill-labs/windmill/compare/v1.468.0...v1.469.0) (2025-02-25) + + +### Features + +* limit the number of times a job can be restarted (3) after loss of pings ([c8a9596](https://github.com/windmill-labs/windmill/commit/c8a959691c37350def37fe3eb9f24c6f7789960d)) +* python-client now support mocked api via `WM_MOCKED_API_FILE` env ([#5372](https://github.com/windmill-labs/windmill/issues/5372)) ([50607c7](https://github.com/windmill-labs/windmill/commit/50607c7625e4a48fb397cff167b41bb6602716c0)) + + +### Bug Fixes + +* improve flow editor for vscode extension ([44b26d2](https://github.com/windmill-labs/windmill/commit/44b26d2ccec0c9dd65d1f53b057d031f841d7dba)) +* improve infinite grid behavior ([56d1da7](https://github.com/windmill-labs/windmill/commit/56d1da78fd3424ae5b4abbb009c7437ea98765ef)) + ## [1.468.0](https://github.com/windmill-labs/windmill/compare/v1.467.1...v1.468.0) (2025-02-24) diff --git a/version.txt b/version.txt index d4d1d2ce7f9d3..c358e4f3151b8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.468.0 +1.469.0 From d3152065ec19f9d945e00fe207c9c73eafef4441 Mon Sep 17 00:00:00 2001 From: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> Date: Tue, 25 Feb 2025 20:45:53 +0000 Subject: [PATCH 2/2] Apply automatic changes --- backend/Cargo.lock | 62 +++++++++---------- 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 +- 14 files changed, 47 insertions(+), 47 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b41f866244fb8..c97850577e0cb 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -839,9 +839,9 @@ dependencies = [ [[package]] name = "aws-sdk-sqs" -version = "1.59.0" +version = "1.60.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d1dd5eb75af0917715e5bcbdce4df7acfb44da354bcbc55f37b751218dc9c33" +checksum = "79658931b5ceb0b88779f521b891c6e60f28c464775e3482ae56dfc518052159" dependencies = [ "aws-credential-types", "aws-runtime", @@ -10160,9 +10160,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" +checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" dependencies = [ "chrono", "dyn-clone", @@ -10174,9 +10174,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" +checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" dependencies = [ "proc-macro2", "quote", @@ -13691,7 +13691,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "axum", @@ -13734,7 +13734,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "argon2", @@ -13830,7 +13830,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.468.0" +version = "1.469.0" dependencies = [ "base64 0.22.1", "chrono", @@ -13848,7 +13848,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.468.0" +version = "1.469.0" dependencies = [ "chrono", "serde", @@ -13861,7 +13861,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "serde", @@ -13875,7 +13875,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "async-stream", @@ -13934,7 +13934,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.468.0" +version = "1.469.0" dependencies = [ "regex", "serde", @@ -13948,7 +13948,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "bytes", @@ -13971,7 +13971,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.468.0" +version = "1.469.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -13983,7 +13983,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.468.0" +version = "1.469.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -13992,7 +13992,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "lazy_static", @@ -14004,7 +14004,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "serde_json", @@ -14016,7 +14016,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "gosyn", @@ -14028,7 +14028,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "lazy_static", @@ -14040,7 +14040,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14051,7 +14051,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14062,7 +14062,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "async-recursion", @@ -14082,7 +14082,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -14099,7 +14099,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "lazy_static", @@ -14111,7 +14111,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "lazy_static", @@ -14129,7 +14129,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -14151,7 +14151,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "serde_json", @@ -14161,7 +14161,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "async-recursion", @@ -14194,7 +14194,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.468.0" +version = "1.469.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -14204,7 +14204,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.468.0" +version = "1.469.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 357972e39ac65..024348c6762af 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.468.0" +version = "1.469.0" authors.workspace = true edition.workspace = true @@ -30,7 +30,7 @@ members = [ ] [workspace.package] -version = "1.468.0" +version = "1.469.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 5aaec60cde9fb..8608c04d719aa 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.468.0 + version: 1.469.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 219ef9760328c..b750fa28c328d 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.468.0"; +export const VERSION = "v1.469.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 78fa4b5ab162f..4c56516d5e86b 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -62,7 +62,7 @@ export { // } // }); -export const VERSION = "1.468.0"; +export const VERSION = "1.469.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 35bcec1bc9a6d..f0f8f76cef81a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.468.0", + "version": "1.469.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.468.0", + "version": "1.469.0", "license": "AGPL-3.0", "dependencies": { "@anthropic-ai/sdk": "^0.32.1", diff --git a/frontend/package.json b/frontend/package.json index cd2d5ecff288b..0ae4e5520120f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.468.0", + "version": "1.469.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 6f43c8310a2e7..1769d48d12b71 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.468.0" -wmill_pg = ">=1.468.0" +wmill = ">=1.469.0" +wmill_pg = ">=1.469.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 08852a23d71e8..1443093554112 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.468.0 + version: 1.469.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 5531a6cd99653..d381bee8108e1 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.468.0' + ModuleVersion = '1.469.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 445a109829893..1201d7d24f583 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.468.0" +version = "1.469.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 a06c5e80e1503..92e4c4c8a6c79 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.468.0" +version = "1.469.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 221df0115f2d8..6108c957389a5 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.468.0", + "version": "1.469.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 3eecaaf7be89e..5db5fb857a893 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.468.0", + "version": "1.469.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": {