From 9116205a1c8439292e04ffc6e89ea3b0b0b4e854 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 31 Jul 2025 02:15:05 +0200 Subject: [PATCH] chore(main): release 1.516.0 (#6298) * chore(main): release 1.516.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 15 ++++ backend/Cargo.lock | 72 +++++++++---------- 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, 68 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5bf53af0..c1048fe6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.516.0](https://github.com/windmill-labs/windmill/compare/v1.515.1...v1.516.0) (2025-07-31) + + +### Features + +* add CA certificate update at startup via environment variable ([#6280](https://github.com/windmill-labs/windmill/issues/6280)) ([a460e13](https://github.com/windmill-labs/windmill/commit/a460e131c71a0105fb14812ea2fabaa6bea1e0df)) +* prevent too large results (>500Mb) from OOMing database ([4b9683f](https://github.com/windmill-labs/windmill/commit/4b9683f1462e9c8a577cc9e65a79fcdcd3894da0)) + + +### Bug Fixes + +* indexer collection of job logs before indexing ([#6300](https://github.com/windmill-labs/windmill/issues/6300)) ([77c8f17](https://github.com/windmill-labs/windmill/commit/77c8f17fdf88821951af36786e28aed9a270d476)) +* no process relative imports for scripts with codebase ([576156b](https://github.com/windmill-labs/windmill/commit/576156b0cc89c8a6ccb94234c59307ab8c41fed4)) +* sqs oidc authentication disconnect [#6307](https://github.com/windmill-labs/windmill/issues/6307) ([993e809](https://github.com/windmill-labs/windmill/commit/993e80955b23098d7075ed5279e3f18cd8a633b9)) + ## [1.515.1](https://github.com/windmill-labs/windmill/compare/v1.515.0...v1.515.1) (2025-07-29) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b509f90bfc..4baf11cc4d 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1196,9 +1196,9 @@ checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973" [[package]] name = "backon" -version = "1.5.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "302eaff5357a264a2c42f127ecb8bac761cf99749fc3dc95677e2743991f99e7" +checksum = "592277618714fbcecda9a02ba7a8781f319d26532a88553bbacc77ba5d2b3a8d" dependencies = [ "fastrand", "gloo-timers", @@ -1967,9 +1967,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.41" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9" +checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882" dependencies = [ "clap_builder", "clap_derive", @@ -1977,9 +1977,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.41" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d" +checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966" dependencies = [ "anstream", "anstyle", @@ -4540,7 +4540,7 @@ checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" dependencies = [ "libc", "option-ext", - "redox_users 0.5.0", + "redox_users 0.5.1", "windows-sys 0.60.2", ] @@ -10176,9 +10176,9 @@ dependencies = [ [[package]] name = "redox_users" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" +checksum = "78eaea1f52c56d57821be178b2d47e09ff26481a6042e8e042fcb0ced068b470" dependencies = [ "getrandom 0.2.16", "libredox", @@ -14685,7 +14685,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "axum", @@ -14737,7 +14737,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "argon2", @@ -14852,7 +14852,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.515.1" +version = "1.516.0" dependencies = [ "base64 0.22.1", "chrono", @@ -14867,7 +14867,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.515.1" +version = "1.516.0" dependencies = [ "chrono", "serde", @@ -14880,7 +14880,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "serde", @@ -14894,7 +14894,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "async-stream", @@ -14973,7 +14973,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.515.1" +version = "1.516.0" dependencies = [ "regex", "serde", @@ -14988,7 +14988,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "bytes", @@ -15012,7 +15012,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.515.1" +version = "1.516.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15024,7 +15024,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.515.1" +version = "1.516.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15033,7 +15033,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "lazy_static", @@ -15045,7 +15045,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "serde_json", @@ -15057,7 +15057,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "gosyn", @@ -15069,7 +15069,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "lazy_static", @@ -15081,7 +15081,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "serde_json", @@ -15093,7 +15093,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "nu-parser", @@ -15104,7 +15104,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15115,7 +15115,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15127,7 +15127,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "async-recursion", @@ -15150,7 +15150,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15167,7 +15167,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "lazy_static", @@ -15181,7 +15181,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "lazy_static", @@ -15199,7 +15199,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15223,7 +15223,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "serde_json", @@ -15233,7 +15233,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "async-recursion", @@ -15266,7 +15266,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.515.1" +version = "1.516.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15276,7 +15276,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.515.1" +version = "1.516.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 3aa86d71a0..d047348cbe 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.515.1" +version = "1.516.0" authors.workspace = true edition.workspace = true @@ -32,7 +32,7 @@ members = [ ] [workspace.package] -version = "1.515.1" +version = "1.516.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index eae8ac4fd9..9d13f907fa 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.515.1 + version: 1.516.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index d38a1b9123..b3015a3105 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.515.1"; +export const VERSION = "v1.516.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 9bf8215a74..c555e468c0 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -69,7 +69,7 @@ export { // } // }); -export const VERSION = "1.515.1"; +export const VERSION = "1.516.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 779b17f7f3..f209e6f479 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.515.1", + "version": "1.516.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.515.1", + "version": "1.516.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 14b4745aaf..9b00728f59 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.515.1", + "version": "1.516.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 8bf8ab0527..b8cab756f6 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.515.1" -wmill_pg = ">=1.515.1" +wmill = ">=1.516.0" +wmill_pg = ">=1.516.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 82f9c6e299..6e12aeafe7 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.515.1 + version: 1.516.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 9b78a45c41..063e6841a3 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.515.1' + ModuleVersion = '1.516.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 1d0bda1866..ea3c878be3 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.515.1" +version = "1.516.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 563b0a62ba..4e7787b640 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.515.1" +version = "1.516.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 a98bcf5ccb..e758911ed5 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.515.1", + "version": "1.516.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 861da807ef..13b703d7d3 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.515.1", + "version": "1.516.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 7d01e111e0..c5eae85882 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.515.1 +1.516.0