From 2039c93d4ce41bc2113fc90ef853c3ec1949c879 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 25 Jun 2025 21:14:43 +0200 Subject: [PATCH] chore(main): release 1.501.3 (#6051) * chore(main): release 1.501.3 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 11 +++ backend/Cargo.lock | 70 +++++++++---------- 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, 63 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe4f159cf..474533d914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.501.3](https://github.com/windmill-labs/windmill/compare/v1.501.2...v1.501.3) (2025-06-25) + + +### Bug Fixes + +* **backend:** return correct content-type for openapi spec ([#6045](https://github.com/windmill-labs/windmill/issues/6045)) ([44457c7](https://github.com/windmill-labs/windmill/commit/44457c72cf75c969de97c39bb23f57acad268e10)) +* **frontend:** load all flow jobs on page load ([#6029](https://github.com/windmill-labs/windmill/issues/6029)) ([dc5e764](https://github.com/windmill-labs/windmill/commit/dc5e764d9db9251dc356094d6ac47c45fdf72c74)) +* ignore type only imports when computing ts lockfiles ([900c8ed](https://github.com/windmill-labs/windmill/commit/900c8edd7b35802e23a1359029da8ddbfb783753)) +* improve ordering of forms for non complete ordering + array schema fix ([18ee03a](https://github.com/windmill-labs/windmill/commit/18ee03a32371885f5e608cb306b5ccbccc31dac5)) +* missing static_asset_config from api call ([#6058](https://github.com/windmill-labs/windmill/issues/6058)) ([395f1ff](https://github.com/windmill-labs/windmill/commit/395f1ff8ba05020d72d1d8b34bd6bb32517b7aec)) + ## [1.501.2](https://github.com/windmill-labs/windmill/compare/v1.501.1...v1.501.2) (2025-06-24) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 65b6f32124..a9f7a2d86a 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2364,9 +2364,9 @@ dependencies = [ [[package]] name = "crunchy" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" +checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "crypto-bigint" @@ -7294,9 +7294,9 @@ dependencies = [ [[package]] name = "libredox" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" +checksum = "1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638" dependencies = [ "bitflags 2.9.1", "libc", @@ -10450,7 +10450,7 @@ dependencies = [ [[package]] name = "rmcp" version = "0.1.5" -source = "git+https://github.com/modelcontextprotocol/rust-sdk#893969ac7780897bbb804d41fb98347553386f33" +source = "git+https://github.com/modelcontextprotocol/rust-sdk#e6effb327883d0a8a91f5efbb527194747eee57b" dependencies = [ "base64 0.22.1", "bytes", @@ -10479,7 +10479,7 @@ dependencies = [ [[package]] name = "rmcp-macros" version = "0.1.5" -source = "git+https://github.com/modelcontextprotocol/rust-sdk#893969ac7780897bbb804d41fb98347553386f33" +source = "git+https://github.com/modelcontextprotocol/rust-sdk#e6effb327883d0a8a91f5efbb527194747eee57b" dependencies = [ "darling 0.20.11", "proc-macro2", @@ -14616,7 +14616,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "axum", @@ -14668,7 +14668,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "argon2", @@ -14779,7 +14779,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.501.2" +version = "1.501.3" dependencies = [ "base64 0.22.1", "chrono", @@ -14794,7 +14794,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.501.2" +version = "1.501.3" dependencies = [ "chrono", "serde", @@ -14807,7 +14807,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "serde", @@ -14821,7 +14821,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "async-stream", @@ -14898,7 +14898,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.501.2" +version = "1.501.3" dependencies = [ "regex", "serde", @@ -14912,7 +14912,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "bytes", @@ -14935,7 +14935,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.501.2" +version = "1.501.3" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -14947,7 +14947,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.501.2" +version = "1.501.3" dependencies = [ "convert_case 0.6.0", "serde", @@ -14956,7 +14956,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "lazy_static", @@ -14968,7 +14968,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "serde_json", @@ -14980,7 +14980,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "gosyn", @@ -14992,7 +14992,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "lazy_static", @@ -15004,7 +15004,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "serde_json", @@ -15016,7 +15016,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "nu-parser", @@ -15027,7 +15027,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15038,7 +15038,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15049,7 +15049,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "async-recursion", @@ -15072,7 +15072,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15089,7 +15089,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "lazy_static", @@ -15101,7 +15101,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "lazy_static", @@ -15119,7 +15119,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15143,7 +15143,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "serde_json", @@ -15153,7 +15153,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "async-recursion", @@ -15186,7 +15186,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.501.2" +version = "1.501.3" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15196,7 +15196,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.501.2" +version = "1.501.3" dependencies = [ "anyhow", "async-recursion", @@ -15832,9 +15832,9 @@ dependencies = [ [[package]] name = "xattr" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e" +checksum = "af3a19837351dc82ba89f8a125e22a3c475f05aba604acc023d62b2739ae2909" dependencies = [ "libc", "rustix 1.0.7", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index b274898318..5f1b540cd3 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.501.2" +version = "1.501.3" authors.workspace = true edition.workspace = true @@ -32,7 +32,7 @@ members = [ ] [workspace.package] -version = "1.501.2" +version = "1.501.3" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 2f19159c0e..7ce2ed170e 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.501.2 + version: 1.501.3 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 5d581078e5..820516e7cc 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.501.2"; +export const VERSION = "v1.501.3"; 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 78120b1874..598eb8ab3e 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -63,7 +63,7 @@ export { // } // }); -export const VERSION = "1.501.2"; +export const VERSION = "1.501.3"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b18530b2cb..1cc16f94e1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.501.2", + "version": "1.501.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.501.2", + "version": "1.501.3", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 742399f0b7..2aea83328b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.501.2", + "version": "1.501.3", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 3b4472d637..4be1f82a96 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.501.2" -wmill_pg = ">=1.501.2" +wmill = ">=1.501.3" +wmill_pg = ">=1.501.3" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 2d8e5227ea..1849aba49f 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.501.2 + version: 1.501.3 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index f228f701c9..2e077d3b45 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.501.2' + ModuleVersion = '1.501.3' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 3ba482a488..a658e5b29f 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.501.2" +version = "1.501.3" 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 d883c89f27..14e7135428 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.501.2" +version = "1.501.3" 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 579db6fc5c..28a6233958 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.501.2", + "version": "1.501.3", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 3ff27445aa..d39e265a09 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.501.2", + "version": "1.501.3", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index d63734cecb..1319376aa7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.501.2 +1.501.3