From 1f3ceb68bbb819e7f93181c46501a98b14cce30b Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 18 Feb 2026 19:24:59 +0100 Subject: [PATCH] chore(main): release 1.639.0 (#7997) * chore(main): release 1.639.0 * Apply automatic changes * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 18 +++ backend/Cargo.lock | 140 +++++++++--------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/src/main.ts | 2 +- frontend/package-lock.json | 50 ++++++- frontend/package.json | 2 +- lsp/Pipfile | 4 +- openflow.openapi.yaml | 2 +- .../WindmillClient/WindmillClient.psd1 | 2 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/jsr.json | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 16 files changed, 150 insertions(+), 88 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7bf856bf1..9dd3420b66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.639.0](https://github.com/windmill-labs/windmill/compare/v1.638.4...v1.639.0) (2026-02-18) + + +### Features + +* improve FolderPicker with edit icon pattern ([#7995](https://github.com/windmill-labs/windmill/issues/7995)) ([db8aa8a](https://github.com/windmill-labs/windmill/commit/db8aa8a0839b5729f0bb847e7a71766c7883ff36)) + + +### Bug Fixes + +* default automate_username_creation to true when setting is missing ([#8006](https://github.com/windmill-labs/windmill/issues/8006)) ([d2d08f8](https://github.com/windmill-labs/windmill/commit/d2d08f8817e6e7818eb4b6f092e66ae039f0c756)) +* handle raw app folder deletion in sync push without yaml parse error ([#7994](https://github.com/windmill-labs/windmill/issues/7994)) ([f6d99dd](https://github.com/windmill-labs/windmill/commit/f6d99dd18c06a7f5aea93122276dd68c45772b43)) + + +### Performance Improvements + +* **cli:** skip relock more accurate ([#7993](https://github.com/windmill-labs/windmill/issues/7993)) ([cd4151a](https://github.com/windmill-labs/windmill/commit/cd4151a84b2c1e0f2e616079091d0429bf469f4e)) + ## [1.638.4](https://github.com/windmill-labs/windmill/compare/v1.638.3...v1.638.4) (2026-02-17) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 380da8450a..afdfd609c1 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -15725,7 +15725,7 @@ dependencies = [ [[package]] name = "windmill" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-nats", @@ -15788,7 +15788,7 @@ dependencies = [ [[package]] name = "windmill-alerting" -version = "1.638.4" +version = "1.639.0" dependencies = [ "axum 0.7.9", "chrono", @@ -15801,7 +15801,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "argon2", @@ -15939,7 +15939,7 @@ dependencies = [ [[package]] name = "windmill-api-agent-workers" -version = "1.638.4" +version = "1.639.0" dependencies = [ "axum 0.7.9", "chrono", @@ -15962,7 +15962,7 @@ dependencies = [ [[package]] name = "windmill-api-assets" -version = "1.638.4" +version = "1.639.0" dependencies = [ "axum 0.7.9", "chrono", @@ -15975,7 +15975,7 @@ dependencies = [ [[package]] name = "windmill-api-auth" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16001,7 +16001,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.638.4" +version = "1.639.0" dependencies = [ "reqwest 0.12.28", "serde", @@ -16011,7 +16011,7 @@ dependencies = [ [[package]] name = "windmill-api-configs" -version = "1.638.4" +version = "1.639.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16028,7 +16028,7 @@ dependencies = [ [[package]] name = "windmill-api-debug" -version = "1.638.4" +version = "1.639.0" dependencies = [ "axum 0.7.9", "base64 0.22.1", @@ -16051,7 +16051,7 @@ dependencies = [ [[package]] name = "windmill-api-embeddings" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16074,7 +16074,7 @@ dependencies = [ [[package]] name = "windmill-api-flow-conversations" -version = "1.638.4" +version = "1.639.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16090,7 +16090,7 @@ dependencies = [ [[package]] name = "windmill-api-flows" -version = "1.638.4" +version = "1.639.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16110,7 +16110,7 @@ dependencies = [ [[package]] name = "windmill-api-groups" -version = "1.638.4" +version = "1.639.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16130,7 +16130,7 @@ dependencies = [ [[package]] name = "windmill-api-inputs" -version = "1.638.4" +version = "1.639.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16144,7 +16144,7 @@ dependencies = [ [[package]] name = "windmill-api-integration-tests" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-nats", @@ -16170,7 +16170,7 @@ dependencies = [ [[package]] name = "windmill-api-jobs" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16195,7 +16195,7 @@ dependencies = [ [[package]] name = "windmill-api-npm-proxy" -version = "1.638.4" +version = "1.639.0" dependencies = [ "axum 0.7.9", "flate2", @@ -16211,7 +16211,7 @@ dependencies = [ [[package]] name = "windmill-api-openapi" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16232,7 +16232,7 @@ dependencies = [ [[package]] name = "windmill-api-schedule" -version = "1.638.4" +version = "1.639.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16252,7 +16252,7 @@ dependencies = [ [[package]] name = "windmill-api-scripts" -version = "1.638.4" +version = "1.639.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16282,7 +16282,7 @@ dependencies = [ [[package]] name = "windmill-api-settings" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16309,7 +16309,7 @@ dependencies = [ [[package]] name = "windmill-api-sse" -version = "1.638.4" +version = "1.639.0" dependencies = [ "lazy_static", "serde", @@ -16321,7 +16321,7 @@ dependencies = [ [[package]] name = "windmill-api-users" -version = "1.638.4" +version = "1.639.0" dependencies = [ "argon2", "axum 0.7.9", @@ -16344,7 +16344,7 @@ dependencies = [ [[package]] name = "windmill-api-workers" -version = "1.638.4" +version = "1.639.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16358,7 +16358,7 @@ dependencies = [ [[package]] name = "windmill-api-workspaces" -version = "1.638.4" +version = "1.639.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16388,7 +16388,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.638.4" +version = "1.639.0" dependencies = [ "chrono", "lazy_static", @@ -16402,7 +16402,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16421,7 +16421,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.638.4" +version = "1.639.0" dependencies = [ "aes-gcm", "anyhow", @@ -16520,7 +16520,7 @@ dependencies = [ [[package]] name = "windmill-dep-map" -version = "1.638.4" +version = "1.639.0" dependencies = [ "chrono", "itertools 0.14.0", @@ -16539,7 +16539,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.638.4" +version = "1.639.0" dependencies = [ "regex", "serde", @@ -16554,7 +16554,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "astral-tokio-tar", @@ -16578,7 +16578,7 @@ dependencies = [ [[package]] name = "windmill-jseval" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "futures", @@ -16595,7 +16595,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.638.4" +version = "1.639.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -16611,7 +16611,7 @@ dependencies = [ [[package]] name = "windmill-mcp" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-trait", @@ -16632,7 +16632,7 @@ dependencies = [ [[package]] name = "windmill-native-triggers" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-trait", @@ -16663,7 +16663,7 @@ dependencies = [ [[package]] name = "windmill-oauth" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-oauth2", @@ -16687,7 +16687,7 @@ dependencies = [ [[package]] name = "windmill-object-store" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-stream", @@ -16721,7 +16721,7 @@ dependencies = [ [[package]] name = "windmill-operator" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "futures", @@ -16739,7 +16739,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.638.4" +version = "1.639.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -16748,7 +16748,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "lazy_static", @@ -16760,7 +16760,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "serde_json", @@ -16772,7 +16772,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "gosyn", @@ -16784,7 +16784,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "lazy_static", @@ -16796,7 +16796,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "serde_json", @@ -16808,7 +16808,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "nu-parser", @@ -16819,7 +16819,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16830,7 +16830,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16843,7 +16843,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-recursion", @@ -16867,7 +16867,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "lazy_static", @@ -16881,7 +16881,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -16898,7 +16898,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "lazy_static", @@ -16913,7 +16913,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "lazy_static", @@ -16932,7 +16932,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "serde", @@ -16943,7 +16943,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-recursion", @@ -16980,7 +16980,7 @@ dependencies = [ [[package]] name = "windmill-runtime-nativets" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "const_format", @@ -17018,7 +17018,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.638.4" +version = "1.639.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -17028,7 +17028,7 @@ dependencies = [ [[package]] name = "windmill-store" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-recursion", @@ -17057,7 +17057,7 @@ dependencies = [ [[package]] name = "windmill-test-utils" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -17080,7 +17080,7 @@ dependencies = [ [[package]] name = "windmill-trigger" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-trait", @@ -17113,7 +17113,7 @@ dependencies = [ [[package]] name = "windmill-trigger-email" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-trait", @@ -17133,7 +17133,7 @@ dependencies = [ [[package]] name = "windmill-trigger-gcp" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-trait", @@ -17167,7 +17167,7 @@ dependencies = [ [[package]] name = "windmill-trigger-http" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-trait", @@ -17202,7 +17202,7 @@ dependencies = [ [[package]] name = "windmill-trigger-kafka" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-trait", @@ -17225,7 +17225,7 @@ dependencies = [ [[package]] name = "windmill-trigger-mqtt" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-trait", @@ -17249,7 +17249,7 @@ dependencies = [ [[package]] name = "windmill-trigger-nats" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-nats", @@ -17273,7 +17273,7 @@ dependencies = [ [[package]] name = "windmill-trigger-postgres" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-trait", @@ -17308,7 +17308,7 @@ dependencies = [ [[package]] name = "windmill-trigger-sqs" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-trait", @@ -17336,7 +17336,7 @@ dependencies = [ [[package]] name = "windmill-trigger-websocket" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-trait", @@ -17359,7 +17359,7 @@ dependencies = [ [[package]] name = "windmill-types" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "bitflags 2.9.4", @@ -17377,7 +17377,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.638.4" +version = "1.639.0" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 940821d5f4..f4933c459e 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.638.4" +version = "1.639.0" authors.workspace = true edition.workspace = true @@ -76,7 +76,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.638.4" +version = "1.639.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 93f44f51ce..58f1d9a190 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.638.4 + version: 1.639.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 90ccdff448..077a9749fd 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.638.4"; +export const VERSION = "v1.639.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 8ed52add53..7fe037f9ba 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -79,7 +79,7 @@ export { // } // }); -export const VERSION = "1.638.4"; +export const VERSION = "1.639.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 8e9e8f3caf..22a6834f78 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.638.4", + "version": "1.639.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.638.4", + "version": "1.639.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { @@ -834,6 +834,7 @@ "version": "1.7.1", "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.7.1.tgz", "integrity": "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -845,6 +846,7 @@ "version": "1.7.1", "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.1.tgz", "integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -855,6 +857,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz", "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -1344,6 +1347,7 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.0.tgz", "integrity": "sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA==", + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -1498,6 +1502,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1514,6 +1519,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1530,6 +1536,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1546,6 +1553,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1562,6 +1570,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1578,6 +1587,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1594,6 +1604,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1610,6 +1621,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1626,6 +1638,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1642,6 +1655,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1658,6 +1672,7 @@ "cpu": [ "wasm32" ], + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -1674,6 +1689,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1690,6 +1706,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2310,6 +2327,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": { @@ -7058,7 +7076,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" @@ -7557,6 +7575,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7577,6 +7596,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7597,6 +7617,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7617,6 +7638,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7637,6 +7659,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7657,6 +7680,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7677,6 +7701,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7697,6 +7722,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7717,6 +7743,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7737,6 +7764,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7757,6 +7785,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -12383,6 +12412,21 @@ } } }, + "node_modules/svelte-check/node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "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", diff --git a/frontend/package.json b/frontend/package.json index 432df6f5ac..b8033a1508 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.638.4", + "version": "1.639.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index b7273b29ee..17945e11f6 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.638.4" -wmill_pg = ">=1.638.4" +wmill = ">=1.639.0" +wmill_pg = ">=1.639.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index d27f86f25a..27021e0856 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: '3.0.3' info: - version: 1.638.4 + version: 1.639.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index abb270ac38..0bf280a864 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.638.4' + ModuleVersion = '1.639.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 85bdbe8071..dd7dbe623d 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.638.4" +version = "1.639.0" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index f5243b6043..b69c8b2ba1 100644 --- a/python-client/wmill_pg/pyproject.toml +++ b/python-client/wmill_pg/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill-pg" -version = "1.638.4" +version = "1.639.0" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/typescript-client/jsr.json b/typescript-client/jsr.json index 631fe67240..3c181fc3ee 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.638.4", + "version": "1.639.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 4c3c5bbfb0..4d7ec998cb 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.638.4", + "version": "1.639.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "sideEffects": false, diff --git a/version.txt b/version.txt index 41e2382e12..b0a1fffbd3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.638.4 +1.639.0