From 90ed92a73cd76558bb48b9e2d652bd1135ac1898 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 7 Jul 2025 15:53:08 +0000 Subject: [PATCH] chore(main): release 1.503.0 (#6121) * chore(main): release 1.503.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 20 +++ backend/Cargo.lock | 129 ++++++++++-------- 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, 108 insertions(+), 75 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd4421799..f06022dad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.503.0](https://github.com/windmill-labs/windmill/compare/v1.502.2...v1.503.0) (2025-07-07) + + +### Features + +* allow editing messages in AI chat ([#6117](https://github.com/windmill-labs/windmill/issues/6117)) ([c498c48](https://github.com/windmill-labs/windmill/commit/c498c48ced893181034a2fdf936a1f4fbd41b21c)) +* Better tracing for audit logs, including a graph to visualize them ([#6078](https://github.com/windmill-labs/windmill/issues/6078)) ([8356456](https://github.com/windmill-labs/windmill/commit/835645643e5b3b1312af5b349547b6fbd06bdaae)) +* inline ai chat with cmd+k ([#6133](https://github.com/windmill-labs/windmill/issues/6133)) ([60a47e8](https://github.com/windmill-labs/windmill/commit/60a47e8b781903e2144455bab96c4ee43c7d4372)) + + +### Bug Fixes + +* carousel app component, expose current index ([#6120](https://github.com/windmill-labs/windmill/issues/6120)) ([7284c51](https://github.com/windmill-labs/windmill/commit/7284c51762ff03537fb1869a0d1a18fc2b9b24ef)) +* correctly set selected step editor code when reverting to snapshot ([#6131](https://github.com/windmill-labs/windmill/issues/6131)) ([d69d277](https://github.com/windmill-labs/windmill/commit/d69d277ff9409b624df0537b507c76ec13909814)) +* ctrl k not showing navigation items + improve ai button by making it an item in the menu ([#6132](https://github.com/windmill-labs/windmill/issues/6132)) ([e3aee0c](https://github.com/windmill-labs/windmill/commit/e3aee0c587371b57d89c99603ade0fc0a4a1a939)) +* error handling for S3 file loading in py and ts clients ([#6124](https://github.com/windmill-labs/windmill/issues/6124)) ([23d624a](https://github.com/windmill-labs/windmill/commit/23d624aa23e96ab3c25564b4c148e4186892de59)) +* fix frontend scripts in app editor copying their content ([566a9c4](https://github.com/windmill-labs/windmill/commit/566a9c45d0e1950996df3d82f0ea5143c4ebae8f)) +* **frontend:** make sure to set workspaceStore and token before mount in extension ([#6129](https://github.com/windmill-labs/windmill/issues/6129)) ([be62977](https://github.com/windmill-labs/windmill/commit/be62977047cf2cac60b6754d0e8af3c8cca0cbd0)) +* tag select in script builder top bar ([#6136](https://github.com/windmill-labs/windmill/issues/6136)) ([3fbd3ec](https://github.com/windmill-labs/windmill/commit/3fbd3ec4f914349767a20111157c96b62c9f43ce)) + ## [1.502.2](https://github.com/windmill-labs/windmill/compare/v1.502.1...v1.502.2) (2025-07-01) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 3e1255623e..1422897eac 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1858,9 +1858,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.27" +version = "1.2.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc" +checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362" dependencies = [ "jobserver", "libc", @@ -2104,15 +2104,15 @@ checksum = "510ca239cf13b7f8d16a2b48f263de7b4f8c566f0af58d901031473c76afb1e3" [[package]] name = "console" -version = "0.16.0" +version = "0.15.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e09ced7ebbccb63b4c65413d821f2e00ce54c5ca4514ddc6b3c892fdbcbc69d" +checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" dependencies = [ "encode_unicode", "libc", "once_cell", "unicode-width 0.2.1", - "windows-sys 0.60.2", + "windows-sys 0.59.0", ] [[package]] @@ -6761,14 +6761,14 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.12" +version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4adb2ee6ad319a912210a36e56e3623555817bcc877a7e6e8802d1d69c4d8056" +checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" dependencies = [ "console", + "number_prefix", "portable-atomic", "unicode-width 0.2.1", - "unit-prefix", "web-time", ] @@ -6829,6 +6829,17 @@ dependencies = [ "rustversion", ] +[[package]] +name = "io-uring" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013" +dependencies = [ + "bitflags 2.9.1", + "cfg-if", + "libc", +] + [[package]] name = "ipconfig" version = "0.3.2" @@ -8117,9 +8128,9 @@ dependencies = [ [[package]] name = "nkeys" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f49e787f4c61cbd0f9320b31cc26e58719f6aa5068e34697dd3aea361412fe3" +checksum = "879011babc47a1c7fdf5a935ae3cfe94f34645ca0cac1c7f6424b36fc743d1bf" dependencies = [ "data-encoding", "ed25519", @@ -8505,6 +8516,12 @@ dependencies = [ "syn 2.0.104", ] +[[package]] +name = "number_prefix" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" + [[package]] name = "oauth2" version = "5.0.0" @@ -8663,9 +8680,9 @@ dependencies = [ [[package]] name = "openidconnect" -version = "4.0.0" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dd50d4a5e7730e754f94d977efe61f611aadd3131f6a2b464f6e3a4167e8ef7" +checksum = "0d8c6709ba2ea764bbed26bce1adf3c10517113ddea6f2d4196e4851757ef2b2" dependencies = [ "base64 0.21.7", "chrono", @@ -8726,9 +8743,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-src" -version = "300.5.0+3.5.0" +version = "300.5.1+3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f" +checksum = "735230c832b28c000e3bc117119e6466a663ec73506bc0a9907ea4187508e42a" dependencies = [ "cc", ] @@ -10049,9 +10066,9 @@ dependencies = [ [[package]] name = "rdkafka-sys" -version = "4.8.0+2.3.0" +version = "4.9.0+2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced38182dc436b3d9df0c77976f37a67134df26b050df1f0006688e46fc4c8be" +checksum = "5230dca48bc354d718269f3e4353280e188b610f7af7e2fcf54b7a79d5802872" dependencies = [ "cmake", "libc", @@ -10443,8 +10460,8 @@ dependencies = [ [[package]] name = "rmcp" -version = "0.1.5" -source = "git+https://github.com/modelcontextprotocol/rust-sdk#9ca20c69b27e531a5eadfd4b5654592ab93e2b11" +version = "0.2.1" +source = "git+https://github.com/modelcontextprotocol/rust-sdk#69712e321a3946176058740ebfa0f92f641557fa" dependencies = [ "base64 0.22.1", "bytes", @@ -10472,8 +10489,8 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "0.1.5" -source = "git+https://github.com/modelcontextprotocol/rust-sdk#9ca20c69b27e531a5eadfd4b5654592ab93e2b11" +version = "0.2.1" +source = "git+https://github.com/modelcontextprotocol/rust-sdk#69712e321a3946176058740ebfa0f92f641557fa" dependencies = [ "darling 0.20.11", "proc-macro2", @@ -11037,9 +11054,9 @@ dependencies = [ [[package]] name = "schemars" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1375ba8ef45a6f15d83fa8748f1079428295d403d6ea991d09ab100155fbc06d" +checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0" dependencies = [ "dyn-clone", "ref-cast", @@ -11349,7 +11366,7 @@ dependencies = [ "indexmap 1.9.3", "indexmap 2.10.0", "schemars 0.9.0", - "schemars 1.0.3", + "schemars 1.0.4", "serde", "serde_derive", "serde_json", @@ -13143,17 +13160,19 @@ dependencies = [ [[package]] name = "tokio" -version = "1.45.1" +version = "1.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" +checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" dependencies = [ "backtrace", "bytes", + "io-uring", "libc", "mio 1.0.4", "parking_lot 0.12.4", "pin-project-lite", "signal-hook-registry", + "slab", "socket2", "tokio-macros", "tracing", @@ -14040,12 +14059,6 @@ dependencies = [ "rand 0.8.5", ] -[[package]] -name = "unit-prefix" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "323402cff2dd658f39ca17c789b502021b3f18707c91cdf22e3838e1b4023817" - [[package]] name = "universal-hash" version = "0.5.1" @@ -14629,7 +14642,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "axum", @@ -14681,7 +14694,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "argon2", @@ -14792,7 +14805,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.502.2" +version = "1.503.0" dependencies = [ "base64 0.22.1", "chrono", @@ -14807,7 +14820,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.502.2" +version = "1.503.0" dependencies = [ "chrono", "serde", @@ -14820,7 +14833,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "serde", @@ -14834,7 +14847,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "async-stream", @@ -14911,7 +14924,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.502.2" +version = "1.503.0" dependencies = [ "regex", "serde", @@ -14925,7 +14938,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "bytes", @@ -14948,7 +14961,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.502.2" +version = "1.503.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -14960,7 +14973,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.502.2" +version = "1.503.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -14969,7 +14982,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "lazy_static", @@ -14981,7 +14994,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "serde_json", @@ -14993,7 +15006,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "gosyn", @@ -15005,7 +15018,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "lazy_static", @@ -15017,7 +15030,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "serde_json", @@ -15029,7 +15042,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "nu-parser", @@ -15040,7 +15053,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15051,7 +15064,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15062,7 +15075,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "async-recursion", @@ -15085,7 +15098,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15102,7 +15115,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "lazy_static", @@ -15114,7 +15127,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "lazy_static", @@ -15132,7 +15145,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15156,7 +15169,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "serde_json", @@ -15166,7 +15179,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "async-recursion", @@ -15199,7 +15212,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.502.2" +version = "1.503.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15209,7 +15222,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.502.2" +version = "1.503.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 86a0e3c71a..9237642ed5 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.502.2" +version = "1.503.0" authors.workspace = true edition.workspace = true @@ -32,7 +32,7 @@ members = [ ] [workspace.package] -version = "1.502.2" +version = "1.503.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 7633f7b3e7..bd888d66b4 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.502.2 + version: 1.503.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 5fea1bed65..a50c9238ff 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.502.2"; +export const VERSION = "v1.503.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 6094153360..6719f65cee 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -63,7 +63,7 @@ export { // } // }); -export const VERSION = "1.502.2"; +export const VERSION = "1.503.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index efe3d64cbd..96ac995fe6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.502.5", + "version": "1.503.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.502.5", + "version": "1.503.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index cdd5241f4b..051cebf96f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.502.2", + "version": "1.503.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 3a6d3579de..b7cf3935af 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.502.2" -wmill_pg = ">=1.502.2" +wmill = ">=1.503.0" +wmill_pg = ">=1.503.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index a8d4922f34..176e5bfbab 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.502.2 + version: 1.503.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index a520d59083..6e72ad14ed 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.502.2' + ModuleVersion = '1.503.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index fda6e136aa..694c40fb61 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.502.2" +version = "1.503.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 b0c6555f26..26986eae7c 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.502.2" +version = "1.503.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 c4cbd5d1d4..f85919bde2 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.502.2", + "version": "1.503.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 6100af506b..871db0b2f9 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.502.2", + "version": "1.503.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 3621386f12..14b292161b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.502.2 +1.503.0