diff --git a/CHANGELOG.md b/CHANGELOG.md index c232d352a2..b3dc84ca09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.451.0](https://github.com/windmill-labs/windmill/compare/v1.450.1...v1.451.0) (2025-01-27) + + +### Features + +* app builder accordion list and accordion tab component ([#5132](https://github.com/windmill-labs/windmill/issues/5132)) ([0e41023](https://github.com/windmill-labs/windmill/commit/0e41023889fb2f26ef5dc2a736dd59b819d92bf1)) +* **typescript-client:** add ability to mock typescript api for testing ([f9ce01c](https://github.com/windmill-labs/windmill/commit/f9ce01c1dcda581d943e3cf58008cc6c89d39c5f)) + + +### Bug Fixes + +* **frontend:** make argInput indent optional ([#5144](https://github.com/windmill-labs/windmill/issues/5144)) ([b8152a3](https://github.com/windmill-labs/windmill/commit/b8152a3259fa0f791990e41d825f196d82c4084d)) + ## [1.450.1](https://github.com/windmill-labs/windmill/compare/v1.450.0...v1.450.1) (2025-01-26) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b7ed5d7327..b0436e1745 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -67,7 +67,7 @@ dependencies = [ "getrandom 0.2.15", "once_cell", "version_check", - "zerocopy", + "zerocopy 0.7.35", ] [[package]] @@ -3764,6 +3764,18 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "getrandom" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71393ecc86efbf00e4ca13953979ba8b94cfe549a4b74cc26d8b62f4d8feac2b" +dependencies = [ + "cfg-if", + "libc", + "wasi 0.13.3+wasi-0.2.2", + "windows-targets 0.52.6", +] + [[package]] name = "gimli" version = "0.31.1" @@ -3946,9 +3958,9 @@ dependencies = [ [[package]] name = "hashify" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5772d10fb6ad55ec11f3ec9ae4e39c626a340cf996750689d8fd54938493acf1" +checksum = "77793aa45f12b2a8196bc47cdd537cabf06b20606bd51a51cee676c2a518f7d5" dependencies = [ "proc-macro2", "quote", @@ -4092,9 +4104,9 @@ dependencies = [ [[package]] name = "hstr" -version = "0.2.15" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63d6824358c0fd9a68bb23999ed2ef76c84f79408a26ef7ae53d5f370c94ad36" +checksum = "a1a26def229ea95a8709dad32868d975d0dd40235bd2ce82920e4a8fe692b5e0" dependencies = [ "hashbrown 0.14.5", "new_debug_unreachable", @@ -6360,7 +6372,7 @@ version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" dependencies = [ - "zerocopy", + "zerocopy 0.7.35", ] [[package]] @@ -6767,6 +6779,17 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "rand" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +dependencies = [ + "rand_chacha 0.9.0", + "rand_core 0.9.0", + "zerocopy 0.8.14", +] + [[package]] name = "rand_chacha" version = "0.2.2" @@ -6787,6 +6810,16 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core 0.9.0", +] + [[package]] name = "rand_core" version = "0.5.1" @@ -6805,6 +6838,16 @@ dependencies = [ "getrandom 0.2.15", ] +[[package]] +name = "rand_core" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff" +dependencies = [ + "getrandom 0.3.0", + "zerocopy 0.8.14", +] + [[package]] name = "rand_distr" version = "0.4.3" @@ -7413,9 +7456,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" +checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" dependencies = [ "web-time", ] @@ -10566,6 +10609,15 @@ version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +[[package]] +name = "wasi" +version = "0.13.3+wasi-0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" +dependencies = [ + "wit-bindgen-rt", +] + [[package]] name = "wasite" version = "0.1.0" @@ -10797,7 +10849,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "axum", @@ -10814,7 +10866,7 @@ dependencies = [ "once_cell", "prometheus", "quote", - "rand 0.8.5", + "rand 0.9.0", "reqwest 0.12.9", "serde", "serde_json", @@ -10839,7 +10891,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "argon2", @@ -10886,7 +10938,7 @@ dependencies = [ "pin-project", "prometheus", "quick_cache", - "rand 0.8.5", + "rand 0.9.0", "rdkafka", "regex", "reqwest 0.12.9", @@ -10931,7 +10983,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.450.1" +version = "1.451.0" dependencies = [ "base64 0.22.1", "chrono", @@ -10939,7 +10991,7 @@ dependencies = [ "prettyplease 0.1.25", "progenitor", "progenitor-client", - "rand 0.8.5", + "rand 0.9.0", "reqwest 0.11.27", "serde", "serde_json", @@ -10949,7 +11001,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.450.1" +version = "1.451.0" dependencies = [ "chrono", "serde", @@ -10962,7 +11014,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "serde", @@ -10976,7 +11028,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "async-stream", @@ -11011,7 +11063,7 @@ dependencies = [ "pin-project-lite", "prometheus", "quick_cache", - "rand 0.8.5", + "rand 0.9.0", "regex", "reqwest 0.12.9", "semver 1.0.25", @@ -11035,7 +11087,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.450.1" +version = "1.451.0" dependencies = [ "regex", "serde", @@ -11049,7 +11101,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "bytes", @@ -11072,7 +11124,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.450.1" +version = "1.451.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -11084,7 +11136,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.450.1" +version = "1.451.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -11093,7 +11145,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "lazy_static", @@ -11105,7 +11157,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "serde_json", @@ -11117,7 +11169,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "gosyn", @@ -11129,7 +11181,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "lazy_static", @@ -11141,7 +11193,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -11152,7 +11204,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -11163,7 +11215,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "async-recursion", @@ -11181,7 +11233,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -11198,7 +11250,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "lazy_static", @@ -11210,7 +11262,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "lazy_static", @@ -11228,7 +11280,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -11250,7 +11302,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "serde_json", @@ -11260,7 +11312,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "async-recursion", @@ -11293,7 +11345,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.450.1" +version = "1.451.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -11303,7 +11355,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.450.1" +version = "1.451.0" dependencies = [ "anyhow", "async-recursion", @@ -11345,7 +11397,7 @@ dependencies = [ "pem 3.0.4", "postgres-native-tls", "prometheus", - "rand 0.8.5", + "rand 0.9.0", "regex", "reqwest 0.12.9", "rust_decimal", @@ -11601,6 +11653,15 @@ version = "0.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" +[[package]] +name = "wit-bindgen-rt" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" +dependencies = [ + "bitflags 2.8.0", +] + [[package]] name = "write16" version = "1.0.0" @@ -11694,7 +11755,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ "byteorder", - "zerocopy-derive", + "zerocopy-derive 0.7.35", +] + +[[package]] +name = "zerocopy" +version = "0.8.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a367f292d93d4eab890745e75a778da40909cab4d6ff8173693812f79c4a2468" +dependencies = [ + "zerocopy-derive 0.8.14", ] [[package]] @@ -11708,6 +11778,17 @@ dependencies = [ "syn 2.0.96", ] +[[package]] +name = "zerocopy-derive" +version = "0.8.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3931cb58c62c13adec22e38686b559c86a30565e16ad6e8510a337cedc611e1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.96", +] + [[package]] name = "zerofrom" version = "0.1.5" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index cf5fa64569..2278dea11e 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.450.1" +version = "1.451.0" authors.workspace = true edition.workspace = true @@ -30,7 +30,7 @@ members = [ ] [workspace.package] -version = "1.450.1" +version = "1.451.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index e3a768410d..b6b0f05cf9 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.450.1 + version: 1.451.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index ba7a71ac67..3bea1fad66 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.450.1"; +export const VERSION = "v1.451.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 1816aa4804..5f41f51a04 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -60,7 +60,7 @@ export { // } // }); -export const VERSION = "1.450.1"; +export const VERSION = "1.451.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fe297adf12..d6bb151dfd 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.450.1", + "version": "1.451.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.450.1", + "version": "1.451.0", "license": "AGPL-3.0", "dependencies": { "@anthropic-ai/sdk": "^0.32.1", diff --git a/frontend/package.json b/frontend/package.json index 54e4f28657..b409083062 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.450.1", + "version": "1.451.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 96a59a7e8e..4db578c267 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.450.1" -wmill_pg = ">=1.450.1" +wmill = ">=1.451.0" +wmill_pg = ">=1.451.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 55d800502c..13dc1d67f5 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.450.1 + version: 1.451.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 54c3a534ad..4523eac3b8 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.450.1' + ModuleVersion = '1.451.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index f6605e13fe..9baeae6988 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.450.1" +version = "1.451.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 f1dff4a6ff..c10ddc2182 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.450.1" +version = "1.451.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 f68097c1e8..2695a6bc4d 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.450.1", + "version": "1.451.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 9c79389d28..23aafbe557 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.450.1", + "version": "1.451.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 8294742ecc..5c6382ab91 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.450.1 +1.451.0