From 195bfceff383de671c1b012bb652a3e6663e9f23 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 15 Jul 2025 19:18:16 +0200 Subject: [PATCH] chore(main): release 1.507.0 (#6189) * chore(main): release 1.507.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 15 ++++ backend/Cargo.lock | 68 +++++++++---------- 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, 66 insertions(+), 51 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a741a4021..0b21f02d5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.507.0](https://github.com/windmill-labs/windmill/compare/v1.506.0...v1.507.0) (2025-07-15) + + +### Features + +* git sync improvements ([#6182](https://github.com/windmill-labs/windmill/issues/6182)) ([aa37f64](https://github.com/windmill-labs/windmill/commit/aa37f643e78cae09be6246e0a2e84776b60afa49)) +* multi s3 arg input ([#6187](https://github.com/windmill-labs/windmill/issues/6187)) ([9053a93](https://github.com/windmill-labs/windmill/commit/9053a931ce4d075eddd8063de73ea95c3a346937)) + + +### Bug Fixes + +* **frontend:** fix dev graph not loading ([#6190](https://github.com/windmill-labs/windmill/issues/6190)) ([885f711](https://github.com/windmill-labs/windmill/commit/885f711e03e4430d3fc4ab9756c94f0182b20bcc)) +* only close app dropdown when action is done ([cca8e74](https://github.com/windmill-labs/windmill/commit/cca8e748aa68d41da5f1f8196a02d72d8ca84547)) +* prevent worker not exiting if special case of same worker job ([2e1b6c1](https://github.com/windmill-labs/windmill/commit/2e1b6c1947e5e7f66061c5b380ce0483342df706)) + ## [1.506.0](https://github.com/windmill-labs/windmill/compare/v1.505.4...v1.506.0) (2025-07-15) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index df63d1ee33..5c78cefddc 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -5059,7 +5059,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" dependencies = [ "cfg-if", - "rustix 1.0.7", + "rustix 1.0.8", "windows-sys 0.59.0", ] @@ -10721,15 +10721,15 @@ dependencies = [ [[package]] name = "rustix" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" +checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8" dependencies = [ "bitflags 2.9.1", "errno", "libc", "linux-raw-sys 0.9.4", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -12906,7 +12906,7 @@ dependencies = [ "fastrand", "getrandom 0.3.3", "once_cell", - "rustix 1.0.7", + "rustix 1.0.8", "windows-sys 0.59.0", ] @@ -12925,7 +12925,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed" dependencies = [ - "rustix 1.0.7", + "rustix 1.0.8", "windows-sys 0.59.0", ] @@ -14676,7 +14676,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "axum", @@ -14728,7 +14728,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "argon2", @@ -14839,7 +14839,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.506.0" +version = "1.507.0" dependencies = [ "base64 0.22.1", "chrono", @@ -14854,7 +14854,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.506.0" +version = "1.507.0" dependencies = [ "chrono", "serde", @@ -14867,7 +14867,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "serde", @@ -14881,7 +14881,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "async-stream", @@ -14959,7 +14959,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.506.0" +version = "1.507.0" dependencies = [ "regex", "serde", @@ -14973,7 +14973,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "bytes", @@ -14996,7 +14996,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.506.0" +version = "1.507.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15008,7 +15008,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.506.0" +version = "1.507.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15017,7 +15017,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "lazy_static", @@ -15029,7 +15029,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "serde_json", @@ -15041,7 +15041,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "gosyn", @@ -15053,7 +15053,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "lazy_static", @@ -15065,7 +15065,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "serde_json", @@ -15077,7 +15077,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "nu-parser", @@ -15088,7 +15088,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15099,7 +15099,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15111,7 +15111,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "async-recursion", @@ -15134,7 +15134,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15151,7 +15151,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "lazy_static", @@ -15165,7 +15165,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "lazy_static", @@ -15183,7 +15183,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15207,7 +15207,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "serde_json", @@ -15217,7 +15217,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "async-recursion", @@ -15250,7 +15250,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.506.0" +version = "1.507.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15260,7 +15260,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.506.0" +version = "1.507.0" dependencies = [ "anyhow", "async-recursion", @@ -15902,7 +15902,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af3a19837351dc82ba89f8a125e22a3c475f05aba604acc023d62b2739ae2909" dependencies = [ "libc", - "rustix 1.0.7", + "rustix 1.0.8", ] [[package]] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 369955db24..7804c9b065 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.506.0" +version = "1.507.0" authors.workspace = true edition.workspace = true @@ -32,7 +32,7 @@ members = [ ] [workspace.package] -version = "1.506.0" +version = "1.507.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index a64b01f203..72b8b7bf6a 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.506.0 + version: 1.507.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index cd90b12381..b481a55c1d 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.506.0"; +export const VERSION = "v1.507.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 146ec6f7e4..2f78cb6c48 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -65,7 +65,7 @@ export { // } // }); -export const VERSION = "1.506.0"; +export const VERSION = "1.507.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4aef10bea4..f440b5df8d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.506.0", + "version": "1.507.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.506.0", + "version": "1.507.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 1f0657639b..8959cfc600 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.506.0", + "version": "1.507.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index ec4d7d3f44..5cb7938d52 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.506.0" -wmill_pg = ">=1.506.0" +wmill = ">=1.507.0" +wmill_pg = ">=1.507.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index c5076298de..5a0a7a8c19 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.506.0 + version: 1.507.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index b7792d236a..ece41e2e64 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.506.0' + ModuleVersion = '1.507.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 14d07569d1..27478df074 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.506.0" +version = "1.507.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 2074597f59..f24614da2e 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.506.0" +version = "1.507.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 33c4402a0f..18241268b6 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.506.0", + "version": "1.507.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 d89c2c882a..28372b1880 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.506.0", + "version": "1.507.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index a8ca1bd7c6..3e9f5d6e13 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.506.0 +1.507.0