From 412eb90c0d97b16d72c35113848c9f251267ba77 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 31 Aug 2026 20:29:23 +0200 Subject: [PATCH] chore(main): release 1.800.0 (#10888) * chore(main): release 1.800.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 28 ++ backend/Cargo.lock | 250 +++++++++--------- backend/Cargo.toml | 4 +- .../parsers/windmill-parser-wasm/Cargo.lock | 48 ++-- .../parsers/windmill-parser-wasm/Cargo.toml | 2 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/src/core/constants.ts | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- lsp/Pipfile | 2 +- openflow.openapi.yaml | 2 +- .../WindmillClient/WindmillClient.psd1 | 2 +- python-client/wmill/pyproject.toml | 2 +- typescript-client/jsr.json | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- windmill-yaml-validator/package-lock.json | 4 +- windmill-yaml-validator/package.json | 2 +- 20 files changed, 197 insertions(+), 169 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c46e4845e3..e908485536 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.799.0" + ".": "1.800.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9bd16eac..e27f2166a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.800.0](https://github.com/windmill-labs/windmill/compare/v1.799.0...v1.800.0) (2026-08-31) + + +### Features + +* add --keep-deleted flag to wmill sync pull and push ([#10878](https://github.com/windmill-labs/windmill/issues/10878)) ([66123f3](https://github.com/windmill-labs/windmill/commit/66123f3a9b8978c0084b02f50b44cffba125a13a)) +* day-partition the service log index and expire whole chunks ([#10893](https://github.com/windmill-labs/windmill/issues/10893)) ([d91ee46](https://github.com/windmill-labs/windmill/commit/d91ee4614a70f20a194f47e190327129f499ec63)) +* free AI tokens + home search/filter revamp ([#10020](https://github.com/windmill-labs/windmill/issues/10020)) ([716ce2e](https://github.com/windmill-labs/windmill/commit/716ce2ece00cd5cfb8641afc6432636bc4aa46e9)) +* make the service log retention period an instance setting ([#10889](https://github.com/windmill-labs/windmill/issues/10889)) ([815de49](https://github.com/windmill-labs/windmill/commit/815de49e2322f85ca92b1e41a2bcd22591ebe93f)) +* rework the evals dataset drawer and run navigation ([#10884](https://github.com/windmill-labs/windmill/issues/10884)) ([1462f17](https://github.com/windmill-labs/windmill/commit/1462f17643302127b4bd76bacfde80cc03f9d606)) +* serve service log context from parquet and retire the raw log files ([#10892](https://github.com/windmill-labs/windmill/issues/10892)) ([338d75c](https://github.com/windmill-labs/windmill/commit/338d75cc5227e352cb84828c99bfd3b984cf0fa5)) +* serve service log retrieval from a columnar parquet store ([#10886](https://github.com/windmill-labs/windmill/issues/10886)) ([7c1a785](https://github.com/windmill-labs/windmill/commit/7c1a785f756ed27e4425f6534709b19971a73a97)) + + +### Bug Fixes + +* correct the service log ingest flush boundary ([#10898](https://github.com/windmill-labs/windmill/issues/10898)) ([ac56586](https://github.com/windmill-labs/windmill/commit/ac56586c0e56d4022761d3c80306a03d57f8bfcb)) +* harden the service log indexer's recovery and read paths ([#10904](https://github.com/windmill-labs/windmill/issues/10904)) ([831370c](https://github.com/windmill-labs/windmill/commit/831370cdde8e06f4298b17baa1a0041bacdd98c7)) +* keep raw-app editor selection consistent across sidebar and tabs ([#10885](https://github.com/windmill-labs/windmill/issues/10885)) ([b57e231](https://github.com/windmill-labs/windmill/commit/b57e231c2bf5e5fe007f0aa7b958a51e32b47141)) +* register every rotated service log file exactly once ([#10891](https://github.com/windmill-labs/windmill/issues/10891)) ([c817248](https://github.com/windmill-labs/windmill/commit/c8172480b0b1be6c57210212afc71d6ec8711235)) +* show a loading indicator while the initial data table migration is generated ([#10900](https://github.com/windmill-labs/windmill/issues/10900)) ([b998267](https://github.com/windmill-labs/windmill/commit/b998267c91b9dcf02787768f6205cc5aeda494fb)) +* track outstanding service log files on the rows themselves ([#10894](https://github.com/windmill-labs/windmill/issues/10894)) ([aa4a6ff](https://github.com/windmill-labs/windmill/commit/aa4a6ffd66813010a79c07741b01a984ed4e7df6)) + + +### Performance Improvements + +* add service log documents to the index one batch at a time ([#10906](https://github.com/windmill-labs/windmill/issues/10906)) ([0c2eb0a](https://github.com/windmill-labs/windmill/commit/0c2eb0ae3d18f49c21370131d15011e8dd103746)) + ## [1.799.0](https://github.com/windmill-labs/windmill/compare/v1.798.1...v1.799.0) (2026-08-28) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 9bfefb16d9..2067bfd789 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -430,7 +430,7 @@ dependencies = [ "arrow-schema", "chrono", "half", - "indexmap 2.14.0", + "indexmap 2.14.1", "lexical-core", "memchr", "num", @@ -3247,7 +3247,7 @@ dependencies = [ "base64 0.22.1", "half", "hashbrown 0.14.5", - "indexmap 2.14.0", + "indexmap 2.14.1", "libc", "log", "object_store", @@ -3426,7 +3426,7 @@ dependencies = [ "datafusion-functions-aggregate-common", "datafusion-functions-window-common", "datafusion-physical-expr-common", - "indexmap 2.14.0", + "indexmap 2.14.1", "paste", "recursive", "serde_json", @@ -3441,7 +3441,7 @@ checksum = "422ac9cf3b22bbbae8cdf8ceb33039107fde1b5492693168f13bd566b1bcc839" dependencies = [ "arrow", "datafusion-common", - "indexmap 2.14.0", + "indexmap 2.14.1", "itertools 0.14.0", "paste", ] @@ -3595,7 +3595,7 @@ dependencies = [ "datafusion-common", "datafusion-expr", "datafusion-physical-expr", - "indexmap 2.14.0", + "indexmap 2.14.1", "itertools 0.14.0", "log", "recursive", @@ -3618,7 +3618,7 @@ dependencies = [ "datafusion-physical-expr-common", "half", "hashbrown 0.14.5", - "indexmap 2.14.0", + "indexmap 2.14.1", "itertools 0.14.0", "log", "paste", @@ -3680,7 +3680,7 @@ dependencies = [ "futures", "half", "hashbrown 0.14.5", - "indexmap 2.14.0", + "indexmap 2.14.1", "itertools 0.14.0", "log", "parking_lot", @@ -3722,7 +3722,7 @@ dependencies = [ "bigdecimal", "datafusion-common", "datafusion-expr", - "indexmap 2.14.0", + "indexmap 2.14.1", "log", "recursive", "regex", @@ -3853,7 +3853,7 @@ dependencies = [ "deno_path_util", "deno_unsync", "futures", - "indexmap 2.14.0", + "indexmap 2.14.1", "libc", "parking_lot", "percent-encoding", @@ -4122,7 +4122,7 @@ version = "0.228.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8bf8dbe5abf37d270bb853c5dfe45fbe3b1b6c453877cc11d7fe84e9862a6dbc" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.1", "proc-macro-rules", "proc-macro2", "quote", @@ -5177,9 +5177,9 @@ dependencies = [ [[package]] name = "frostem" -version = "1.20260821.2" +version = "1.20260821.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08ed6437a2ed7fc408115e25cdb41e15ba4b17742a4c8d3d1b5276fe9b687209" +checksum = "ca2e81eab151ba68484704bb3d21b4b4d2747314d3081fa86fa6c7300a4c42e2" [[package]] name = "fs3" @@ -5755,9 +5755,9 @@ dependencies = [ [[package]] name = "gosyn" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9758a950dc61a15bc65162f72f5bec7e8efde91f102dc7dce7317f67019a6ba9" +checksum = "28f4ed3cbcb66ddad22553bb3b94087573cf492a34501bc025a23167ed57e856" dependencies = [ "anyhow", "strum", @@ -5797,7 +5797,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.14.0", + "indexmap 2.14.1", "slab", "tokio", "tokio-util", @@ -5816,7 +5816,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.5.0", - "indexmap 2.14.0", + "indexmap 2.14.1", "slab", "tokio", "tokio-util", @@ -5898,7 +5898,7 @@ version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd1246c0e5493286aeb2dde35b1f4eb9c4ce00e628641210a5e553fc001a1f26" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.1", "proc-macro2", "quote", "syn 2.0.119", @@ -5951,9 +5951,9 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hermit-abi" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" +checksum = "e17592d60ebacc7d5e169f4663c5f84f9161cc90328abcfe8456f41e4dfcb284" [[package]] name = "hex" @@ -6570,9 +6570,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.14.0" +version = "2.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" +checksum = "07aa2048142242915a31d35844fb311e0e53fcca590c3a0a40dcf1b841fa09eb" dependencies = [ "equivalent", "hashbrown 0.17.1", @@ -6958,7 +6958,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee7893dab2e44ae5f9d0173f26ff4aa327c10b01b06a72b52dd9405b628640d" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.1", ] [[package]] @@ -8124,7 +8124,7 @@ dependencies = [ "dirs-sys 0.4.1", "fancy-regex 0.14.0", "heck", - "indexmap 2.14.0", + "indexmap 2.14.1", "log", "lru 0.12.5", "miette", @@ -8302,7 +8302,7 @@ version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" dependencies = [ - "hermit-abi 0.5.2", + "hermit-abi 0.5.3", "libc", ] @@ -9123,7 +9123,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" dependencies = [ "fixedbitset", - "indexmap 2.14.0", + "indexmap 2.14.1", ] [[package]] @@ -9389,7 +9389,7 @@ checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi 0.5.2", + "hermit-abi 0.5.3", "pin-project-lite", "rustix 1.1.4", "windows-sys 0.61.2", @@ -9619,7 +9619,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3ef4f2f0422f23a82ec9f628ea2acd12871c81a9362b02c43c1aa86acfc3ba1" dependencies = [ "futures", - "indexmap 2.14.0", + "indexmap 2.14.1", "nix 0.30.1", "tokio", "tracing", @@ -10565,7 +10565,7 @@ dependencies = [ "convert_case 0.10.0", "fnv", "ident_case", - "indexmap 2.14.0", + "indexmap 2.14.1", "proc-macro-crate", "proc-macro2", "quote", @@ -11398,7 +11398,7 @@ version = "1.0.151" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.1", "itoa", "memchr", "serde", @@ -11492,7 +11492,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.14.0", + "indexmap 2.14.1", "jiff", "schemars 0.9.0", "schemars 1.2.2", @@ -11520,7 +11520,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.1", "itoa", "ryu", "serde", @@ -11533,7 +11533,7 @@ version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.1", "itoa", "libyml", "memchr", @@ -11953,7 +11953,7 @@ dependencies = [ "futures-util", "hashbrown 0.15.5", "hashlink", - "indexmap 2.14.0", + "indexmap 2.14.1", "log", "memchr", "once_cell", @@ -12310,7 +12310,7 @@ checksum = "72e90b52ee734ded867104612218101722ad87ff4cf74fe30383bd244a533f97" dependencies = [ "anyhow", "bytes-str", - "indexmap 2.14.0", + "indexmap 2.14.1", "serde", "serde_json", "swc_config_macro", @@ -12444,7 +12444,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c6f1b8f4232e7a7f614ff7c0f6ccb89c2d028cdf7629f79ad710cff5b28b62c" dependencies = [ "better_scoped_tls", - "indexmap 2.14.0", + "indexmap 2.14.1", "once_cell", "par-core", "phf 0.11.3", @@ -12510,7 +12510,7 @@ checksum = "69ea0052ac23b5b9fbc85bbdb1791b36b918f9d55f594b0ed8e25babb4c32d16" dependencies = [ "base64 0.22.1", "bytes-str", - "indexmap 2.14.0", + "indexmap 2.14.1", "once_cell", "rustc-hash 2.1.3", "serde", @@ -12550,7 +12550,7 @@ version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83259addd99ed4022aa9fc4d39428c008d3d42533769e1a005529da18cde4568" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.1", "num_cpus", "once_cell", "par-core", @@ -13549,7 +13549,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.1", "serde", "serde_spanned", "toml_datetime 0.6.11", @@ -13562,7 +13562,7 @@ version = "0.25.13+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.1", "toml_datetime 1.1.1+spec-1.1.0", "toml_parser", "winnow 1.0.4", @@ -13670,7 +13670,7 @@ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" dependencies = [ "futures-core", "futures-util", - "indexmap 2.14.0", + "indexmap 2.14.1", "pin-project-lite", "slab", "sync_wrapper", @@ -13885,9 +13885,9 @@ dependencies = [ [[package]] name = "tree-sitter-language" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "009994f150cc0cd50ff54917d5bc8bffe8cad10ca10d81c34da2ec421ae61782" +checksum = "ca0d1bf6fdd806e43ae5198f82f527056d359def39e54e67a0f478ac09dac081" [[package]] name = "tree-sitter-r" @@ -14746,7 +14746,7 @@ dependencies = [ [[package]] name = "windmill" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-nats", @@ -14831,7 +14831,7 @@ dependencies = [ [[package]] name = "windmill-ai" -version = "1.799.0" +version = "1.800.0" dependencies = [ "async-stream", "async-trait", @@ -14864,7 +14864,7 @@ dependencies = [ [[package]] name = "windmill-alerting" -version = "1.799.0" +version = "1.800.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14877,7 +14877,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "argon2", @@ -14908,7 +14908,7 @@ dependencies = [ "hmac", "http 1.5.0", "hyper 1.11.1", - "indexmap 2.14.0", + "indexmap 2.14.1", "itertools 0.14.0", "jsonwebtoken 8.3.0", "lazy_static", @@ -15017,7 +15017,7 @@ dependencies = [ [[package]] name = "windmill-api-agent-workers" -version = "1.799.0" +version = "1.800.0" dependencies = [ "axum 0.8.9", "chrono", @@ -15040,7 +15040,7 @@ dependencies = [ [[package]] name = "windmill-api-assets" -version = "1.799.0" +version = "1.800.0" dependencies = [ "axum 0.8.9", "chrono", @@ -15057,7 +15057,7 @@ dependencies = [ [[package]] name = "windmill-api-auth" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "axum 0.8.9", @@ -15083,7 +15083,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.799.0" +version = "1.800.0" dependencies = [ "reqwest 0.12.28", "serde", @@ -15093,7 +15093,7 @@ dependencies = [ [[package]] name = "windmill-api-configs" -version = "1.799.0" +version = "1.800.0" dependencies = [ "axum 0.8.9", "chrono", @@ -15110,7 +15110,7 @@ dependencies = [ [[package]] name = "windmill-api-debug" -version = "1.799.0" +version = "1.800.0" dependencies = [ "axum 0.8.9", "base64 0.22.1", @@ -15132,7 +15132,7 @@ dependencies = [ [[package]] name = "windmill-api-embeddings" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "axum 0.8.9", @@ -15155,7 +15155,7 @@ dependencies = [ [[package]] name = "windmill-api-flow-conversations" -version = "1.799.0" +version = "1.800.0" dependencies = [ "axum 0.8.9", "chrono", @@ -15171,7 +15171,7 @@ dependencies = [ [[package]] name = "windmill-api-flows" -version = "1.799.0" +version = "1.800.0" dependencies = [ "axum 0.8.9", "chrono", @@ -15193,7 +15193,7 @@ dependencies = [ [[package]] name = "windmill-api-groups" -version = "1.799.0" +version = "1.800.0" dependencies = [ "axum 0.8.9", "chrono", @@ -15214,7 +15214,7 @@ dependencies = [ [[package]] name = "windmill-api-inputs" -version = "1.799.0" +version = "1.800.0" dependencies = [ "axum 0.8.9", "chrono", @@ -15228,7 +15228,7 @@ dependencies = [ [[package]] name = "windmill-api-integration-tests" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-nats", @@ -15263,7 +15263,7 @@ dependencies = [ [[package]] name = "windmill-api-jobs" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "axum 0.8.9", @@ -15288,7 +15288,7 @@ dependencies = [ [[package]] name = "windmill-api-npm-proxy" -version = "1.799.0" +version = "1.800.0" dependencies = [ "axum 0.8.9", "chrono", @@ -15316,12 +15316,12 @@ dependencies = [ [[package]] name = "windmill-api-openapi" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "axum 0.8.9", "http 1.5.0", - "indexmap 2.14.0", + "indexmap 2.14.1", "itertools 0.14.0", "lazy_static", "serde", @@ -15338,7 +15338,7 @@ dependencies = [ [[package]] name = "windmill-api-schedule" -version = "1.799.0" +version = "1.800.0" dependencies = [ "axum 0.8.9", "chrono", @@ -15358,7 +15358,7 @@ dependencies = [ [[package]] name = "windmill-api-scripts" -version = "1.799.0" +version = "1.800.0" dependencies = [ "axum 0.8.9", "chrono", @@ -15396,7 +15396,7 @@ dependencies = [ [[package]] name = "windmill-api-settings" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "axum 0.8.9", @@ -15424,7 +15424,7 @@ dependencies = [ [[package]] name = "windmill-api-sse" -version = "1.799.0" +version = "1.800.0" dependencies = [ "lazy_static", "serde", @@ -15436,7 +15436,7 @@ dependencies = [ [[package]] name = "windmill-api-users" -version = "1.799.0" +version = "1.800.0" dependencies = [ "argon2", "axum 0.8.9", @@ -15460,7 +15460,7 @@ dependencies = [ [[package]] name = "windmill-api-workers" -version = "1.799.0" +version = "1.800.0" dependencies = [ "axum 0.8.9", "chrono", @@ -15474,7 +15474,7 @@ dependencies = [ [[package]] name = "windmill-api-workspaces" -version = "1.799.0" +version = "1.800.0" dependencies = [ "axum 0.8.9", "chrono", @@ -15509,7 +15509,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.799.0" +version = "1.800.0" dependencies = [ "chrono", "lazy_static", @@ -15523,7 +15523,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "axum 0.8.9", @@ -15542,7 +15542,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.799.0" +version = "1.800.0" dependencies = [ "aes-gcm", "aho-corasick", @@ -15580,7 +15580,7 @@ dependencies = [ "hex", "hmac", "hyper 1.11.1", - "indexmap 2.14.0", + "indexmap 2.14.1", "itertools 0.14.0", "jsonwebtoken 8.3.0", "lazy_static", @@ -15646,7 +15646,7 @@ dependencies = [ [[package]] name = "windmill-dep-map" -version = "1.799.0" +version = "1.800.0" dependencies = [ "chrono", "itertools 0.14.0", @@ -15665,7 +15665,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.799.0" +version = "1.800.0" dependencies = [ "regex", "serde", @@ -15680,7 +15680,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "astral-tokio-tar", @@ -15707,7 +15707,7 @@ dependencies = [ [[package]] name = "windmill-jseval" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "futures", @@ -15724,7 +15724,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.799.0" +version = "1.800.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15740,7 +15740,7 @@ dependencies = [ [[package]] name = "windmill-mcp" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-trait", @@ -15761,7 +15761,7 @@ dependencies = [ [[package]] name = "windmill-native-triggers" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-trait", @@ -15792,7 +15792,7 @@ dependencies = [ [[package]] name = "windmill-oauth" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "arc-swap", @@ -15817,7 +15817,7 @@ dependencies = [ [[package]] name = "windmill-object-store" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-stream", @@ -15851,7 +15851,7 @@ dependencies = [ [[package]] name = "windmill-operator" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "futures", @@ -15869,7 +15869,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.799.0" +version = "1.800.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -15878,7 +15878,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "lazy_static", @@ -15890,7 +15890,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "serde_json", @@ -15902,7 +15902,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "gosyn", @@ -15914,7 +15914,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "lazy_static", @@ -15926,7 +15926,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "serde_json", @@ -15938,7 +15938,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "nu-parser", @@ -15949,7 +15949,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15960,7 +15960,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15972,7 +15972,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-asset" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "rustpython-ast", @@ -15983,7 +15983,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-recursion", @@ -16005,7 +16005,7 @@ dependencies = [ [[package]] name = "windmill-parser-r" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "serde_json", @@ -16017,7 +16017,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "lazy_static", @@ -16031,7 +16031,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -16048,7 +16048,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "lazy_static", @@ -16061,7 +16061,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql-asset" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "serde", @@ -16073,7 +16073,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "lazy_static", @@ -16091,7 +16091,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts-asset" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "serde-wasm-bindgen", @@ -16107,7 +16107,7 @@ dependencies = [ [[package]] name = "windmill-parser-wac" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "rustpython-ast", @@ -16123,7 +16123,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "lazy_static", @@ -16137,7 +16137,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-recursion", @@ -16176,7 +16176,7 @@ dependencies = [ [[package]] name = "windmill-runtime-nativets" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "const_format", @@ -16216,7 +16216,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.799.0" +version = "1.800.0" dependencies = [ "getrandom 0.3.4", "wasm-bindgen", @@ -16227,7 +16227,7 @@ dependencies = [ [[package]] name = "windmill-store" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-recursion", @@ -16262,7 +16262,7 @@ dependencies = [ [[package]] name = "windmill-test-utils" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-trait", @@ -16286,7 +16286,7 @@ dependencies = [ [[package]] name = "windmill-trigger" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-trait", @@ -16319,7 +16319,7 @@ dependencies = [ [[package]] name = "windmill-trigger-amqp" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-trait", @@ -16346,7 +16346,7 @@ dependencies = [ [[package]] name = "windmill-trigger-azure" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-trait", @@ -16379,7 +16379,7 @@ dependencies = [ [[package]] name = "windmill-trigger-email" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-trait", @@ -16399,7 +16399,7 @@ dependencies = [ [[package]] name = "windmill-trigger-gcp" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-trait", @@ -16433,7 +16433,7 @@ dependencies = [ [[package]] name = "windmill-trigger-http" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-trait", @@ -16469,7 +16469,7 @@ dependencies = [ [[package]] name = "windmill-trigger-kafka" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-trait", @@ -16492,7 +16492,7 @@ dependencies = [ [[package]] name = "windmill-trigger-mqtt" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-trait", @@ -16516,7 +16516,7 @@ dependencies = [ [[package]] name = "windmill-trigger-nats" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-nats", @@ -16540,7 +16540,7 @@ dependencies = [ [[package]] name = "windmill-trigger-postgres" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-trait", @@ -16575,7 +16575,7 @@ dependencies = [ [[package]] name = "windmill-trigger-sqs" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-trait", @@ -16603,7 +16603,7 @@ dependencies = [ [[package]] name = "windmill-trigger-websocket" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-trait", @@ -16628,7 +16628,7 @@ dependencies = [ [[package]] name = "windmill-types" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "bitflags 2.13.1", @@ -16647,7 +16647,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-once-cell", @@ -16764,7 +16764,7 @@ dependencies = [ [[package]] name = "windmill-worker-volumes" -version = "1.799.0" +version = "1.800.0" dependencies = [ "bytes", "futures", @@ -17563,7 +17563,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c42e33efc22a0650c311c2ef19115ce232583abbe80850bc8b66509ebef02de0" dependencies = [ "crc32fast", - "indexmap 2.14.0", + "indexmap 2.14.1", "memchr", "typed-path", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 86940805fc..966f820d57 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.799.0" +version = "1.800.0" authors.workspace = true edition.workspace = true @@ -88,7 +88,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal", "./parsers/windmill-parser-wasm"] [workspace.package] -version = "1.799.0" +version = "1.800.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/parsers/windmill-parser-wasm/Cargo.lock b/backend/parsers/windmill-parser-wasm/Cargo.lock index 47d807dd0d..b5ed9dff9e 100644 --- a/backend/parsers/windmill-parser-wasm/Cargo.lock +++ b/backend/parsers/windmill-parser-wasm/Cargo.lock @@ -6191,7 +6191,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill-common" -version = "1.799.0" +version = "1.800.0" dependencies = [ "aho-corasick", "anyhow", @@ -6274,7 +6274,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.799.0" +version = "1.800.0" dependencies = [ "proc-macro2", "quote", @@ -6286,7 +6286,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.799.0" +version = "1.800.0" dependencies = [ "convert_case", "serde", @@ -6295,7 +6295,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "lazy_static", @@ -6307,7 +6307,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "serde_json", @@ -6319,7 +6319,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "gosyn", @@ -6331,7 +6331,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "lazy_static", @@ -6343,7 +6343,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "serde_json", @@ -6355,7 +6355,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "nu-parser", @@ -6366,7 +6366,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -6377,7 +6377,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -6389,7 +6389,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-asset" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "rustpython-ast", @@ -6400,7 +6400,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "async-recursion", @@ -6422,7 +6422,7 @@ dependencies = [ [[package]] name = "windmill-parser-r" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "serde_json", @@ -6434,7 +6434,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "lazy_static", @@ -6448,7 +6448,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "convert_case", @@ -6465,7 +6465,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "lazy_static", @@ -6478,7 +6478,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql-asset" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "serde", @@ -6490,7 +6490,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "lazy_static", @@ -6508,7 +6508,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts-asset" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "serde-wasm-bindgen", @@ -6524,7 +6524,7 @@ dependencies = [ [[package]] name = "windmill-parser-wac" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "rustpython-ast", @@ -6540,7 +6540,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "getrandom 0.2.17", @@ -6572,7 +6572,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "lazy_static", @@ -6586,7 +6586,7 @@ dependencies = [ [[package]] name = "windmill-types" -version = "1.799.0" +version = "1.800.0" dependencies = [ "anyhow", "bitflags", diff --git a/backend/parsers/windmill-parser-wasm/Cargo.toml b/backend/parsers/windmill-parser-wasm/Cargo.toml index c4a544e545..ea7160821b 100644 --- a/backend/parsers/windmill-parser-wasm/Cargo.toml +++ b/backend/parsers/windmill-parser-wasm/Cargo.toml @@ -12,7 +12,7 @@ resolver = "2" members = ["."] [workspace.package] -version = "1.799.0" +version = "1.800.0" edition = "2021" authors = ["Ruben Fiszel "] diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 31f0045ce0..70d7a2a28a 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.799.0 + version: 1.800.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index b4f7ce465c..f9584c3091 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.799.0"; +export const VERSION = "v1.800.0"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/src/core/constants.ts b/cli/src/core/constants.ts index c6aaf0b173..0af4e3d4e7 100644 --- a/cli/src/core/constants.ts +++ b/cli/src/core/constants.ts @@ -10,4 +10,4 @@ export const WM_FORK_PREFIX = "wm-fork"; // (e.g. utils.ts) can read it without importing main.ts and creating a circular // dependency (main → workspace → utils → main) that triggers a TDZ. // Re-exported from main.ts for backwards compatibility. -export const VERSION = "1.799.0"; +export const VERSION = "1.800.0"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e6549e22ef..20592d0371 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "@windmill-labs/components", - "version": "1.799.0", + "version": "1.800.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@windmill-labs/components", - "version": "1.799.0", + "version": "1.800.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 2fe0532761..08d8c427ff 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@windmill-labs/components", - "version": "1.799.0", + "version": "1.800.0", "scripts": { "dev": "vite dev", "dev:ui-builder": "mv static/ui_builder static/ui_builder.dev-disabled 2>/dev/null || true ; trap 'mv static/ui_builder.dev-disabled static/ui_builder 2>/dev/null || true' EXIT ; vite dev", diff --git a/lsp/Pipfile b/lsp/Pipfile index 22eb7440d2..05fe3b7141 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.799.0" +wmill = ">=1.800.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 38f43d1878..bed3ee67c5 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: '3.0.3' info: - version: 1.799.0 + version: 1.800.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 3cc5775a77..272bacc934 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.799.0' + ModuleVersion = '1.800.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 2df87500db..705d51d673 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.799.0" +version = "1.800.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/typescript-client/jsr.json b/typescript-client/jsr.json index 1f0f5e2030..a972a6bcc5 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.799.0", + "version": "1.800.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./sqlUtils.ts", "./client.ts", "./wacError.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index a73353f780..7efdb21bc3 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.799.0", + "version": "1.800.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "homepage": "https://github.com/windmill-labs/windmill/tree/main/typescript-client#readme", diff --git a/version.txt b/version.txt index 6e752179bd..51a576cb15 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.799.0 +1.800.0 diff --git a/windmill-yaml-validator/package-lock.json b/windmill-yaml-validator/package-lock.json index 678259b8ff..09a4ec629c 100644 --- a/windmill-yaml-validator/package-lock.json +++ b/windmill-yaml-validator/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-yaml-validator", - "version": "1.799.0", + "version": "1.800.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-yaml-validator", - "version": "1.799.0", + "version": "1.800.0", "license": "Apache 2.0", "dependencies": { "@stoplight/yaml": "^4.3.0", diff --git a/windmill-yaml-validator/package.json b/windmill-yaml-validator/package.json index 10a6f9918d..edb2469364 100644 --- a/windmill-yaml-validator/package.json +++ b/windmill-yaml-validator/package.json @@ -1,6 +1,6 @@ { "name": "windmill-yaml-validator", - "version": "1.799.0", + "version": "1.800.0", "description": "YAML validator for Windmill flow, schedule, and trigger files", "main": "dist/index.js", "types": "dist/index.d.ts",