From b5afff9cc12e3985c4193b4dfc8a6059b504a8ae Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 29 Jul 2025 21:41:05 +0200 Subject: [PATCH] chore(main): release 1.515.0 (#6292) * chore(main): release 1.515.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 16 ++++ backend/Cargo.lock | 77 ++++++++++--------- 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, 72 insertions(+), 55 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3192f88649..9d744a1662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.515.0](https://github.com/windmill-labs/windmill/compare/v1.514.1...v1.515.0) (2025-07-29) + + +### Features + +* **cli:** generate cursor rules on init ([#6270](https://github.com/windmill-labs/windmill/issues/6270)) ([29c686d](https://github.com/windmill-labs/windmill/commit/29c686d62ae3597eb59371f5a3e9dadd9dc9557f)) + + +### Bug Fixes + +* add size limit to indexer queries on jobs table to avoid oom ([#6293](https://github.com/windmill-labs/windmill/issues/6293)) ([4d6a614](https://github.com/windmill-labs/windmill/commit/4d6a61403b51d84ea4039611cb007a42a26d24b6)) +* fix DynSelect ([55ba599](https://github.com/windmill-labs/windmill/commit/55ba599022ac2a6b513c4456747e4910f3188ec7)) +* improve docker logs collection in docker mode ([ce4177e](https://github.com/windmill-labs/windmill/commit/ce4177ebaed02df62aec676ca4624d77052f3e51)) +* resource types as arg in typescript handle imported defined types ([56671bc](https://github.com/windmill-labs/windmill/commit/56671bc75fe940f940f52ad47f5cf99c8329a0c3)) +* resource-type-ts-parser ([#6289](https://github.com/windmill-labs/windmill/issues/6289)) ([9931311](https://github.com/windmill-labs/windmill/commit/99313116509a5ebec33aa2ab813e0c189d4c4e24)) + ## [1.514.1](https://github.com/windmill-labs/windmill/compare/v1.514.0...v1.514.1) (2025-07-28) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 72057304af..680698802f 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -7270,7 +7270,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", - "windows-targets 0.53.2", + "windows-targets 0.53.3", ] [[package]] @@ -7292,13 +7292,13 @@ dependencies = [ [[package]] name = "libredox" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4488594b9328dee448adb906d8b126d9b7deb7cf5c22161ee591610bb1be83c0" +checksum = "360e552c93fa0e8152ab463bc4c4837fce76a225df11dfaeea66c313de5e61f7" dependencies = [ "bitflags 2.9.1", "libc", - "redox_syscall 0.5.16", + "redox_syscall 0.5.17", ] [[package]] @@ -9056,7 +9056,7 @@ checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.16", + "redox_syscall 0.5.17", "smallvec", "windows-targets 0.52.6", ] @@ -10156,9 +10156,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.16" +version = "0.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7251471db004e509f4e75a62cca9435365b5ec7bcdff530d612ac7c87c44a792" +checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" dependencies = [ "bitflags 2.9.1", ] @@ -14641,7 +14641,7 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7" dependencies = [ - "redox_syscall 0.5.16", + "redox_syscall 0.5.17", "wasite", "web-sys", ] @@ -14685,7 +14685,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "axum", @@ -14737,7 +14737,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "argon2", @@ -14852,7 +14852,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.514.1" +version = "1.515.0" dependencies = [ "base64 0.22.1", "chrono", @@ -14867,7 +14867,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.514.1" +version = "1.515.0" dependencies = [ "chrono", "serde", @@ -14880,7 +14880,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "serde", @@ -14894,7 +14894,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "async-stream", @@ -14973,7 +14973,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.514.1" +version = "1.515.0" dependencies = [ "regex", "serde", @@ -14987,7 +14987,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "bytes", @@ -15010,7 +15010,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.514.1" +version = "1.515.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15022,7 +15022,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.514.1" +version = "1.515.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15031,7 +15031,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "lazy_static", @@ -15043,7 +15043,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "serde_json", @@ -15055,7 +15055,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "gosyn", @@ -15067,7 +15067,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "lazy_static", @@ -15079,7 +15079,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "serde_json", @@ -15091,7 +15091,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "nu-parser", @@ -15102,7 +15102,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15113,7 +15113,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15125,7 +15125,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "async-recursion", @@ -15148,7 +15148,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15165,7 +15165,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "lazy_static", @@ -15179,7 +15179,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "lazy_static", @@ -15197,7 +15197,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15221,7 +15221,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "serde_json", @@ -15231,7 +15231,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "async-recursion", @@ -15264,7 +15264,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.514.1" +version = "1.515.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15274,7 +15274,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.514.1" +version = "1.515.0" dependencies = [ "anyhow", "async-recursion", @@ -15610,7 +15610,7 @@ version = "0.60.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" dependencies = [ - "windows-targets 0.53.2", + "windows-targets 0.53.3", ] [[package]] @@ -15646,10 +15646,11 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.53.2" +version = "0.53.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" +checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" dependencies = [ + "windows-link", "windows_aarch64_gnullvm 0.53.0", "windows_aarch64_msvc 0.53.0", "windows_i686_gnu 0.53.0", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 7a49c67146..f2f23563e6 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.514.1" +version = "1.515.0" authors.workspace = true edition.workspace = true @@ -32,7 +32,7 @@ members = [ ] [workspace.package] -version = "1.514.1" +version = "1.515.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 887b32f877..e7fb389845 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.514.1 + version: 1.515.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index eb1488c996..df60fef92d 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.514.1"; +export const VERSION = "v1.515.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 08e0f627c0..54b1444c42 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -69,7 +69,7 @@ export { // } // }); -export const VERSION = "1.514.1"; +export const VERSION = "1.515.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2a7ae9dd03..9093f8abdb 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.514.1", + "version": "1.515.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.514.1", + "version": "1.515.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 9117f031d7..47114d6256 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.514.1", + "version": "1.515.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 280a913150..d8fc1a9064 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.514.1" -wmill_pg = ">=1.514.1" +wmill = ">=1.515.0" +wmill_pg = ">=1.515.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 8b5480ddc8..c3ab8b25d4 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.514.1 + version: 1.515.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 9a2222db26..18b43151e0 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.514.1' + ModuleVersion = '1.515.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 5779d4ea87..3700c91c1b 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.514.1" +version = "1.515.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 0d098712cb..9f6f1a6d05 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.514.1" +version = "1.515.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 1372d61448..00ef6edcdc 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.514.1", + "version": "1.515.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 a331f2fd12..66c3bd5c11 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.514.1", + "version": "1.515.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 43fc06fa17..22f3cbabdd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.514.1 +1.515.0