diff --git a/CHANGELOG.md b/CHANGELOG.md index e08a1cf181..f9d6640b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [1.665.0](https://github.com/windmill-labs/windmill/compare/v1.664.0...v1.665.0) (2026-03-26) + + +### Features + +* add instance setting to enforce workspace prefix for HTTP routes ([#8528](https://github.com/windmill-labs/windmill/issues/8528)) ([9b3e558](https://github.com/windmill-labs/windmill/commit/9b3e558d84f15052e9c32695a467f8ef7e4ad1f5)) +* add trashbin system for soft-deleting items ([#8519](https://github.com/windmill-labs/windmill/issues/8519)) ([69ce946](https://github.com/windmill-labs/windmill/commit/69ce946241d98ea90bc7135d44ca0c87f928be88)) +* mask sensitive values in job logs ([#8520](https://github.com/windmill-labs/windmill/issues/8520)) ([0885d8c](https://github.com/windmill-labs/windmill/commit/0885d8c986f13ac210e4db3ad38febe9be391ba4)) +* move basic git sync from EE to CE with runtime user count gating ([#8493](https://github.com/windmill-labs/windmill/issues/8493)) ([79d2bd5](https://github.com/windmill-labs/windmill/commit/79d2bd51a00654162754046308d7670242120df6)) +* runner groups for shared-process multi-script dedicated workers ([#8434](https://github.com/windmill-labs/windmill/issues/8434)) ([c28314f](https://github.com/windmill-labs/windmill/commit/c28314f424ea0e04b86565ce88e6c91e0df1a0cf)) +* SCIM user deprovisioning (active:false) + instance-level user disable ([#8484](https://github.com/windmill-labs/windmill/issues/8484)) ([0bd7568](https://github.com/windmill-labs/windmill/commit/0bd756839c0261f255111d62088bdaaecb838085)) +* show groups and notes in flow status viewer ([#8535](https://github.com/windmill-labs/windmill/issues/8535)) ([167084a](https://github.com/windmill-labs/windmill/commit/167084a0ebe73384fa0d31f0b24017a47686a072)) + + +### Bug Fixes + +* auto-generate datatable SDK reference for app mode system prompt ([#8522](https://github.com/windmill-labs/windmill/issues/8522)) ([8a32322](https://github.com/windmill-labs/windmill/commit/8a32322c187ccc60ec7eafb61a9678f267a82282)) +* consider wmill.yaml environments alias in git sync ([#8532](https://github.com/windmill-labs/windmill/issues/8532)) ([b7475c7](https://github.com/windmill-labs/windmill/commit/b7475c73094a28f520f798f6cb1a0c6b4807ccb7)) +* GitHub Enterprise Server support for self-managed GitHub Apps ([#8507](https://github.com/windmill-labs/windmill/issues/8507)) ([935fb44](https://github.com/windmill-labs/windmill/commit/935fb44c848b8bf9430b5600dd3c3bedb2f89efd)) +* raw apps bundle not found during deployment error ([#8515](https://github.com/windmill-labs/windmill/issues/8515)) ([34e3115](https://github.com/windmill-labs/windmill/commit/34e3115bcbd19a8e0b6f483435586a2ab43d0a8e)) +* require admin for workspace encryption key export ([#8523](https://github.com/windmill-labs/windmill/issues/8523)) ([0317668](https://github.com/windmill-labs/windmill/commit/031766808945aefc926f0836d011c0b2a5d2243d)) +* restrict logout redirect to whitelisted domains ([#8524](https://github.com/windmill-labs/windmill/issues/8524)) ([4c8edd5](https://github.com/windmill-labs/windmill/commit/4c8edd5e944d77ed2d41c2b87171c1115c0fdcdc)) +* serve index disk storage sizes from /srch/ endpoint ([#8511](https://github.com/windmill-labs/windmill/issues/8511)) ([e3620e0](https://github.com/windmill-labs/windmill/commit/e3620e074e1bdb46b2b8d732f35a91d300589663)) +* use /apps_raw/get/ redirect URL for raw apps set as workspace default ([#8508](https://github.com/windmill-labs/windmill/issues/8508)) ([85c52e2](https://github.com/windmill-labs/windmill/commit/85c52e2cded10606cc895d0d3b717e13c69bc9b3)) +* use resource-level scope overrides during OAuth2 token refresh ([#8540](https://github.com/windmill-labs/windmill/issues/8540)) ([55ad0ff](https://github.com/windmill-labs/windmill/commit/55ad0ff5c499c33b766f47c6f32ba5d3eeb14763)) + ## [1.664.0](https://github.com/windmill-labs/windmill/compare/v1.663.0...v1.664.0) (2026-03-24) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 38095e4037..684fef7714 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -421,7 +421,7 @@ dependencies = [ "arrow-schema", "chrono", "half", - "indexmap 2.11.1", + "indexmap 2.12.0", "lexical-core", "memchr", "num", @@ -2641,13 +2641,14 @@ dependencies = [ [[package]] name = "cron" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5877d3fbf742507b66bc2a1945106bd30dd8504019d596901ddd012a4dd01740" +checksum = "089df96cf6a25253b4b6b6744d86f91150a3d4df546f31a95def47976b8cba97" dependencies = [ "chrono", "once_cell", - "winnow 0.6.26", + "phf 0.11.3", + "winnow 0.7.15", ] [[package]] @@ -3137,7 +3138,7 @@ dependencies = [ "base64 0.22.1", "half", "hashbrown 0.14.5", - "indexmap 2.11.1", + "indexmap 2.12.0", "libc", "log", "object_store", @@ -3316,7 +3317,7 @@ dependencies = [ "datafusion-functions-aggregate-common", "datafusion-functions-window-common", "datafusion-physical-expr-common", - "indexmap 2.11.1", + "indexmap 2.12.0", "paste", "recursive", "serde_json", @@ -3331,7 +3332,7 @@ checksum = "422ac9cf3b22bbbae8cdf8ceb33039107fde1b5492693168f13bd566b1bcc839" dependencies = [ "arrow", "datafusion-common", - "indexmap 2.11.1", + "indexmap 2.12.0", "itertools 0.14.0", "paste", ] @@ -3485,7 +3486,7 @@ dependencies = [ "datafusion-common", "datafusion-expr", "datafusion-physical-expr", - "indexmap 2.11.1", + "indexmap 2.12.0", "itertools 0.14.0", "log", "recursive", @@ -3508,7 +3509,7 @@ dependencies = [ "datafusion-physical-expr-common", "half", "hashbrown 0.14.5", - "indexmap 2.11.1", + "indexmap 2.12.0", "itertools 0.14.0", "log", "paste", @@ -3570,7 +3571,7 @@ dependencies = [ "futures", "half", "hashbrown 0.14.5", - "indexmap 2.11.1", + "indexmap 2.12.0", "itertools 0.14.0", "log", "parking_lot", @@ -3612,7 +3613,7 @@ dependencies = [ "bigdecimal", "datafusion-common", "datafusion-expr", - "indexmap 2.11.1", + "indexmap 2.12.0", "log", "recursive", "regex", @@ -3730,7 +3731,7 @@ dependencies = [ "deno_media_type", "deno_path_util", "http 1.4.0", - "indexmap 2.11.1", + "indexmap 2.12.0", "log", "once_cell", "parking_lot", @@ -3771,7 +3772,7 @@ dependencies = [ "glob", "ignore", "import_map", - "indexmap 2.11.1", + "indexmap 2.12.0", "jsonc-parser", "log", "percent-encoding", @@ -3812,7 +3813,7 @@ dependencies = [ "deno_path_util", "deno_unsync", "futures", - "indexmap 2.11.1", + "indexmap 2.12.0", "libc", "memoffset", "parking_lot", @@ -4223,7 +4224,7 @@ dependencies = [ "hyper 1.8.1", "hyper-util", "idna", - "indexmap 2.11.1", + "indexmap 2.12.0", "ipnetwork", "k256", "lazy-regex", @@ -4299,7 +4300,7 @@ version = "0.212.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2d328067139909aa81522a5d90f119368b541fbddd73ab630e4d9f777865f0d" dependencies = [ - "indexmap 2.11.1", + "indexmap 2.12.0", "proc-macro-rules", "proc-macro2", "quote", @@ -4343,7 +4344,7 @@ dependencies = [ "deno_error", "deno_path_util", "deno_semver", - "indexmap 2.11.1", + "indexmap 2.12.0", "serde", "serde_json", "sys_traits", @@ -4827,12 +4828,12 @@ dependencies = [ [[package]] name = "deranged" -version = "0.5.3" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc" +checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" dependencies = [ "powerfmt", - "serde", + "serde_core", ] [[package]] @@ -5420,11 +5421,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "erased-serde" -version = "0.4.6" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7" +checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec" dependencies = [ "serde", + "serde_core", "typeid", ] @@ -6469,7 +6471,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.11.1", + "indexmap 2.12.0", "slab", "tokio", "tokio-util", @@ -6488,7 +6490,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.4.0", - "indexmap 2.11.1", + "indexmap 2.12.0", "slab", "tokio", "tokio-util", @@ -7306,7 +7308,7 @@ checksum = "1215d4d92511fbbdaea50e750e91f2429598ef817f02b579158e92803b52c00a" dependencies = [ "boxed_error", "deno_error", - "indexmap 2.11.1", + "indexmap 2.12.0", "log", "percent-encoding", "serde", @@ -7328,13 +7330,14 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.11.1" +version = "2.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921" +checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" dependencies = [ "equivalent", - "hashbrown 0.15.5", + "hashbrown 0.16.0", "serde", + "serde_core", ] [[package]] @@ -7640,7 +7643,7 @@ checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" dependencies = [ "base64 0.22.1", "js-sys", - "pem 3.0.5", + "pem 3.0.6", "ring 0.17.14", "serde", "serde_json", @@ -7698,7 +7701,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ee7893dab2e44ae5f9d0173f26ff4aa327c10b01b06a72b52dd9405b628640d" dependencies = [ - "indexmap 2.11.1", + "indexmap 2.12.0", ] [[package]] @@ -7789,7 +7792,7 @@ dependencies = [ "jsonpath-rust", "k8s-openapi", "kube-core", - "pem 3.0.5", + "pem 3.0.6", "rustls 0.23.35", "secrecy", "serde", @@ -8648,19 +8651,20 @@ checksum = "b52c1b33ff98142aecea13138bd399b68aa7ab5d9546c300988c345004001eea" [[package]] name = "monostate" -version = "0.1.14" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aafe1be9d0c75642e3e50fedc7ecadf1ef1cbce6eb66462153fc44245343fbee" +checksum = "3341a273f6c9d5bef1908f17b7267bbab0e95c9bf69a0d4dcf8e9e1b2c76ef67" dependencies = [ "monostate-impl", "serde", + "serde_core", ] [[package]] name = "monostate-impl" -version = "0.1.14" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c402a4092d5e204f32c9e155431046831fa712637043c58cb73bc6bc6c9663b5" +checksum = "e4db6d5580af57bf992f59068d4ea26fd518574ff48d7639b255a36f9de6e7e9" dependencies = [ "proc-macro2", "quote", @@ -8730,7 +8734,7 @@ dependencies = [ "lru 0.14.0", "mysql_common", "native-tls", - "pem 3.0.5", + "pem 3.0.6", "percent-encoding", "rand 0.9.0", "serde", @@ -8783,7 +8787,7 @@ dependencies = [ "bitflags 2.9.4", "codespan-reporting", "hexf-parse", - "indexmap 2.11.1", + "indexmap 2.12.0", "log", "num-traits", "rustc-hash 1.1.0", @@ -9074,7 +9078,7 @@ dependencies = [ "dirs-sys 0.4.1", "fancy-regex 0.14.0", "heck 0.5.0", - "indexmap 2.11.1", + "indexmap 2.12.0", "log", "lru 0.12.5", "miette", @@ -9722,9 +9726,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "5.1.0" +version = "5.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f4779c6901a562440c3786d08192c6fbda7c1c2060edd10006b05ee35d10f2d" +checksum = "0218004a4aae742209bee9c3cef05672f6b2708be36a50add8eb613b1f2a4008" dependencies = [ "num-traits", ] @@ -9936,12 +9940,12 @@ dependencies = [ [[package]] name = "pem" -version = "3.0.5" +version = "3.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" +checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" dependencies = [ "base64 0.22.1", - "serde", + "serde_core", ] [[package]] @@ -10021,7 +10025,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" dependencies = [ "fixedbitset", - "indexmap 2.11.1", + "indexmap 2.12.0", ] [[package]] @@ -10456,7 +10460,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3ef4f2f0422f23a82ec9f628ea2acd12871c81a9362b02c43c1aa86acfc3ba1" dependencies = [ "futures", - "indexmap 2.11.1", + "indexmap 2.12.0", "nix 0.30.1", "tokio", "tracing", @@ -10925,7 +10929,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2" dependencies = [ - "pem 3.0.5", + "pem 3.0.6", "ring 0.17.14", "rustls-pki-types", "time", @@ -11423,7 +11427,7 @@ dependencies = [ "convert_case 0.10.0", "fnv", "ident_case", - "indexmap 2.11.1", + "indexmap 2.12.0", "proc-macro-crate", "proc-macro2", "quote", @@ -12229,11 +12233,12 @@ dependencies = [ [[package]] name = "serde_bytes" -version = "0.11.17" +version = "0.11.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" +checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" dependencies = [ "serde", + "serde_core", ] [[package]] @@ -12269,15 +12274,16 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.143" +version = "1.0.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a" +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" dependencies = [ - "indexmap 2.11.1", + "indexmap 2.12.0", "itoa", "memchr", - "ryu", "serde", + "serde_core", + "zmij", ] [[package]] @@ -12291,12 +12297,13 @@ dependencies = [ [[package]] name = "serde_path_to_error" -version = "0.1.17" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" +checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" dependencies = [ "itoa", "serde", + "serde_core", ] [[package]] @@ -12364,7 +12371,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.11.1", + "indexmap 2.12.0", "schemars 0.9.0", "schemars 1.2.1", "serde", @@ -12392,7 +12399,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.11.1", + "indexmap 2.12.0", "itoa", "ryu", "serde", @@ -12405,7 +12412,7 @@ version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd" dependencies = [ - "indexmap 2.11.1", + "indexmap 2.12.0", "itoa", "libyml", "memchr", @@ -12583,9 +12590,9 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" [[package]] name = "simple_asn1" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" +checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d" dependencies = [ "num-bigint", "num-traits", @@ -12872,7 +12879,7 @@ dependencies = [ "futures-util", "hashbrown 0.15.5", "hashlink 0.10.0", - "indexmap 2.11.1", + "indexmap 2.12.0", "log", "memchr", "once_cell", @@ -13272,7 +13279,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4740e53eaf68b101203c1df0937d5161a29f3c13bceed0836ddfe245b72dd000" dependencies = [ "anyhow", - "indexmap 2.11.1", + "indexmap 2.12.0", "serde", "serde_json", "swc_cached", @@ -13384,7 +13391,7 @@ checksum = "65f21494e75d0bd8ef42010b47cabab9caaed8f2207570e809f6f4eb51a710d1" dependencies = [ "better_scoped_tls", "bitflags 2.9.4", - "indexmap 2.11.1", + "indexmap 2.12.0", "once_cell", "phf 0.11.3", "rustc-hash 1.1.0", @@ -13453,7 +13460,7 @@ checksum = "76c76d8b9792ce51401d38da0fa62158d61f6d80d16d68fe5b03ce4bf5fba383" dependencies = [ "base64 0.21.7", "dashmap 5.5.3", - "indexmap 2.11.1", + "indexmap 2.12.0", "once_cell", "serde", "sha1", @@ -13493,7 +13500,7 @@ version = "0.134.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "029eec7dd485923a75b5a45befd04510288870250270292fc2c1b3a9e7547408" dependencies = [ - "indexmap 2.11.1", + "indexmap 2.12.0", "num_cpus", "once_cell", "rustc-hash 1.1.0", @@ -13813,7 +13820,7 @@ source = "git+https://github.com/windmill-labs/tantivy?rev=6ae7c70bc603b8e69e27f dependencies = [ "fnv", "nom 7.1.3", - "ordered-float 5.1.0", + "ordered-float 5.2.0", "serde", "serde_json", ] @@ -14459,7 +14466,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.11.1", + "indexmap 2.12.0", "serde", "serde_spanned", "toml_datetime 0.6.11", @@ -14472,7 +14479,7 @@ version = "0.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7211ff1b8f0d3adae1663b7da9ffe396eabe1ca25f0b0bee42b0da29a9ddce93" dependencies = [ - "indexmap 2.11.1", + "indexmap 2.12.0", "toml_datetime 0.7.0", "toml_parser", "winnow 0.7.15", @@ -15254,7 +15261,7 @@ checksum = "97599c400fc79925922b58303e98fcb8fa88f573379a08ddb652e72cbd2e70f6" dependencies = [ "bitflags 2.9.4", "encoding_rs", - "indexmap 2.11.1", + "indexmap 2.12.0", "num-bigint", "serde", "thiserror 1.0.69", @@ -15474,7 +15481,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" dependencies = [ "anyhow", - "indexmap 2.11.1", + "indexmap 2.12.0", "wasm-encoder", "wasmparser", ] @@ -15510,7 +15517,7 @@ checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" dependencies = [ "bitflags 2.9.4", "hashbrown 0.15.5", - "indexmap 2.11.1", + "indexmap 2.12.0", "semver 1.0.27", ] @@ -15596,7 +15603,7 @@ dependencies = [ "cfg_aliases 0.1.1", "codespan-reporting", "document-features", - "indexmap 2.11.1", + "indexmap 2.12.0", "log", "naga", "once_cell", @@ -15754,7 +15761,7 @@ dependencies = [ [[package]] name = "windmill" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-nats", @@ -15830,7 +15837,7 @@ dependencies = [ [[package]] name = "windmill-alerting" -version = "1.664.0" +version = "1.665.0" dependencies = [ "axum 0.7.9", "chrono", @@ -15843,7 +15850,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "argon2", @@ -15879,7 +15886,7 @@ dependencies = [ "hmac", "http 1.4.0", "hyper 1.8.1", - "indexmap 2.11.1", + "indexmap 2.12.0", "itertools 0.14.0", "jsonwebtoken 8.3.0", "lazy_static", @@ -15984,7 +15991,7 @@ dependencies = [ [[package]] name = "windmill-api-agent-workers" -version = "1.664.0" +version = "1.665.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16007,7 +16014,7 @@ dependencies = [ [[package]] name = "windmill-api-assets" -version = "1.664.0" +version = "1.665.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16020,7 +16027,7 @@ dependencies = [ [[package]] name = "windmill-api-auth" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16046,7 +16053,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.664.0" +version = "1.665.0" dependencies = [ "reqwest 0.12.28", "serde", @@ -16056,7 +16063,7 @@ dependencies = [ [[package]] name = "windmill-api-configs" -version = "1.664.0" +version = "1.665.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16073,7 +16080,7 @@ dependencies = [ [[package]] name = "windmill-api-debug" -version = "1.664.0" +version = "1.665.0" dependencies = [ "axum 0.7.9", "base64 0.22.1", @@ -16096,7 +16103,7 @@ dependencies = [ [[package]] name = "windmill-api-embeddings" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16119,7 +16126,7 @@ dependencies = [ [[package]] name = "windmill-api-flow-conversations" -version = "1.664.0" +version = "1.665.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16135,7 +16142,7 @@ dependencies = [ [[package]] name = "windmill-api-flows" -version = "1.664.0" +version = "1.665.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16155,7 +16162,7 @@ dependencies = [ [[package]] name = "windmill-api-groups" -version = "1.664.0" +version = "1.665.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16175,7 +16182,7 @@ dependencies = [ [[package]] name = "windmill-api-inputs" -version = "1.664.0" +version = "1.665.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16189,7 +16196,7 @@ dependencies = [ [[package]] name = "windmill-api-integration-tests" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-nats", @@ -16218,7 +16225,7 @@ dependencies = [ [[package]] name = "windmill-api-jobs" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16243,7 +16250,7 @@ dependencies = [ [[package]] name = "windmill-api-npm-proxy" -version = "1.664.0" +version = "1.665.0" dependencies = [ "axum 0.7.9", "flate2", @@ -16261,12 +16268,12 @@ dependencies = [ [[package]] name = "windmill-api-openapi" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "axum 0.7.9", "http 1.4.0", - "indexmap 2.11.1", + "indexmap 2.12.0", "itertools 0.14.0", "lazy_static", "serde", @@ -16283,7 +16290,7 @@ dependencies = [ [[package]] name = "windmill-api-schedule" -version = "1.664.0" +version = "1.665.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16303,7 +16310,7 @@ dependencies = [ [[package]] name = "windmill-api-scripts" -version = "1.664.0" +version = "1.665.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16333,7 +16340,7 @@ dependencies = [ [[package]] name = "windmill-api-settings" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16360,7 +16367,7 @@ dependencies = [ [[package]] name = "windmill-api-sse" -version = "1.664.0" +version = "1.665.0" dependencies = [ "lazy_static", "serde", @@ -16372,7 +16379,7 @@ dependencies = [ [[package]] name = "windmill-api-users" -version = "1.664.0" +version = "1.665.0" dependencies = [ "argon2", "axum 0.7.9", @@ -16396,7 +16403,7 @@ dependencies = [ [[package]] name = "windmill-api-workers" -version = "1.664.0" +version = "1.665.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16410,7 +16417,7 @@ dependencies = [ [[package]] name = "windmill-api-workspaces" -version = "1.664.0" +version = "1.665.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16442,7 +16449,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.664.0" +version = "1.665.0" dependencies = [ "chrono", "lazy_static", @@ -16456,7 +16463,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16475,7 +16482,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.664.0" +version = "1.665.0" dependencies = [ "aes-gcm", "aho-corasick", @@ -16512,7 +16519,7 @@ dependencies = [ "hex", "hmac", "hyper 1.8.1", - "indexmap 2.11.1", + "indexmap 2.12.0", "itertools 0.14.0", "jsonwebtoken 8.3.0", "lazy_static", @@ -16576,7 +16583,7 @@ dependencies = [ [[package]] name = "windmill-dep-map" -version = "1.664.0" +version = "1.665.0" dependencies = [ "chrono", "itertools 0.14.0", @@ -16595,7 +16602,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.664.0" +version = "1.665.0" dependencies = [ "regex", "serde", @@ -16610,7 +16617,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "astral-tokio-tar", @@ -16634,7 +16641,7 @@ dependencies = [ [[package]] name = "windmill-jseval" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "futures", @@ -16651,7 +16658,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.664.0" +version = "1.665.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -16667,7 +16674,7 @@ dependencies = [ [[package]] name = "windmill-mcp" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-trait", @@ -16688,7 +16695,7 @@ dependencies = [ [[package]] name = "windmill-native-triggers" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-trait", @@ -16719,7 +16726,7 @@ dependencies = [ [[package]] name = "windmill-oauth" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-oauth2", @@ -16743,7 +16750,7 @@ dependencies = [ [[package]] name = "windmill-object-store" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-stream", @@ -16777,7 +16784,7 @@ dependencies = [ [[package]] name = "windmill-operator" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "futures", @@ -16795,7 +16802,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.664.0" +version = "1.665.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -16804,7 +16811,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "lazy_static", @@ -16816,7 +16823,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "serde_json", @@ -16828,7 +16835,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "gosyn", @@ -16840,7 +16847,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "lazy_static", @@ -16852,7 +16859,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "serde_json", @@ -16864,7 +16871,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "nu-parser", @@ -16875,7 +16882,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16886,7 +16893,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16898,7 +16905,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-asset" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "rustpython-ast", @@ -16909,7 +16916,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-recursion", @@ -16931,7 +16938,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "lazy_static", @@ -16945,7 +16952,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -16962,7 +16969,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "lazy_static", @@ -16975,7 +16982,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql-asset" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "serde", @@ -16987,7 +16994,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "lazy_static", @@ -17005,7 +17012,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts-asset" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "serde-wasm-bindgen", @@ -17021,7 +17028,7 @@ dependencies = [ [[package]] name = "windmill-parser-wac" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "rustpython-ast", @@ -17037,7 +17044,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "serde", @@ -17048,7 +17055,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-recursion", @@ -17085,7 +17092,7 @@ dependencies = [ [[package]] name = "windmill-runtime-nativets" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "const_format", @@ -17123,7 +17130,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.664.0" +version = "1.665.0" dependencies = [ "getrandom 0.3.4", "wasm-bindgen", @@ -17134,7 +17141,7 @@ dependencies = [ [[package]] name = "windmill-store" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-recursion", @@ -17163,7 +17170,7 @@ dependencies = [ [[package]] name = "windmill-test-utils" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -17186,7 +17193,7 @@ dependencies = [ [[package]] name = "windmill-trigger" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-trait", @@ -17219,7 +17226,7 @@ dependencies = [ [[package]] name = "windmill-trigger-email" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-trait", @@ -17239,7 +17246,7 @@ dependencies = [ [[package]] name = "windmill-trigger-gcp" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-trait", @@ -17273,7 +17280,7 @@ dependencies = [ [[package]] name = "windmill-trigger-http" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-trait", @@ -17308,7 +17315,7 @@ dependencies = [ [[package]] name = "windmill-trigger-kafka" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-trait", @@ -17331,7 +17338,7 @@ dependencies = [ [[package]] name = "windmill-trigger-mqtt" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-trait", @@ -17355,7 +17362,7 @@ dependencies = [ [[package]] name = "windmill-trigger-nats" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-nats", @@ -17379,7 +17386,7 @@ dependencies = [ [[package]] name = "windmill-trigger-postgres" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-trait", @@ -17414,7 +17421,7 @@ dependencies = [ [[package]] name = "windmill-trigger-sqs" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-trait", @@ -17442,7 +17449,7 @@ dependencies = [ [[package]] name = "windmill-trigger-websocket" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-trait", @@ -17465,7 +17472,7 @@ dependencies = [ [[package]] name = "windmill-types" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "bitflags 2.9.4", @@ -17484,7 +17491,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.664.0" +version = "1.665.0" dependencies = [ "anyhow", "async-once-cell", @@ -17531,7 +17538,7 @@ dependencies = [ "opentelemetry 0.27.1", "opentelemetry-proto 0.29.0", "oracle", - "pem 3.0.5", + "pem 3.0.6", "pep440_rs", "postgres-native-tls 0.5.1", "process-wrap", @@ -17592,7 +17599,7 @@ dependencies = [ [[package]] name = "windmill-worker-volumes" -version = "1.664.0" +version = "1.665.0" dependencies = [ "bytes", "futures", @@ -18181,15 +18188,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "winnow" -version = "0.6.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28" -dependencies = [ - "memchr", -] - [[package]] name = "winnow" version = "0.7.15" @@ -18239,7 +18237,7 @@ checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" dependencies = [ "anyhow", "heck 0.5.0", - "indexmap 2.11.1", + "indexmap 2.12.0", "prettyplease", "syn 2.0.117", "wasm-metadata", @@ -18270,7 +18268,7 @@ checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" dependencies = [ "anyhow", "bitflags 2.9.4", - "indexmap 2.11.1", + "indexmap 2.12.0", "log", "serde", "serde_derive", @@ -18289,7 +18287,7 @@ checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" dependencies = [ "anyhow", "id-arena", - "indexmap 2.11.1", + "indexmap 2.12.0", "log", "semver 1.0.27", "serde", @@ -18570,7 +18568,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c42e33efc22a0650c311c2ef19115ce232583abbe80850bc8b66509ebef02de0" dependencies = [ "crc32fast", - "indexmap 2.11.1", + "indexmap 2.12.0", "memchr", "typed-path", ] @@ -18581,6 +18579,12 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513" +[[package]] +name = "zmij" +version = "1.0.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" + [[package]] name = "zstd" version = "0.13.3" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index e1d6dbe9d2..8204082a5b 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.664.0" +version = "1.665.0" authors.workspace = true edition.workspace = true @@ -82,7 +82,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.664.0" +version = "1.665.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 6e22d2d330..2b83550ab2 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.664.0 + version: 1.665.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index e79e14588d..9af7dc3af2 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.664.0"; +export const VERSION = "v1.665.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 8901d5f979..30dd5d17fd 100755 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -68,7 +68,7 @@ export { workspaceAdd, }; -export const VERSION = "1.664.0"; +export const VERSION = "1.665.0"; // Re-exported from constants.ts to maintain backwards compatibility export { WM_FORK_PREFIX } from "./core/constants.ts"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3cd78bf5a6..914eb790d1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.664.0", + "version": "1.665.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.664.0", + "version": "1.665.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 19eb2b69b5..dadb95ca8e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.664.0", + "version": "1.665.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 13775e4a5d..9dccc5a54f 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.664.0" +wmill = ">=1.665.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 7480b43a1e..d9b0608dd8 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: '3.0.3' info: - version: 1.664.0 + version: 1.665.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 6629cc8034..93de641acd 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.664.0' + ModuleVersion = '1.665.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 8cfc22d3a6..5ae8ca2bbc 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.664.0" +version = "1.665.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 9632ec19a2..50ac3f664a 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.664.0", + "version": "1.665.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./sqlUtils.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index d4023c7e69..7b70788845 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.664.0", + "version": "1.665.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "sideEffects": false, diff --git a/version.txt b/version.txt index 694b27ca91..433b0ebcf9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.664.0 +1.665.0