From e369bba7bc7771ede3c0afa4b6d2cd28c73daa2f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 9 Jul 2025 00:53:17 +0200 Subject: [PATCH] chore(main): release 1.503.1 (#6140) * chore(main): release 1.503.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 8 +++ 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, 60 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f06022dad3..c33def7bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.503.1](https://github.com/windmill-labs/windmill/compare/v1.503.0...v1.503.1) (2025-07-08) + + +### Bug Fixes + +* correct paths and no symlink for windows (go) ([#6139](https://github.com/windmill-labs/windmill/issues/6139)) ([4482e9d](https://github.com/windmill-labs/windmill/commit/4482e9d86aeeacfe929eb19f0bb96a6339dabd62)) +* fix isValid state when schema is empty ([227c1f1](https://github.com/windmill-labs/windmill/commit/227c1f114120812fb6b8a9609d4d27375fa18be8)) + ## [1.503.0](https://github.com/windmill-labs/windmill/compare/v1.502.2...v1.503.0) (2025-07-07) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 1422897eac..4f25c5947c 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1034,9 +1034,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime" -version = "1.8.3" +version = "1.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14302f06d1d5b7d333fd819943075b13d27c7700b414f574c3c35859bfb55d5e" +checksum = "c3aaec682eb189e43c8a19c3dab2fe54590ad5f2cc2d26ab27608a20f2acf81c" dependencies = [ "aws-smithy-async", "aws-smithy-http", @@ -1058,9 +1058,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.8.1" +version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd8531b6d8882fd8f48f82a9754e682e29dd44cff27154af51fa3eb730f59efb" +checksum = "9852b9226cb60b78ce9369022c0df678af1cac231c882d5da97a0c4e03be6e67" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -6509,9 +6509,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" +checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df" dependencies = [ "base64 0.22.1", "bytes", @@ -10461,7 +10461,7 @@ dependencies = [ [[package]] name = "rmcp" version = "0.2.1" -source = "git+https://github.com/modelcontextprotocol/rust-sdk#69712e321a3946176058740ebfa0f92f641557fa" +source = "git+https://github.com/modelcontextprotocol/rust-sdk#c74b26b3e3c5dfd0be8e85dede8d88f33d46ff06" dependencies = [ "base64 0.22.1", "bytes", @@ -10490,7 +10490,7 @@ dependencies = [ [[package]] name = "rmcp-macros" version = "0.2.1" -source = "git+https://github.com/modelcontextprotocol/rust-sdk#69712e321a3946176058740ebfa0f92f641557fa" +source = "git+https://github.com/modelcontextprotocol/rust-sdk#c74b26b3e3c5dfd0be8e85dede8d88f33d46ff06" dependencies = [ "darling 0.20.11", "proc-macro2", @@ -14642,7 +14642,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "axum", @@ -14694,7 +14694,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "argon2", @@ -14805,7 +14805,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.503.0" +version = "1.503.1" dependencies = [ "base64 0.22.1", "chrono", @@ -14820,7 +14820,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.503.0" +version = "1.503.1" dependencies = [ "chrono", "serde", @@ -14833,7 +14833,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "serde", @@ -14847,7 +14847,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "async-stream", @@ -14924,7 +14924,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.503.0" +version = "1.503.1" dependencies = [ "regex", "serde", @@ -14938,7 +14938,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "bytes", @@ -14961,7 +14961,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.503.0" +version = "1.503.1" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -14973,7 +14973,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.503.0" +version = "1.503.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -14982,7 +14982,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "lazy_static", @@ -14994,7 +14994,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "serde_json", @@ -15006,7 +15006,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "gosyn", @@ -15018,7 +15018,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "lazy_static", @@ -15030,7 +15030,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "serde_json", @@ -15042,7 +15042,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "nu-parser", @@ -15053,7 +15053,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15064,7 +15064,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15075,7 +15075,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "async-recursion", @@ -15098,7 +15098,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15115,7 +15115,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "lazy_static", @@ -15127,7 +15127,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "lazy_static", @@ -15145,7 +15145,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15169,7 +15169,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "serde_json", @@ -15179,7 +15179,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "async-recursion", @@ -15212,7 +15212,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.503.0" +version = "1.503.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15222,7 +15222,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.503.0" +version = "1.503.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 9237642ed5..319c769f8c 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.503.0" +version = "1.503.1" authors.workspace = true edition.workspace = true @@ -32,7 +32,7 @@ members = [ ] [workspace.package] -version = "1.503.0" +version = "1.503.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index bd888d66b4..7fc5bdbbcc 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.503.0 + version: 1.503.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index a50c9238ff..b3900a8fa7 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.503.0"; +export const VERSION = "v1.503.1"; 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 6719f65cee..95e83e3959 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -63,7 +63,7 @@ export { // } // }); -export const VERSION = "1.503.0"; +export const VERSION = "1.503.1"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 96ac995fe6..7cb629c417 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.503.0", + "version": "1.503.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.503.0", + "version": "1.503.1", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 051cebf96f..2a22052cf1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.503.0", + "version": "1.503.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index b7cf3935af..5d3015b7d6 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.503.0" -wmill_pg = ">=1.503.0" +wmill = ">=1.503.1" +wmill_pg = ">=1.503.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 176e5bfbab..a170638ef6 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.503.0 + version: 1.503.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 6e72ad14ed..5719a939ab 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.503.0' + ModuleVersion = '1.503.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 694c40fb61..411e850d5d 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.503.0" +version = "1.503.1" 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 26986eae7c..730971b875 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.503.0" +version = "1.503.1" 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 f85919bde2..ccec97495c 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.503.0", + "version": "1.503.1", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 871db0b2f9..a5b0e001fe 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.503.0", + "version": "1.503.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 14b292161b..4c280f78f9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.503.0 +1.503.1