diff --git a/CHANGELOG.md b/CHANGELOG.md index bb26b908fe..d65463af95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.584.0](https://github.com/windmill-labs/windmill/compare/v1.583.3...v1.584.0) (2025-11-25) + + +### Features + +* **app:** add chat component ([#7199](https://github.com/windmill-labs/windmill/issues/7199)) ([c47669b](https://github.com/windmill-labs/windmill/commit/c47669be0bffb0821afe9d4182cc071cb3b675f0)) + + +### Bug Fixes + +* **cli:** handle better public apps ([de7739a](https://github.com/windmill-labs/windmill/commit/de7739a3ee7ef76a8eb4fe6570ef0bdfbdb92293)) +* **frontend:** forking UI issues ([#7215](https://github.com/windmill-labs/windmill/issues/7215)) ([dccee1d](https://github.com/windmill-labs/windmill/commit/dccee1dba08b4c4b170336b3f3e959fbe7bca8ce)) +* **frontend:** improve preprocessor discoverability ([#7214](https://github.com/windmill-labs/windmill/issues/7214)) ([a2d3297](https://github.com/windmill-labs/windmill/commit/a2d3297343338ba0b559481723e64db5f4acf3a7)) +* **frontend:** loading saved/history inputs when json view is on ([#7217](https://github.com/windmill-labs/windmill/issues/7217)) ([e87f814](https://github.com/windmill-labs/windmill/commit/e87f81470904578467f42598cfce5fad2249f131)) +* **frontend:** show trigger table when no trigger selected ([#7219](https://github.com/windmill-labs/windmill/issues/7219)) ([c37dde0](https://github.com/windmill-labs/windmill/commit/c37dde096c301a502c6ff2c570b91153a5717fcd)) +* list scripts without 1000 limits ([897faf0](https://github.com/windmill-labs/windmill/commit/897faf085b49ada0648594797cfe627decb50952)) + ## [1.583.3](https://github.com/windmill-labs/windmill/compare/v1.583.2...v1.583.3) (2025-11-24) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index eaabb783ab..cce1bb1039 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -14082,9 +14082,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" dependencies = [ "async-compression", "base64 0.22.1", @@ -15210,7 +15210,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "aws-sdk-config", @@ -15272,7 +15272,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "argon2", @@ -15393,7 +15393,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.583.3" +version = "1.584.0" dependencies = [ "base64 0.22.1", "chrono", @@ -15408,7 +15408,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.583.3" +version = "1.584.0" dependencies = [ "chrono", "lazy_static", @@ -15422,7 +15422,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "axum", @@ -15441,7 +15441,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "async-recursion", @@ -15530,7 +15530,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.583.3" +version = "1.584.0" dependencies = [ "regex", "serde", @@ -15545,7 +15545,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "bytes", @@ -15569,7 +15569,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.583.3" +version = "1.584.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15581,7 +15581,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.583.3" +version = "1.584.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15590,7 +15590,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "lazy_static", @@ -15602,7 +15602,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "serde_json", @@ -15614,7 +15614,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "gosyn", @@ -15626,7 +15626,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "lazy_static", @@ -15638,7 +15638,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "serde_json", @@ -15650,7 +15650,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "nu-parser", @@ -15661,7 +15661,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15672,7 +15672,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15684,7 +15684,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "async-recursion", @@ -15707,7 +15707,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "lazy_static", @@ -15721,7 +15721,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15738,7 +15738,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "lazy_static", @@ -15752,7 +15752,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "lazy_static", @@ -15770,7 +15770,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "serde", @@ -15781,7 +15781,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "async-recursion", @@ -15818,7 +15818,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.583.3" +version = "1.584.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15828,7 +15828,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.583.3" +version = "1.584.0" dependencies = [ "anyhow", "async-once-cell", @@ -16625,18 +16625,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.28" +version = "0.8.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43fa6694ed34d6e57407afbccdeecfa268c470a7d2a5b0cf49ce9fcc345afb90" +checksum = "4ea879c944afe8a2b25fef16bb4ba234f47c694565e97383b36f3a878219065c" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.28" +version = "0.8.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c640b22cd9817fae95be82f0d2f90b11f7605f6c319d16705c459b27ac2cbc26" +checksum = "cf955aa904d6040f70dc8e9384444cb1030aed272ba3cb09bbc4ab9e7c1f34f5" dependencies = [ "proc-macro2", "quote", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 30d36d0c09..d533d32549 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.583.3" +version = "1.584.0" authors.workspace = true edition.workspace = true @@ -33,7 +33,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.583.3" +version = "1.584.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 49d85ec411..139c6f325a 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.583.3 + version: 1.584.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 3a9f64ee6b..5dc61d56a7 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.583.3"; +export const VERSION = "v1.584.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 f45ca3607e..4430410890 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { // } // }); -export const VERSION = "1.583.3"; +export const VERSION = "1.584.0"; export const WM_FORK_PREFIX = "wm-fork"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8dc67ac1c6..14868d1907 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.583.3", + "version": "1.584.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.583.3", + "version": "1.584.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 202b2f17c3..58a5be9fdb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.583.3", + "version": "1.584.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index ef9fbe6a18..a535d7580a 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.583.3" -wmill_pg = ">=1.583.3" +wmill = ">=1.584.0" +wmill_pg = ">=1.584.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 5145d2884f..b724c0acc9 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.583.3 + version: 1.584.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 9d17deaa98..fa0d0e6afa 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.583.3' + ModuleVersion = '1.584.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 10af1ba2c2..4a9cabadc7 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.583.3" +version = "1.584.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 f7824560f2..7b9653640e 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.583.3" +version = "1.584.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 30478fca0b..f4bfe59424 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.583.3", + "version": "1.584.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 b734e93d31..bfe2a641b8 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.583.3", + "version": "1.584.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index f511ac6fe7..a224cb38e3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.583.3 +1.584.0