From a98f5b9dfd2e3ae927dd092c15d30cbbb16de962 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 14 Apr 2026 17:48:03 -0400 Subject: [PATCH] chore(main): release 1.684.1 (#8834) * chore(main): release 1.684.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 7 + backend/Cargo.lock | 154 +++++++++--------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/src/main.ts | 2 +- frontend/package-lock.json | 54 +++++- 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 +- 15 files changed, 147 insertions(+), 94 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dedf96e00..78faaa8dec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.684.1](https://github.com/windmill-labs/windmill/compare/v1.684.0...v1.684.1) (2026-04-14) + + +### Bug Fixes + +* stop escalating missing email recipients to critical alert ([#8833](https://github.com/windmill-labs/windmill/issues/8833)) ([6158ff2](https://github.com/windmill-labs/windmill/commit/6158ff2ebe29d6a9a7ff4d524e152bb2f7c24dfc)) + ## [1.684.0](https://github.com/windmill-labs/windmill/compare/v1.683.2...v1.684.0) (2026-04-14) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 27576bd920..e7fb6fe8e1 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -10667,7 +10667,7 @@ version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "itertools 0.14.0", "log", "multimap", @@ -16013,7 +16013,7 @@ dependencies = [ [[package]] name = "windmill" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-nats", @@ -16092,7 +16092,7 @@ dependencies = [ [[package]] name = "windmill-alerting" -version = "1.684.0" +version = "1.684.1" dependencies = [ "axum 0.8.4", "chrono", @@ -16105,7 +16105,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "argon2", @@ -16246,7 +16246,7 @@ dependencies = [ [[package]] name = "windmill-api-agent-workers" -version = "1.684.0" +version = "1.684.1" dependencies = [ "axum 0.8.4", "chrono", @@ -16269,7 +16269,7 @@ dependencies = [ [[package]] name = "windmill-api-assets" -version = "1.684.0" +version = "1.684.1" dependencies = [ "axum 0.8.4", "chrono", @@ -16282,7 +16282,7 @@ dependencies = [ [[package]] name = "windmill-api-auth" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "axum 0.8.4", @@ -16308,7 +16308,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.684.0" +version = "1.684.1" dependencies = [ "reqwest 0.12.28", "serde", @@ -16318,7 +16318,7 @@ dependencies = [ [[package]] name = "windmill-api-configs" -version = "1.684.0" +version = "1.684.1" dependencies = [ "axum 0.8.4", "chrono", @@ -16335,7 +16335,7 @@ dependencies = [ [[package]] name = "windmill-api-debug" -version = "1.684.0" +version = "1.684.1" dependencies = [ "axum 0.8.4", "base64 0.22.1", @@ -16358,7 +16358,7 @@ dependencies = [ [[package]] name = "windmill-api-embeddings" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "axum 0.8.4", @@ -16381,7 +16381,7 @@ dependencies = [ [[package]] name = "windmill-api-flow-conversations" -version = "1.684.0" +version = "1.684.1" dependencies = [ "axum 0.8.4", "chrono", @@ -16397,7 +16397,7 @@ dependencies = [ [[package]] name = "windmill-api-flows" -version = "1.684.0" +version = "1.684.1" dependencies = [ "axum 0.8.4", "chrono", @@ -16418,7 +16418,7 @@ dependencies = [ [[package]] name = "windmill-api-groups" -version = "1.684.0" +version = "1.684.1" dependencies = [ "axum 0.8.4", "chrono", @@ -16439,7 +16439,7 @@ dependencies = [ [[package]] name = "windmill-api-inputs" -version = "1.684.0" +version = "1.684.1" dependencies = [ "axum 0.8.4", "chrono", @@ -16453,7 +16453,7 @@ dependencies = [ [[package]] name = "windmill-api-integration-tests" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-nats", @@ -16484,7 +16484,7 @@ dependencies = [ [[package]] name = "windmill-api-jobs" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "axum 0.8.4", @@ -16509,7 +16509,7 @@ dependencies = [ [[package]] name = "windmill-api-npm-proxy" -version = "1.684.0" +version = "1.684.1" dependencies = [ "axum 0.8.4", "flate2", @@ -16527,7 +16527,7 @@ dependencies = [ [[package]] name = "windmill-api-openapi" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "axum 0.8.4", @@ -16549,7 +16549,7 @@ dependencies = [ [[package]] name = "windmill-api-schedule" -version = "1.684.0" +version = "1.684.1" dependencies = [ "axum 0.8.4", "chrono", @@ -16569,7 +16569,7 @@ dependencies = [ [[package]] name = "windmill-api-scripts" -version = "1.684.0" +version = "1.684.1" dependencies = [ "axum 0.8.4", "chrono", @@ -16599,7 +16599,7 @@ dependencies = [ [[package]] name = "windmill-api-settings" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "axum 0.8.4", @@ -16626,7 +16626,7 @@ dependencies = [ [[package]] name = "windmill-api-sse" -version = "1.684.0" +version = "1.684.1" dependencies = [ "lazy_static", "serde", @@ -16638,7 +16638,7 @@ dependencies = [ [[package]] name = "windmill-api-users" -version = "1.684.0" +version = "1.684.1" dependencies = [ "argon2", "axum 0.8.4", @@ -16663,7 +16663,7 @@ dependencies = [ [[package]] name = "windmill-api-workers" -version = "1.684.0" +version = "1.684.1" dependencies = [ "axum 0.8.4", "chrono", @@ -16677,7 +16677,7 @@ dependencies = [ [[package]] name = "windmill-api-workspaces" -version = "1.684.0" +version = "1.684.1" dependencies = [ "axum 0.8.4", "chrono", @@ -16710,7 +16710,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.684.0" +version = "1.684.1" dependencies = [ "chrono", "lazy_static", @@ -16724,7 +16724,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "axum 0.8.4", @@ -16743,7 +16743,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.684.0" +version = "1.684.1" dependencies = [ "aes-gcm", "aho-corasick", @@ -16847,7 +16847,7 @@ dependencies = [ [[package]] name = "windmill-dep-map" -version = "1.684.0" +version = "1.684.1" dependencies = [ "chrono", "itertools 0.14.0", @@ -16866,7 +16866,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.684.0" +version = "1.684.1" dependencies = [ "regex", "serde", @@ -16881,7 +16881,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "astral-tokio-tar", @@ -16905,7 +16905,7 @@ dependencies = [ [[package]] name = "windmill-jseval" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "futures", @@ -16922,7 +16922,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.684.0" +version = "1.684.1" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -16938,7 +16938,7 @@ dependencies = [ [[package]] name = "windmill-mcp" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-trait", @@ -16959,7 +16959,7 @@ dependencies = [ [[package]] name = "windmill-native-triggers" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-trait", @@ -16990,7 +16990,7 @@ dependencies = [ [[package]] name = "windmill-oauth" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "arc-swap", @@ -17015,7 +17015,7 @@ dependencies = [ [[package]] name = "windmill-object-store" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-stream", @@ -17049,7 +17049,7 @@ dependencies = [ [[package]] name = "windmill-operator" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "futures", @@ -17067,7 +17067,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.684.0" +version = "1.684.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -17076,7 +17076,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "lazy_static", @@ -17088,7 +17088,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "serde_json", @@ -17100,7 +17100,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "gosyn", @@ -17112,7 +17112,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "lazy_static", @@ -17124,7 +17124,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "serde_json", @@ -17136,7 +17136,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "nu-parser", @@ -17147,7 +17147,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -17158,7 +17158,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -17170,7 +17170,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-asset" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "rustpython-ast", @@ -17181,7 +17181,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-recursion", @@ -17203,7 +17203,7 @@ dependencies = [ [[package]] name = "windmill-parser-r" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "serde_json", @@ -17215,7 +17215,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "lazy_static", @@ -17229,7 +17229,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -17246,7 +17246,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "lazy_static", @@ -17259,7 +17259,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql-asset" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "serde", @@ -17271,7 +17271,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "lazy_static", @@ -17289,7 +17289,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts-asset" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "serde-wasm-bindgen", @@ -17305,7 +17305,7 @@ dependencies = [ [[package]] name = "windmill-parser-wac" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "rustpython-ast", @@ -17321,7 +17321,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "serde", @@ -17332,7 +17332,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-recursion", @@ -17369,7 +17369,7 @@ dependencies = [ [[package]] name = "windmill-runtime-nativets" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "const_format", @@ -17407,7 +17407,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.684.0" +version = "1.684.1" dependencies = [ "getrandom 0.3.4", "wasm-bindgen", @@ -17418,7 +17418,7 @@ dependencies = [ [[package]] name = "windmill-store" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-recursion", @@ -17448,7 +17448,7 @@ dependencies = [ [[package]] name = "windmill-test-utils" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-trait", @@ -17472,7 +17472,7 @@ dependencies = [ [[package]] name = "windmill-trigger" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-trait", @@ -17505,7 +17505,7 @@ dependencies = [ [[package]] name = "windmill-trigger-email" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-trait", @@ -17525,7 +17525,7 @@ dependencies = [ [[package]] name = "windmill-trigger-gcp" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-trait", @@ -17559,7 +17559,7 @@ dependencies = [ [[package]] name = "windmill-trigger-http" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-trait", @@ -17595,7 +17595,7 @@ dependencies = [ [[package]] name = "windmill-trigger-kafka" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-trait", @@ -17618,7 +17618,7 @@ dependencies = [ [[package]] name = "windmill-trigger-mqtt" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-trait", @@ -17642,7 +17642,7 @@ dependencies = [ [[package]] name = "windmill-trigger-nats" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-nats", @@ -17666,7 +17666,7 @@ dependencies = [ [[package]] name = "windmill-trigger-postgres" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-trait", @@ -17701,7 +17701,7 @@ dependencies = [ [[package]] name = "windmill-trigger-sqs" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-trait", @@ -17729,7 +17729,7 @@ dependencies = [ [[package]] name = "windmill-trigger-websocket" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-trait", @@ -17752,7 +17752,7 @@ dependencies = [ [[package]] name = "windmill-types" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "bitflags 2.9.4", @@ -17771,7 +17771,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.684.0" +version = "1.684.1" dependencies = [ "anyhow", "async-once-cell", @@ -17882,7 +17882,7 @@ dependencies = [ [[package]] name = "windmill-worker-volumes" -version = "1.684.0" +version = "1.684.1" dependencies = [ "bytes", "futures", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 71a14c6320..556eb55c96 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.684.0" +version = "1.684.1" authors.workspace = true edition.workspace = true @@ -85,7 +85,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal", "./parsers/windmill-parser-wasm"] [workspace.package] -version = "1.684.0" +version = "1.684.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 90e3932fc8..97ba88d41a 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.684.0 + version: 1.684.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 0c825f4fd3..b6882ae413 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.684.0"; +export const VERSION = "v1.684.1"; 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 7249a0bcab..2fd629a61d 100755 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -78,7 +78,7 @@ export { token, }; -export const VERSION = "1.684.0"; +export const VERSION = "1.684.1"; // 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 f6f948f26b..b3f1176226 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.684.0", + "version": "1.684.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.684.0", + "version": "1.684.1", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { @@ -844,6 +844,7 @@ "version": "1.9.0", "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.0.tgz", "integrity": "sha512-0DQ98G9ZQZOxfUcQn1waV2yS8aWdZ6kJMbYCJB3oUBecjWYO1fqJ+a1DRfPF3O5JEkwqwP1A9QEN/9mYm2Yd0w==", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -855,6 +856,7 @@ "version": "1.9.0", "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.9.0.tgz", "integrity": "sha512-QN75eB0IH2ywSpRpNddCRfQIhmJYBCJ1x5Lb3IscKAL8bMnVAKnRg8dCoXbHzVLLH7P38N2Z3mtulB7W0J0FKw==", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -865,6 +867,7 @@ "version": "1.2.0", "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz", "integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -1354,6 +1357,7 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.1.tgz", "integrity": "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -1510,6 +1514,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1526,6 +1531,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1542,6 +1548,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1558,6 +1565,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1574,6 +1582,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1590,6 +1599,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1606,6 +1616,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1622,6 +1633,7 @@ "cpu": [ "ppc64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1638,6 +1650,7 @@ "cpu": [ "s390x" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1654,6 +1667,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1670,6 +1684,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1686,6 +1701,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1702,6 +1718,7 @@ "cpu": [ "wasm32" ], + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -1718,6 +1735,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1734,6 +1752,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2039,6 +2058,7 @@ "version": "0.10.1", "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.1.tgz", "integrity": "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -6814,7 +6834,7 @@ "version": "1.21.7", "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", - "devOptional": true, + "dev": true, "license": "MIT", "bin": { "jiti": "bin/jiti.js" @@ -7313,6 +7333,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7333,6 +7354,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7353,6 +7375,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7373,6 +7396,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7393,6 +7417,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7413,6 +7438,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7433,6 +7459,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7453,6 +7480,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7473,6 +7501,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7493,6 +7522,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7513,6 +7543,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -12081,6 +12112,21 @@ } } }, + "node_modules/svelte-check/node_modules/picomatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/svelte-eslint-parser": { "version": "0.43.0", "resolved": "https://registry.npmjs.org/svelte-eslint-parser/-/svelte-eslint-parser-0.43.0.tgz", @@ -12811,7 +12857,7 @@ "version": "5.9.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", - "devOptional": true, + "dev": true, "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/frontend/package.json b/frontend/package.json index a389ab5c81..9dc7c6cabf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.684.0", + "version": "1.684.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 600673307d..b24a1a0058 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.684.0" +wmill = ">=1.684.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index b426b9ad33..90cfc753aa 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: '3.0.3' info: - version: 1.684.0 + version: 1.684.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 6fe46ddf76..e9e48db390 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.684.0' + ModuleVersion = '1.684.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 922949236e..87aa4a408a 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.684.0" +version = "1.684.1" 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 4cf68f80ac..630abb9bbc 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.684.0", + "version": "1.684.1", "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 66650e452e..0e7c9577be 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.684.0", + "version": "1.684.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "sideEffects": false, diff --git a/version.txt b/version.txt index 359e920a3d..e9671b41d5 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.684.0 +1.684.1