diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd328ff7a..ee09e12696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.580.0](https://github.com/windmill-labs/windmill/compare/v1.579.2...v1.580.0) (2025-11-18) + + +### Features + +* **aichat:** use responses api for openai models ([#7163](https://github.com/windmill-labs/windmill/issues/7163)) ([5c79a35](https://github.com/windmill-labs/windmill/commit/5c79a35306855143428d0725519578aea0a746fd)) +* disabling/enabling email triggers ([#7171](https://github.com/windmill-labs/windmill/issues/7171)) ([8ae266b](https://github.com/windmill-labs/windmill/commit/8ae266b6a9ced16e1b7416cfc8bea5fe7a7af042)) +* **security:** unshare pid of worker job process ([#7106](https://github.com/windmill-labs/windmill/issues/7106)) ([5aa251a](https://github.com/windmill-labs/windmill/commit/5aa251a2d276cc9d27bf104f8e4f724ea6a28231)) +* support secondary promotion repos in git sync settings ([#7173](https://github.com/windmill-labs/windmill/issues/7173)) ([5548221](https://github.com/windmill-labs/windmill/commit/55482210921fe2eb0fd158abd4f7369495f2dfd7)) + + +### Bug Fixes + +* change uv tool dir from /root to /usr/local/uv ([c3e59fe](https://github.com/windmill-labs/windmill/commit/c3e59fe064fc3b9d4c05958eea54601ff3410899)) +* improve delete to handle ai chat ([f371fbe](https://github.com/windmill-labs/windmill/commit/f371fbeb9bb0946bd29a6413ee7ede75dedda5d9)) +* support IRSA for duckdb s3 proxy ([2058f27](https://github.com/windmill-labs/windmill/commit/2058f27e03468d45813f340b8563f935ca2142f4)) + ## [1.579.2](https://github.com/windmill-labs/windmill/compare/v1.579.1...v1.579.2) (2025-11-18) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 2ea6c7fb7b..ff91f7063b 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -10825,9 +10825,9 @@ dependencies = [ [[package]] name = "resolv-conf" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" +checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" [[package]] name = "retry-policies" @@ -15188,7 +15188,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15250,7 +15250,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "argon2", @@ -15371,7 +15371,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.579.2" +version = "1.580.0" dependencies = [ "base64 0.22.1", "chrono", @@ -15386,7 +15386,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.579.2" +version = "1.580.0" dependencies = [ "chrono", "lazy_static", @@ -15400,7 +15400,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "axum", @@ -15419,7 +15419,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "async-recursion", @@ -15507,7 +15507,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.579.2" +version = "1.580.0" dependencies = [ "regex", "serde", @@ -15522,7 +15522,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "bytes", @@ -15546,7 +15546,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.579.2" +version = "1.580.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15558,7 +15558,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.579.2" +version = "1.580.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15567,7 +15567,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "lazy_static", @@ -15579,7 +15579,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "serde_json", @@ -15591,7 +15591,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "gosyn", @@ -15603,7 +15603,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "lazy_static", @@ -15615,7 +15615,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "serde_json", @@ -15627,7 +15627,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "nu-parser", @@ -15638,7 +15638,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15649,7 +15649,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15661,7 +15661,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "async-recursion", @@ -15684,7 +15684,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "lazy_static", @@ -15698,7 +15698,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15715,7 +15715,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "lazy_static", @@ -15729,7 +15729,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "lazy_static", @@ -15747,7 +15747,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "serde", @@ -15758,7 +15758,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "async-recursion", @@ -15795,7 +15795,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.579.2" +version = "1.580.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15805,7 +15805,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.579.2" +version = "1.580.0" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 6a5197d215..20470e42b0 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.579.2" +version = "1.580.0" authors.workspace = true edition.workspace = true @@ -33,7 +33,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.579.2" +version = "1.580.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index e3d9404018..fac07d1abb 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.579.2 + version: 1.580.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index f03e8dc8d8..14d0b8ce73 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.579.2"; +export const VERSION = "v1.580.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 2dd914a174..c98ad8a997 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.579.2"; +export const VERSION = "1.580.0"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2b48dca6b7..047e89119d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.579.2", + "version": "1.580.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.579.2", + "version": "1.580.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 5e923da228..344c843dcd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.579.2", + "version": "1.580.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 83039a03a0..f4c670f6e5 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.579.2" -wmill_pg = ">=1.579.2" +wmill = ">=1.580.0" +wmill_pg = ">=1.580.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 767ac52c39..63b52b9f74 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.579.2 + version: 1.580.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index c9bf412999..f993af076d 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.579.2' + ModuleVersion = '1.580.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 1176f685b3..056ef57769 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.579.2" +version = "1.580.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 6eee2cdc7c..411f60ca58 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.579.2" +version = "1.580.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 b2486f5590..f2e92959b3 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.579.2", + "version": "1.580.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 58620fb9f4..e4892ec746 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.579.2", + "version": "1.580.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 70d301e6a1..98470cba67 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.579.2 +1.580.0