From 89f7f1599f5eae282abf3a0a2523433bf705b627 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 15 Aug 2025 13:27:11 +0000 Subject: [PATCH] chore(main): release 1.527.0 (#6395) * chore(main): release 1.527.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 12 +++ backend/Cargo.lock | 84 +++++++++---------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/src/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, 71 insertions(+), 59 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da86cc1d0..ccabbdad46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.527.0](https://github.com/windmill-labs/windmill/compare/v1.526.1...v1.527.0) (2025-08-15) + + +### Features + +* add ruby support ([#5939](https://github.com/windmill-labs/windmill/issues/5939)) ([11dd411](https://github.com/windmill-labs/windmill/commit/11dd4118ce43136da900601401ee0d04e60c246b)) + + +### Bug Fixes + +* improve flow layout for more complex flow ([eae0c09](https://github.com/windmill-labs/windmill/commit/eae0c099790aedb3fd5ac69b551cafc5efc1bd62)) + ## [1.526.1](https://github.com/windmill-labs/windmill/compare/v1.526.0...v1.526.1) (2025-08-14) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b4d024cd02..ff4c62e69e 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -231,9 +231,9 @@ checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "arbitrary" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" +checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" dependencies = [ "derive_arbitrary", ] @@ -1547,7 +1547,7 @@ version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a660ebdea4d4d3ec7788cfc9c035b66efb66028b9b97bf6cde7023ccc8e77e28" dependencies = [ - "darling 0.21.1", + "darling 0.21.2", "ident_case", "prettyplease", "proc-macro2", @@ -2504,12 +2504,12 @@ dependencies = [ [[package]] name = "darling" -version = "0.21.1" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6b136475da5ef7b6ac596c0e956e37bad51b85b987ff3d5e230e964936736b2" +checksum = "08440b3dd222c3d0433e63e097463969485f112baff337dfdaca043a0d760570" dependencies = [ - "darling_core 0.21.1", - "darling_macro 0.21.1", + "darling_core 0.21.2", + "darling_macro 0.21.2", ] [[package]] @@ -2556,9 +2556,9 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.21.1" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b44ad32f92b75fb438b04b68547e521a548be8acc339a6dacc4a7121488f53e6" +checksum = "d25b7912bc28a04ab1b7715a68ea03aaa15662b43a1a4b2c480531fd19f8bf7e" dependencies = [ "fnv", "ident_case", @@ -2603,11 +2603,11 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.21.1" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5be8a7a562d315a5b92a630c30cec6bcf663e6673f00fbb69cca66a6f521b9" +checksum = "ce154b9bea7fb0c8e8326e62d00354000c36e79770ff21b8c84e3aa267d9d531" dependencies = [ - "darling_core 0.21.1", + "darling_core 0.21.2", "quote", "syn 2.0.105", ] @@ -4447,9 +4447,9 @@ dependencies = [ [[package]] name = "derive_arbitrary" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" +checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" dependencies = [ "proc-macro2", "quote", @@ -14759,7 +14759,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "axum", @@ -14811,7 +14811,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "argon2", @@ -14927,7 +14927,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.526.1" +version = "1.527.0" dependencies = [ "base64 0.22.1", "chrono", @@ -14942,7 +14942,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.526.1" +version = "1.527.0" dependencies = [ "chrono", "serde", @@ -14955,7 +14955,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "serde", @@ -14969,7 +14969,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "async-recursion", @@ -15049,7 +15049,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.526.1" +version = "1.527.0" dependencies = [ "regex", "serde", @@ -15064,7 +15064,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "bytes", @@ -15088,7 +15088,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.526.1" +version = "1.527.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15100,7 +15100,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.526.1" +version = "1.527.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15109,7 +15109,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "lazy_static", @@ -15121,7 +15121,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "serde_json", @@ -15133,7 +15133,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "gosyn", @@ -15145,7 +15145,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "lazy_static", @@ -15157,7 +15157,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "serde_json", @@ -15169,7 +15169,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "nu-parser", @@ -15180,7 +15180,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15191,7 +15191,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15203,7 +15203,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "async-recursion", @@ -15226,7 +15226,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.523.0" +version = "1.527.0" dependencies = [ "anyhow", "lazy_static", @@ -15240,7 +15240,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15257,7 +15257,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "lazy_static", @@ -15271,7 +15271,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "lazy_static", @@ -15289,7 +15289,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15314,7 +15314,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "serde_json", @@ -15324,7 +15324,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "async-recursion", @@ -15357,7 +15357,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.526.1" +version = "1.527.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15367,7 +15367,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.526.1" +version = "1.527.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 8a5cc8ec0d..3b84d14c17 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.526.1" +version = "1.527.0" authors.workspace = true edition.workspace = true @@ -33,7 +33,7 @@ members = [ ] [workspace.package] -version = "1.526.1" +version = "1.527.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 132fd8bd50..14c663eef9 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.526.1 + version: 1.527.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 3f4aa2c51b..0d16e48d7d 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.526.1"; +export const VERSION = "v1.527.0"; 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 fc51630db5..6d9e07b649 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.526.1"; +export const VERSION = "1.527.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 324bc799da..86d23ba094 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.526.1", + "version": "1.527.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.526.1", + "version": "1.527.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 24e60adeb5..e7112adfc3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.526.1", + "version": "1.527.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 210578d5ba..76a74d6b00 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.526.1" -wmill_pg = ">=1.526.1" +wmill = ">=1.527.0" +wmill_pg = ">=1.527.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 0bdf429946..9d411a7de8 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.526.1 + version: 1.527.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 6cb775459f..059e01acd5 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.526.1' + ModuleVersion = '1.527.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 0b60c96a77..f529cb43c4 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.526.1" +version = "1.527.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 f652479f7d..33501f3c56 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.526.1" +version = "1.527.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 a0cfa8d7db..6a57470d70 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.526.1", + "version": "1.527.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 15d3d98cb5..b4080be144 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.526.1", + "version": "1.527.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 4533d79178..ed2eb28cc4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.526.1 +1.527.0