diff --git a/CHANGELOG.md b/CHANGELOG.md index c671145995..624e954069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.523.0](https://github.com/windmill-labs/windmill/compare/v1.522.1...v1.523.0) (2025-08-11) + + +### Features + +* **aichat:** add api mode to call api endpoints ([#6343](https://github.com/windmill-labs/windmill/issues/6343)) ([2471c7a](https://github.com/windmill-labs/windmill/commit/2471c7acad3404dd37649ed661ab8793607b5a97)) +* **aichat:** add gpt5 compatibility ([#6358](https://github.com/windmill-labs/windmill/issues/6358)) ([49f6a3d](https://github.com/windmill-labs/windmill/commit/49f6a3d979ab8933de197dc0065c2720131fd597)) + + +### Bug Fixes + +* add extra query params for token request for client credentials ([#6360](https://github.com/windmill-labs/windmill/issues/6360)) ([1112de8](https://github.com/windmill-labs/windmill/commit/1112de87d440db5c8d0ddab6e3812dc432a58705)) +* **app:** improve carousel list recursive error ([a47463e](https://github.com/windmill-labs/windmill/commit/a47463e05398e4ebe0f2d09ee2eba462bcef217b)) +* improve app component loading speed ([13bf33f](https://github.com/windmill-labs/windmill/commit/13bf33f83c6660e05b78a8c941c2adc1b486f810)) +* improve app decision tree behavior ([322f680](https://github.com/windmill-labs/windmill/commit/322f68053a238d6ef7c0116ccfb1a49a19e08f76)) +* remove spurrious error log for apps ([c27df6a](https://github.com/windmill-labs/windmill/commit/c27df6a917d8a585593de0183f7ff1c5bb2a0321)) + ## [1.522.1](https://github.com/windmill-labs/windmill/compare/v1.522.0...v1.522.1) (2025-08-11) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index f37ebd8d2c..c1a9a954fb 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1533,9 +1533,9 @@ dependencies = [ [[package]] name = "bon" -version = "3.6.5" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d9ef19ae5263a138da9a86871eca537478ab0332a7770bac7e3f08b801f89f" +checksum = "67a0c21249ad725ebcadcb1b1885f8e3d56e8e6b8924f560268aab000982d637" dependencies = [ "bon-macros", "rustversion", @@ -1543,9 +1543,9 @@ dependencies = [ [[package]] name = "bon-macros" -version = "3.6.5" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "577ae008f2ca11ca7641bd44601002ee5ab49ef0af64846ce1ab6057218a5cc1" +checksum = "a660ebdea4d4d3ec7788cfc9c035b66efb66028b9b97bf6cde7023ccc8e77e28" dependencies = [ "darling 0.21.1", "ident_case", @@ -5842,9 +5842,9 @@ dependencies = [ [[package]] name = "glob" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" +checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "globset" @@ -7284,9 +7284,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.174" +version = "0.2.175" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" +checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" [[package]] name = "libduckdb-sys" @@ -9671,9 +9671,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" +checksum = "beef09f85ae72cea1ef96ba6870c51e6382ebfa4f0e85b643459331f3daa5be0" dependencies = [ "unicode-ident", ] @@ -14276,9 +14276,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" +checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be" dependencies = [ "getrandom 0.3.3", "js-sys", @@ -14701,11 +14701,11 @@ dependencies = [ [[package]] name = "whoami" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7" +checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" dependencies = [ - "redox_syscall 0.5.17", + "libredox", "wasite", "web-sys", ] @@ -14749,7 +14749,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "axum", @@ -14801,7 +14801,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "argon2", @@ -14917,7 +14917,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.522.0" +version = "1.523.0" dependencies = [ "base64 0.22.1", "chrono", @@ -14932,7 +14932,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.522.0" +version = "1.523.0" dependencies = [ "chrono", "serde", @@ -14945,7 +14945,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "serde", @@ -14959,7 +14959,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "async-recursion", @@ -15039,7 +15039,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.522.0" +version = "1.523.0" dependencies = [ "regex", "serde", @@ -15054,7 +15054,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "bytes", @@ -15078,7 +15078,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.522.0" +version = "1.523.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15090,7 +15090,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.522.0" +version = "1.523.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15099,7 +15099,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "lazy_static", @@ -15111,7 +15111,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "serde_json", @@ -15123,7 +15123,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "gosyn", @@ -15135,7 +15135,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "lazy_static", @@ -15147,7 +15147,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "serde_json", @@ -15159,7 +15159,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "nu-parser", @@ -15170,7 +15170,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15181,7 +15181,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15193,7 +15193,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "async-recursion", @@ -15216,7 +15216,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15233,7 +15233,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "lazy_static", @@ -15247,7 +15247,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "lazy_static", @@ -15265,7 +15265,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15289,7 +15289,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "serde_json", @@ -15299,7 +15299,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "async-recursion", @@ -15332,7 +15332,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.522.0" +version = "1.523.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15342,7 +15342,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.522.0" +version = "1.523.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 86c3257ef1..01953936bf 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.522.0" +version = "1.523.0" authors.workspace = true edition.workspace = true @@ -32,7 +32,7 @@ members = [ ] [workspace.package] -version = "1.522.0" +version = "1.523.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index fb320b6686..4059473914 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.522.0 + version: 1.523.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 1c453aec0c..cbf4249b09 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.522.0"; +export const VERSION = "v1.523.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 26e83ff55a..8580c6a4b1 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.522.0"; +export const VERSION = "1.523.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7e8bf4e78c..0643e52421 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.522.0", + "version": "1.523.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.522.0", + "version": "1.523.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 206ed92496..5efd0df96b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.522.0", + "version": "1.523.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 7747970a00..9c96239951 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.522.0" -wmill_pg = ">=1.522.0" +wmill = ">=1.523.0" +wmill_pg = ">=1.523.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 86a2dc4779..d87bb78932 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.522.0 + version: 1.523.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 26a202bdee..5aef1d381b 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.522.0' + ModuleVersion = '1.523.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 03b425dcfe..d0046da668 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.522.0" +version = "1.523.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 12aff525ed..240da0d92b 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.522.0" +version = "1.523.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 366dd2f8db..1acaec91af 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.522.0", + "version": "1.523.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 b1480e9c2f..b67d048825 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.522.0", + "version": "1.523.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 7a94df0b6b..8b9c38c012 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.522.1 +1.523.0