diff --git a/CHANGELOG.md b/CHANGELOG.md index f1cfec2fd6..ab91c3ba34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.558.0](https://github.com/windmill-labs/windmill/compare/v1.557.0...v1.558.0) (2025-10-09) + + +### Features + +* allow setting custom cors header on http trigger ([#6786](https://github.com/windmill-labs/windmill/issues/6786)) ([705a177](https://github.com/windmill-labs/windmill/commit/705a1770054ff7f0f65729e9b7c71124bc4bf7a4)) +* **backend:** allow specifying powershell module versions ([#6781](https://github.com/windmill-labs/windmill/issues/6781)) ([bd3e5e6](https://github.com/windmill-labs/windmill/commit/bd3e5e67bbf44f6b1616bca7f926c068427625d4)) +* Database manager for Ducklake instance catalogs ([#6785](https://github.com/windmill-labs/windmill/issues/6785)) ([f798ff4](https://github.com/windmill-labs/windmill/commit/f798ff4535f44ce1c6258ce716277258d2d176ab)) + ## [1.557.0](https://github.com/windmill-labs/windmill/compare/v1.556.1...v1.557.0) (2025-10-09) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 4d4185ecff..b4d6afa48a 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -7594,9 +7594,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.176" +version = "0.2.177" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" +checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" [[package]] name = "libffi" @@ -12450,9 +12450,9 @@ dependencies = [ [[package]] name = "stable_deref_trait" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" +checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "stacker" @@ -15131,7 +15131,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15191,7 +15191,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "argon2", @@ -15311,7 +15311,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.557.0" +version = "1.558.0" dependencies = [ "base64 0.22.1", "chrono", @@ -15326,7 +15326,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.557.0" +version = "1.558.0" dependencies = [ "chrono", "serde", @@ -15339,7 +15339,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "axum", @@ -15358,7 +15358,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "async-recursion", @@ -15442,7 +15442,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.557.0" +version = "1.558.0" dependencies = [ "regex", "serde", @@ -15457,7 +15457,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "bytes", @@ -15481,7 +15481,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.557.0" +version = "1.558.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15493,7 +15493,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.557.0" +version = "1.558.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15502,7 +15502,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "lazy_static", @@ -15514,7 +15514,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "serde_json", @@ -15526,7 +15526,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "gosyn", @@ -15538,7 +15538,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "lazy_static", @@ -15550,7 +15550,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "serde_json", @@ -15562,7 +15562,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "nu-parser", @@ -15573,7 +15573,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15584,7 +15584,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15596,7 +15596,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "async-recursion", @@ -15619,7 +15619,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "lazy_static", @@ -15633,7 +15633,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15650,7 +15650,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "lazy_static", @@ -15664,7 +15664,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "lazy_static", @@ -15682,7 +15682,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15707,7 +15707,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "serde_json", @@ -15717,7 +15717,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "async-recursion", @@ -15750,7 +15750,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.557.0" +version = "1.558.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15760,7 +15760,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.557.0" +version = "1.558.0" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 5a81c6d6b6..6cd884d702 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.557.0" +version = "1.558.0" authors.workspace = true edition.workspace = true @@ -34,7 +34,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.557.0" +version = "1.558.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 874f5d23d0..9c5022b8b0 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.557.0 + version: 1.558.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index a13e34e4b3..e73a46bca9 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.557.0"; +export const VERSION = "v1.558.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 85289d26de..5a85ecdef5 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.557.0"; +export const VERSION = "1.558.0"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ce549c270b..c2bf610170 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.557.0", + "version": "1.558.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.557.0", + "version": "1.558.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 6dfa9d6d9b..731ceee244 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.557.0", + "version": "1.558.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 4ec92158bc..5bc07dabe7 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.557.0" -wmill_pg = ">=1.557.0" +wmill = ">=1.558.0" +wmill_pg = ">=1.558.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 233acef973..c2cc097ee9 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.557.0 + version: 1.558.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index ccca1313fb..5101d59766 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.557.0' + ModuleVersion = '1.558.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 655407c4b5..551d8b0b3d 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.557.0" +version = "1.558.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 5d52390874..1fe519056c 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.557.0" +version = "1.558.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 c59c1fff23..fc79151579 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.557.0", + "version": "1.558.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 cbb410d46b..56a78a2b26 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.557.0", + "version": "1.558.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 468b4ca2bd..eb2f4e52ff 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.557.0 +1.558.0