diff --git a/CHANGELOG.md b/CHANGELOG.md index 639d1ad7ac..bf2306e00c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.720.0](https://github.com/windmill-labs/windmill/compare/v1.719.0...v1.720.0) (2026-06-08) + + +### Features + +* allow private MCP server URLs ([#9470](https://github.com/windmill-labs/windmill/issues/9470)) ([3bc5800](https://github.com/windmill-labs/windmill/commit/3bc5800197db383ae6f708415701a4bdbe2e3345)) +* **api:** add endpoint to update token label ([#9474](https://github.com/windmill-labs/windmill/issues/9474)) ([e8e0701](https://github.com/windmill-labs/windmill/commit/e8e0701a360d0614c4c5a74f6410ba6ac0638caa)) +* **frontend:** use unified drill picker for AI chat @-mention dropdown ([#9159](https://github.com/windmill-labs/windmill/issues/9159)) ([64b089c](https://github.com/windmill-labs/windmill/commit/64b089cd23cca4601abb09f092a32becb80d9394)) + + +### Bug Fixes + +* center auth0/okta icons and respect currentColor ([#9457](https://github.com/windmill-labs/windmill/issues/9457)) ([5d0ef7d](https://github.com/windmill-labs/windmill/commit/5d0ef7dfd91b3021d125a1b34f81f0788f173786)) +* **forks:** keep trigger/schedule operational state owned by the parent - WIN-2019 ([#9476](https://github.com/windmill-labs/windmill/issues/9476)) ([192574a](https://github.com/windmill-labs/windmill/commit/192574ab8f98d9521a232fc8a4935d407b00cb3a)) +* **frontend:** respect forced column order for numeric column names ([#9463](https://github.com/windmill-labs/windmill/issues/9463)) ([44f5dd6](https://github.com/windmill-labs/windmill/commit/44f5dd6636d4b23aa55383b8b8abe4c2f73bc88d)) +* **frontend:** use ban icon for canceled jobs instead of hourglass ([#9478](https://github.com/windmill-labs/windmill/issues/9478)) ([fa86c62](https://github.com/windmill-labs/windmill/commit/fa86c62b6600e7d47dadf4706d7002706333d919)) +* gate native integration pickers behind non-operator check ([#9465](https://github.com/windmill-labs/windmill/issues/9465)) ([6156e23](https://github.com/windmill-labs/windmill/commit/6156e2372a785ccd0c6f29cb74e90bee69e76483)) +* **oauth:** persist refreshed token through configured secret backend ([#9471](https://github.com/windmill-labs/windmill/issues/9471)) ([76c0d97](https://github.com/windmill-labs/windmill/commit/76c0d970a18bf28ddc48dd746570e73486542606)) +* refresh session editor preview on breadcrumb target switch ([#9475](https://github.com/windmill-labs/windmill/issues/9475)) ([6d522b3](https://github.com/windmill-labs/windmill/commit/6d522b3989ace1f214bd049d910bc0d2a2a6893e)) + ## [1.719.0](https://github.com/windmill-labs/windmill/compare/v1.718.0...v1.719.0) (2026-06-06) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 80b89abee7..90eb8d984a 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -620,7 +620,7 @@ checksum = "850b60ddcc664dcd848f8a2fa8436ab9336e051d6dd2b3f21f897dd8e9c24703" dependencies = [ "base64 0.22.1", "bytes", - "http 1.4.1", + "http 1.4.2", "rand 0.8.5", "reqwest 0.12.28", "serde", @@ -752,7 +752,7 @@ dependencies = [ "bytes", "fastrand", "hex", - "http 1.4.1", + "http 1.4.2", "ring 0.17.14", "time", "tokio", @@ -813,7 +813,7 @@ dependencies = [ "bytes", "bytes-utils", "fastrand", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "percent-encoding", "pin-project-lite", @@ -840,7 +840,7 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", - "http 1.4.1", + "http 1.4.2", "regex-lite", "tracing", ] @@ -915,7 +915,7 @@ dependencies = [ "aws-types", "fastrand", "http 0.2.12", - "http 1.4.1", + "http 1.4.2", "regex-lite", "tracing", "url", @@ -940,7 +940,7 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", - "http 1.4.1", + "http 1.4.2", "regex-lite", "tracing", ] @@ -986,7 +986,7 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", - "http 1.4.1", + "http 1.4.2", "regex-lite", "tracing", ] @@ -1010,7 +1010,7 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", - "http 1.4.1", + "http 1.4.2", "regex-lite", "tracing", ] @@ -1054,7 +1054,7 @@ dependencies = [ "hex", "hmac", "http 0.2.12", - "http 1.4.1", + "http 1.4.2", "percent-encoding", "sha2 0.10.9", "time", @@ -1097,7 +1097,7 @@ dependencies = [ "futures-core", "futures-util", "http 0.2.12", - "http 1.4.1", + "http 1.4.2", "http-body 0.4.6", "percent-encoding", "pin-project-lite", @@ -1117,7 +1117,7 @@ dependencies = [ "bytes-utils", "futures-core", "futures-util", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "percent-encoding", @@ -1138,7 +1138,7 @@ dependencies = [ "h2 0.3.27", "h2 0.4.14", "http 0.2.12", - "http 1.4.1", + "http 1.4.2", "http-body 0.4.6", "hyper 0.14.32", "hyper 1.10.1", @@ -1208,7 +1208,7 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", - "http 1.4.1", + "http 1.4.2", "http-body 0.4.6", "http-body 1.0.1", "http-body-util", @@ -1228,7 +1228,7 @@ dependencies = [ "aws-smithy-types", "bytes", "http 0.2.12", - "http 1.4.1", + "http 1.4.2", "pin-project-lite", "tokio", "tracing", @@ -1246,7 +1246,7 @@ dependencies = [ "bytes-utils", "futures-core", "http 0.2.12", - "http 1.4.1", + "http 1.4.2", "http-body 0.4.6", "http-body 1.0.1", "http-body-util", @@ -1304,7 +1304,7 @@ dependencies = [ "axum-core 0.4.5", "bytes", "futures-util", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "itoa", @@ -1332,7 +1332,7 @@ dependencies = [ "bytes", "form_urlencoded", "futures-util", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "hyper 1.10.1", @@ -1365,7 +1365,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "mime", @@ -1384,7 +1384,7 @@ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" dependencies = [ "bytes", "futures-core", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "mime", @@ -1682,7 +1682,7 @@ dependencies = [ "futures-core", "futures-util", "hex", - "http 1.4.1", + "http 1.4.2", "http-body-util", "hyper 1.10.1", "hyper-named-pipe", @@ -3597,7 +3597,7 @@ dependencies = [ "error_reporter", "h2 0.4.14", "hickory-resolver", - "http 1.4.1", + "http 1.4.2", "http-body-util", "hyper 1.10.1", "hyper-rustls 0.27.9", @@ -5175,7 +5175,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de13e62d7e0ffc3eb40a0113ddf753cf6ec741be739164442b08893db4f9bfca" dependencies = [ "google-cloud-token", - "http 1.4.1", + "http 1.4.2", "thiserror 1.0.69", "tokio", "tokio-retry2", @@ -5296,7 +5296,7 @@ dependencies = [ "fnv", "futures-core", "futures-sink", - "http 1.4.1", + "http 1.4.2", "indexmap 2.14.0", "slab", "tokio", @@ -5403,7 +5403,7 @@ dependencies = [ "base64 0.22.1", "bytes", "headers-core", - "http 1.4.1", + "http 1.4.2", "httpdate", "mime", "sha1", @@ -5415,7 +5415,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" dependencies = [ - "http 1.4.1", + "http 1.4.2", ] [[package]] @@ -5444,7 +5444,7 @@ checksum = "629d8f3bbeda9d148036d6b0de0a3ab947abd08ce90626327fc3547a49d59d97" dependencies = [ "dirs 6.0.0", "futures", - "http 1.4.1", + "http 1.4.2", "indicatif", "libc", "log", @@ -5578,9 +5578,9 @@ dependencies = [ [[package]] name = "http" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0" +checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" dependencies = [ "bytes", "itoa", @@ -5604,7 +5604,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.4.1", + "http 1.4.2", ] [[package]] @@ -5615,7 +5615,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", "futures-core", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "pin-project-lite", ] @@ -5641,7 +5641,7 @@ dependencies = [ "async-compression", "bstr", "futures", - "http 1.4.1", + "http 1.4.2", "http-body-util", "hyper 1.10.1", "hyper-rustls 0.26.0", @@ -5702,7 +5702,7 @@ dependencies = [ "futures-channel", "futures-core", "h2 0.4.14", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "httparse", "httpdate", @@ -5722,7 +5722,7 @@ dependencies = [ "bytes", "futures-util", "headers", - "http 1.4.1", + "http 1.4.2", "hyper 1.10.1", "hyper-rustls 0.27.9", "hyper-tls", @@ -5774,7 +5774,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" dependencies = [ "futures-util", - "http 1.4.1", + "http 1.4.2", "hyper 1.10.1", "hyper-util", "log", @@ -5792,7 +5792,7 @@ version = "0.27.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" dependencies = [ - "http 1.4.1", + "http 1.4.2", "hyper 1.10.1", "hyper-util", "log", @@ -5858,7 +5858,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "hyper 1.10.1", "ipnet", @@ -6407,7 +6407,7 @@ dependencies = [ "either", "futures", "home", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "hyper 1.10.1", @@ -6441,7 +6441,7 @@ dependencies = [ "chrono", "derive_more 2.1.1", "form_urlencoded", - "http 1.4.1", + "http 1.4.2", "json-patch", "k8s-openapi", "schemars 0.8.22", @@ -7187,7 +7187,7 @@ dependencies = [ "bytes", "encoding_rs", "futures-util", - "http 1.4.1", + "http 1.4.2", "httparse", "memchr", "mime", @@ -7695,7 +7695,7 @@ dependencies = [ "base64 0.22.1", "chrono", "getrandom 0.2.17", - "http 1.4.1", + "http 1.4.2", "rand 0.8.5", "reqwest 0.12.28", "serde", @@ -7726,7 +7726,7 @@ dependencies = [ "chrono", "form_urlencoded", "futures", - "http 1.4.1", + "http 1.4.2", "http-body-util", "httparse", "humantime", @@ -7833,7 +7833,7 @@ dependencies = [ "dyn-clone", "ed25519-dalek", "hmac", - "http 1.4.1", + "http 1.4.2", "itertools 0.10.5", "log", "oauth2", @@ -7960,7 +7960,7 @@ checksum = "10a8a7f5f6ba7c1b286c2fbca0454eaba116f63bbe69ed250b642d36fbb04d80" dependencies = [ "async-trait", "bytes", - "http 1.4.1", + "http 1.4.2", "opentelemetry 0.27.1", ] @@ -7972,7 +7972,7 @@ checksum = "50f6639e842a97dbea8886e3439710ae463120091e2e064518ba8e716e6ac36d" dependencies = [ "async-trait", "bytes", - "http 1.4.1", + "http 1.4.2", "opentelemetry 0.30.0", "reqwest 0.12.28", ] @@ -7985,7 +7985,7 @@ checksum = "91cf61a1868dacc576bf2b2a1c3e9ab150af7272909e80085c3173384fe11f76" dependencies = [ "async-trait", "futures-core", - "http 1.4.1", + "http 1.4.2", "opentelemetry 0.27.1", "opentelemetry-http 0.27.0", "opentelemetry-proto 0.27.0", @@ -8004,7 +8004,7 @@ version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbee664a43e07615731afc539ca60c6d9f1a9425e25ca09c57bc36c87c55852b" dependencies = [ - "http 1.4.1", + "http 1.4.2", "opentelemetry 0.30.0", "opentelemetry-http 0.30.0", "opentelemetry-proto 0.30.0", @@ -9433,7 +9433,7 @@ dependencies = [ "futures-core", "futures-util", "h2 0.4.14", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "hyper 1.10.1", @@ -9481,7 +9481,7 @@ dependencies = [ "futures-core", "futures-util", "h2 0.4.14", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "hyper 1.10.1", @@ -9522,7 +9522,7 @@ checksum = "07bc3f1384cffa4f274dad2d4ddd73aed32fed8f786d96c6be8aa4e5fd3c3b58" dependencies = [ "anyhow", "async-trait", - "http 1.4.1", + "http 1.4.2", "reqwest 0.13.1", "serde", "thiserror 2.0.18", @@ -9539,7 +9539,7 @@ dependencies = [ "async-trait", "futures", "getrandom 0.2.17", - "http 1.4.1", + "http 1.4.2", "hyper 1.10.1", "reqwest 0.13.1", "reqwest-middleware", @@ -9645,7 +9645,7 @@ dependencies = [ "bytes", "chrono", "futures", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "oauth2", @@ -12518,7 +12518,7 @@ dependencies = [ "bytes", "futures-core", "futures-sink", - "http 1.4.1", + "http 1.4.2", "httparse", "rand 0.8.5", "ring 0.17.14", @@ -12606,7 +12606,7 @@ dependencies = [ "bytes", "flate2", "h2 0.4.14", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "hyper 1.10.1", @@ -12638,7 +12638,7 @@ dependencies = [ "base64 0.22.1", "bytes", "h2 0.4.14", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "hyper 1.10.1", @@ -12706,7 +12706,7 @@ dependencies = [ "axum-core 0.5.6", "cookie", "futures-util", - "http 1.4.1", + "http 1.4.2", "parking_lot", "pin-project-lite", "tower-layer", @@ -12725,7 +12725,7 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "mime", @@ -12960,7 +12960,7 @@ dependencies = [ "byteorder", "bytes", "data-encoding", - "http 1.4.1", + "http 1.4.2", "httparse", "log", "native-tls", @@ -12982,7 +12982,7 @@ dependencies = [ "byteorder", "bytes", "data-encoding", - "http 1.4.1", + "http 1.4.2", "httparse", "log", "native-tls", @@ -13663,7 +13663,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "974fa1e325e6cc5327de8887f189a441fcff4f8eedcd31ec87f0ef0cc5283fbc" dependencies = [ "bytes", - "http 1.4.1", + "http 1.4.2", "thiserror 2.0.18", "url", ] @@ -13782,7 +13782,7 @@ dependencies = [ [[package]] name = "windmill" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-nats", @@ -13864,7 +13864,7 @@ dependencies = [ [[package]] name = "windmill-ai" -version = "1.719.0" +version = "1.720.0" dependencies = [ "async-stream", "async-trait", @@ -13877,7 +13877,7 @@ dependencies = [ "bytes", "eventsource-stream", "futures", - "http 1.4.1", + "http 1.4.2", "lazy_static", "mime_guess", "reqwest 0.13.1", @@ -13897,7 +13897,7 @@ dependencies = [ [[package]] name = "windmill-alerting" -version = "1.719.0" +version = "1.720.0" dependencies = [ "axum 0.8.9", "chrono", @@ -13910,7 +13910,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "argon2", @@ -13939,7 +13939,7 @@ dependencies = [ "git-version", "hex", "hmac", - "http 1.4.1", + "http 1.4.2", "hyper 1.10.1", "indexmap 2.14.0", "itertools 0.14.0", @@ -14048,11 +14048,11 @@ dependencies = [ [[package]] name = "windmill-api-agent-workers" -version = "1.719.0" +version = "1.720.0" dependencies = [ "axum 0.8.9", "chrono", - "http 1.4.1", + "http 1.4.2", "hyper 1.10.1", "lazy_static", "quick_cache", @@ -14071,7 +14071,7 @@ dependencies = [ [[package]] name = "windmill-api-assets" -version = "1.719.0" +version = "1.720.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14084,12 +14084,12 @@ dependencies = [ [[package]] name = "windmill-api-auth" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "axum 0.8.9", "chrono", - "http 1.4.1", + "http 1.4.2", "itertools 0.14.0", "jsonwebtoken 8.3.0", "lazy_static", @@ -14110,7 +14110,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.719.0" +version = "1.720.0" dependencies = [ "reqwest 0.12.28", "serde", @@ -14120,7 +14120,7 @@ dependencies = [ [[package]] name = "windmill-api-configs" -version = "1.719.0" +version = "1.720.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14137,7 +14137,7 @@ dependencies = [ [[package]] name = "windmill-api-debug" -version = "1.719.0" +version = "1.720.0" dependencies = [ "axum 0.8.9", "base64 0.22.1", @@ -14159,7 +14159,7 @@ dependencies = [ [[package]] name = "windmill-api-embeddings" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "axum 0.8.9", @@ -14182,7 +14182,7 @@ dependencies = [ [[package]] name = "windmill-api-flow-conversations" -version = "1.719.0" +version = "1.720.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14198,7 +14198,7 @@ dependencies = [ [[package]] name = "windmill-api-flows" -version = "1.719.0" +version = "1.720.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14219,7 +14219,7 @@ dependencies = [ [[package]] name = "windmill-api-groups" -version = "1.719.0" +version = "1.720.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14240,7 +14240,7 @@ dependencies = [ [[package]] name = "windmill-api-inputs" -version = "1.719.0" +version = "1.720.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14254,7 +14254,7 @@ dependencies = [ [[package]] name = "windmill-api-integration-tests" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-nats", @@ -14289,13 +14289,13 @@ dependencies = [ [[package]] name = "windmill-api-jobs" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "axum 0.8.9", "base64 0.22.1", "chrono", - "http 1.4.1", + "http 1.4.2", "hyper 1.10.1", "lazy_static", "serde", @@ -14314,7 +14314,7 @@ dependencies = [ [[package]] name = "windmill-api-npm-proxy" -version = "1.719.0" +version = "1.720.0" dependencies = [ "axum 0.8.9", "flate2", @@ -14332,11 +14332,11 @@ dependencies = [ [[package]] name = "windmill-api-openapi" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "axum 0.8.9", - "http 1.4.1", + "http 1.4.2", "indexmap 2.14.0", "itertools 0.14.0", "lazy_static", @@ -14354,7 +14354,7 @@ dependencies = [ [[package]] name = "windmill-api-schedule" -version = "1.719.0" +version = "1.720.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14374,12 +14374,12 @@ dependencies = [ [[package]] name = "windmill-api-scripts" -version = "1.719.0" +version = "1.720.0" dependencies = [ "axum 0.8.9", "chrono", "futures", - "http 1.4.1", + "http 1.4.2", "hyper 1.10.1", "itertools 0.14.0", "lazy_static", @@ -14405,7 +14405,7 @@ dependencies = [ [[package]] name = "windmill-api-settings" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "axum 0.8.9", @@ -14433,7 +14433,7 @@ dependencies = [ [[package]] name = "windmill-api-sse" -version = "1.719.0" +version = "1.720.0" dependencies = [ "lazy_static", "serde", @@ -14445,13 +14445,13 @@ dependencies = [ [[package]] name = "windmill-api-users" -version = "1.719.0" +version = "1.720.0" dependencies = [ "argon2", "axum 0.8.9", "chrono", "dashmap", - "http 1.4.1", + "http 1.4.2", "hyper 1.10.1", "lazy_static", "serde", @@ -14470,7 +14470,7 @@ dependencies = [ [[package]] name = "windmill-api-workers" -version = "1.719.0" +version = "1.720.0" dependencies = [ "axum 0.8.9", "chrono", @@ -14484,12 +14484,12 @@ dependencies = [ [[package]] name = "windmill-api-workspaces" -version = "1.719.0" +version = "1.720.0" dependencies = [ "axum 0.8.9", "chrono", "hex", - "http 1.4.1", + "http 1.4.2", "hyper 1.10.1", "lazy_static", "magic-crypt", @@ -14517,7 +14517,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.719.0" +version = "1.720.0" dependencies = [ "chrono", "lazy_static", @@ -14531,7 +14531,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "axum 0.8.9", @@ -14550,7 +14550,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.719.0" +version = "1.720.0" dependencies = [ "aes-gcm", "aho-corasick", @@ -14651,7 +14651,7 @@ dependencies = [ [[package]] name = "windmill-dep-map" -version = "1.719.0" +version = "1.720.0" dependencies = [ "chrono", "itertools 0.14.0", @@ -14670,7 +14670,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.719.0" +version = "1.720.0" dependencies = [ "regex", "serde", @@ -14685,7 +14685,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "astral-tokio-tar", @@ -14709,7 +14709,7 @@ dependencies = [ [[package]] name = "windmill-jseval" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "futures", @@ -14726,7 +14726,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.719.0" +version = "1.720.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -14742,13 +14742,13 @@ dependencies = [ [[package]] name = "windmill-mcp" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-trait", "chrono", "futures", - "http 1.4.1", + "http 1.4.2", "oauth2", "reqwest 0.12.28", "rmcp", @@ -14763,7 +14763,7 @@ dependencies = [ [[package]] name = "windmill-native-triggers" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-trait", @@ -14772,7 +14772,7 @@ dependencies = [ "base64 0.22.1", "chrono", "hmac", - "http 1.4.1", + "http 1.4.2", "itertools 0.14.0", "lazy_static", "reqwest 0.13.1", @@ -14794,7 +14794,7 @@ dependencies = [ [[package]] name = "windmill-oauth" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "arc-swap", @@ -14819,7 +14819,7 @@ dependencies = [ [[package]] name = "windmill-object-store" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-stream", @@ -14853,7 +14853,7 @@ dependencies = [ [[package]] name = "windmill-operator" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "futures", @@ -14871,7 +14871,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.719.0" +version = "1.720.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -14880,7 +14880,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "lazy_static", @@ -14892,7 +14892,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "serde_json", @@ -14904,7 +14904,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "gosyn", @@ -14916,7 +14916,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "lazy_static", @@ -14928,7 +14928,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "serde_json", @@ -14940,7 +14940,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "nu-parser", @@ -14951,7 +14951,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14962,7 +14962,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14974,7 +14974,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-asset" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "rustpython-ast", @@ -14985,7 +14985,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-recursion", @@ -15007,7 +15007,7 @@ dependencies = [ [[package]] name = "windmill-parser-r" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "serde_json", @@ -15019,7 +15019,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "lazy_static", @@ -15033,7 +15033,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15050,7 +15050,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "lazy_static", @@ -15063,7 +15063,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql-asset" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "serde", @@ -15075,7 +15075,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "lazy_static", @@ -15093,7 +15093,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts-asset" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "serde-wasm-bindgen", @@ -15109,7 +15109,7 @@ dependencies = [ [[package]] name = "windmill-parser-wac" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "rustpython-ast", @@ -15125,7 +15125,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "serde", @@ -15136,7 +15136,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-recursion", @@ -15174,7 +15174,7 @@ dependencies = [ [[package]] name = "windmill-runtime-nativets" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "const_format", @@ -15212,7 +15212,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.719.0" +version = "1.720.0" dependencies = [ "getrandom 0.3.4", "wasm-bindgen", @@ -15223,7 +15223,7 @@ dependencies = [ [[package]] name = "windmill-store" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-recursion", @@ -15231,7 +15231,7 @@ dependencies = [ "chrono", "futures", "hex", - "http 1.4.1", + "http 1.4.2", "hyper 1.10.1", "lazy_static", "quick_cache", @@ -15255,7 +15255,7 @@ dependencies = [ [[package]] name = "windmill-test-utils" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-trait", @@ -15279,13 +15279,13 @@ dependencies = [ [[package]] name = "windmill-trigger" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-trait", "axum 0.8.9", "chrono", - "http 1.4.1", + "http 1.4.2", "hyper 1.10.1", "itertools 0.14.0", "lazy_static", @@ -15312,7 +15312,7 @@ dependencies = [ [[package]] name = "windmill-trigger-azure" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-trait", @@ -15322,7 +15322,7 @@ dependencies = [ "chrono", "constant_time_eq 0.3.1", "hex", - "http 1.4.1", + "http 1.4.2", "itertools 0.14.0", "lazy_static", "quick_cache", @@ -15345,7 +15345,7 @@ dependencies = [ [[package]] name = "windmill-trigger-email" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-trait", @@ -15365,7 +15365,7 @@ dependencies = [ [[package]] name = "windmill-trigger-gcp" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-trait", @@ -15375,7 +15375,7 @@ dependencies = [ "chrono", "google-cloud-googleapis", "google-cloud-pubsub", - "http 1.4.1", + "http 1.4.2", "itertools 0.14.0", "jsonwebtoken 8.3.0", "lazy_static", @@ -15399,7 +15399,7 @@ dependencies = [ [[package]] name = "windmill-trigger-http" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-trait", @@ -15410,7 +15410,7 @@ dependencies = [ "futures", "hex", "hmac", - "http 1.4.1", + "http 1.4.2", "hyper 1.10.1", "itertools 0.14.0", "lazy_static", @@ -15435,7 +15435,7 @@ dependencies = [ [[package]] name = "windmill-trigger-kafka" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-trait", @@ -15458,7 +15458,7 @@ dependencies = [ [[package]] name = "windmill-trigger-mqtt" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-trait", @@ -15482,7 +15482,7 @@ dependencies = [ [[package]] name = "windmill-trigger-nats" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-nats", @@ -15506,7 +15506,7 @@ dependencies = [ [[package]] name = "windmill-trigger-postgres" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-trait", @@ -15541,7 +15541,7 @@ dependencies = [ [[package]] name = "windmill-trigger-sqs" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-trait", @@ -15569,14 +15569,14 @@ dependencies = [ [[package]] name = "windmill-trigger-websocket" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-trait", "axum 0.8.9", "base64 0.22.1", "futures", - "http 1.4.1", + "http 1.4.2", "itertools 0.14.0", "serde", "serde_json", @@ -15594,7 +15594,7 @@ dependencies = [ [[package]] name = "windmill-types" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "bitflags 2.13.0", @@ -15613,7 +15613,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-once-cell", @@ -15723,7 +15723,7 @@ dependencies = [ [[package]] name = "windmill-worker-volumes" -version = "1.719.0" +version = "1.720.0" dependencies = [ "bytes", "futures", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index df637c3f75..d702cae2b1 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.719.0" +version = "1.720.0" authors.workspace = true edition.workspace = true @@ -87,7 +87,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal", "./parsers/windmill-parser-wasm"] [workspace.package] -version = "1.719.0" +version = "1.720.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 2a144ff4c3..96ebbb46c5 100644 --- a/backend/parsers/windmill-parser-wasm/Cargo.lock +++ b/backend/parsers/windmill-parser-wasm/Cargo.lock @@ -6183,7 +6183,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill-common" -version = "1.719.0" +version = "1.720.0" dependencies = [ "aho-corasick", "anyhow", @@ -6263,7 +6263,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.719.0" +version = "1.720.0" dependencies = [ "proc-macro2", "quote", @@ -6275,7 +6275,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.719.0" +version = "1.720.0" dependencies = [ "convert_case", "serde", @@ -6284,7 +6284,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "lazy_static", @@ -6296,7 +6296,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "serde_json", @@ -6308,7 +6308,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "gosyn", @@ -6320,7 +6320,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "lazy_static", @@ -6332,7 +6332,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "serde_json", @@ -6344,7 +6344,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "nu-parser", @@ -6355,7 +6355,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -6366,7 +6366,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -6378,7 +6378,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-asset" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "rustpython-ast", @@ -6389,7 +6389,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "async-recursion", @@ -6411,7 +6411,7 @@ dependencies = [ [[package]] name = "windmill-parser-r" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "serde_json", @@ -6423,7 +6423,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "lazy_static", @@ -6437,7 +6437,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "convert_case", @@ -6454,7 +6454,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "lazy_static", @@ -6467,7 +6467,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql-asset" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "serde", @@ -6479,7 +6479,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "lazy_static", @@ -6497,7 +6497,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts-asset" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "serde-wasm-bindgen", @@ -6513,7 +6513,7 @@ dependencies = [ [[package]] name = "windmill-parser-wac" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "rustpython-ast", @@ -6529,7 +6529,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "getrandom 0.2.17", @@ -6561,7 +6561,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "serde", @@ -6572,7 +6572,7 @@ dependencies = [ [[package]] name = "windmill-types" -version = "1.719.0" +version = "1.720.0" dependencies = [ "anyhow", "bitflags", diff --git a/backend/parsers/windmill-parser-wasm/Cargo.toml b/backend/parsers/windmill-parser-wasm/Cargo.toml index d87cd6ee7d..8610456c91 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.719.0" +version = "1.720.0" edition = "2021" authors = ["Ruben Fiszel "] diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 1bcb796158..56b1884ed6 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.719.0 + version: 1.720.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 3cd0c3effe..bd305f80e3 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.719.0"; +export const VERSION = "v1.720.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 31df17af6b..06f6982e2f 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.719.0"; +export const VERSION = "1.720.0"; diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 26ae73cfd0..9b7a0c6d02 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "@windmill-labs/components", - "version": "1.719.0", + "version": "1.720.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@windmill-labs/components", - "version": "1.719.0", + "version": "1.720.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 636009b1b3..07510ec7cc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@windmill-labs/components", - "version": "1.719.0", + "version": "1.720.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 b4c9c20b4e..f4c78aad4a 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.719.0" +wmill = ">=1.720.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 5a39c9f9b0..4be0a8b48d 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: '3.0.3' info: - version: 1.719.0 + version: 1.720.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 022e67c2e6..4bfbb2dc9a 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.719.0' + ModuleVersion = '1.720.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 644a1d979c..90e0c68630 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.719.0" +version = "1.720.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 58d6e81177..6413ffbbdf 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.719.0", + "version": "1.720.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 11cbb7d217..a5f81e2431 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.719.0", + "version": "1.720.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "sideEffects": false, diff --git a/version.txt b/version.txt index 6775c790b5..51ae8492ef 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.719.0 +1.720.0