diff --git a/CHANGELOG.md b/CHANGELOG.md index dceb65c0ba..5dff6dec2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.641.0](https://github.com/windmill-labs/windmill/compare/v1.640.0...v1.641.0) (2026-02-21) + + +### Features + +* add .npmrc support for private npm registries ([#8039](https://github.com/windmill-labs/windmill/issues/8039)) ([9eb1531](https://github.com/windmill-labs/windmill/commit/9eb15312f663aa6d700e8ac562d7b5c75c2221f7)) + + +### Bug Fixes + +* add created_by ownership check to update/delete saved inputs ([#8038](https://github.com/windmill-labs/windmill/issues/8038)) ([e8a13ed](https://github.com/windmill-labs/windmill/commit/e8a13edde7c0ba2ef80344ab7c7288e7bb2eb6b5)) +* run substitute_ee_code.sh after creating EE worktree ([b330f38](https://github.com/windmill-labs/windmill/commit/b330f388894ecd9cc6b64297420ac6f032d32f72)) +* tag bunnative dependency jobs as bun instead of nativets ([#8045](https://github.com/windmill-labs/windmill/issues/8045)) ([fd5ebc2](https://github.com/windmill-labs/windmill/commit/fd5ebc2fda589c022074c3bb4dcdb447c7f86cf0)) + ## [1.640.0](https://github.com/windmill-labs/windmill/compare/v1.639.0...v1.640.0) (2026-02-20) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index a221bb6fa9..d355cc7f64 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -15725,7 +15725,7 @@ dependencies = [ [[package]] name = "windmill" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-nats", @@ -15789,7 +15789,7 @@ dependencies = [ [[package]] name = "windmill-alerting" -version = "1.640.0" +version = "1.641.0" dependencies = [ "axum 0.7.9", "chrono", @@ -15802,7 +15802,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "argon2", @@ -15940,7 +15940,7 @@ dependencies = [ [[package]] name = "windmill-api-agent-workers" -version = "1.640.0" +version = "1.641.0" dependencies = [ "axum 0.7.9", "chrono", @@ -15963,7 +15963,7 @@ dependencies = [ [[package]] name = "windmill-api-assets" -version = "1.640.0" +version = "1.641.0" dependencies = [ "axum 0.7.9", "chrono", @@ -15976,7 +15976,7 @@ dependencies = [ [[package]] name = "windmill-api-auth" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16002,7 +16002,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.640.0" +version = "1.641.0" dependencies = [ "reqwest 0.12.28", "serde", @@ -16012,7 +16012,7 @@ dependencies = [ [[package]] name = "windmill-api-configs" -version = "1.640.0" +version = "1.641.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16029,7 +16029,7 @@ dependencies = [ [[package]] name = "windmill-api-debug" -version = "1.640.0" +version = "1.641.0" dependencies = [ "axum 0.7.9", "base64 0.22.1", @@ -16052,7 +16052,7 @@ dependencies = [ [[package]] name = "windmill-api-embeddings" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16075,7 +16075,7 @@ dependencies = [ [[package]] name = "windmill-api-flow-conversations" -version = "1.640.0" +version = "1.641.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16091,7 +16091,7 @@ dependencies = [ [[package]] name = "windmill-api-flows" -version = "1.640.0" +version = "1.641.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16111,7 +16111,7 @@ dependencies = [ [[package]] name = "windmill-api-groups" -version = "1.640.0" +version = "1.641.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16131,7 +16131,7 @@ dependencies = [ [[package]] name = "windmill-api-inputs" -version = "1.640.0" +version = "1.641.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16145,7 +16145,7 @@ dependencies = [ [[package]] name = "windmill-api-integration-tests" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-nats", @@ -16171,7 +16171,7 @@ dependencies = [ [[package]] name = "windmill-api-jobs" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16196,7 +16196,7 @@ dependencies = [ [[package]] name = "windmill-api-npm-proxy" -version = "1.640.0" +version = "1.641.0" dependencies = [ "axum 0.7.9", "flate2", @@ -16213,7 +16213,7 @@ dependencies = [ [[package]] name = "windmill-api-openapi" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16234,7 +16234,7 @@ dependencies = [ [[package]] name = "windmill-api-schedule" -version = "1.640.0" +version = "1.641.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16254,7 +16254,7 @@ dependencies = [ [[package]] name = "windmill-api-scripts" -version = "1.640.0" +version = "1.641.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16284,7 +16284,7 @@ dependencies = [ [[package]] name = "windmill-api-settings" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16311,7 +16311,7 @@ dependencies = [ [[package]] name = "windmill-api-sse" -version = "1.640.0" +version = "1.641.0" dependencies = [ "lazy_static", "serde", @@ -16323,7 +16323,7 @@ dependencies = [ [[package]] name = "windmill-api-users" -version = "1.640.0" +version = "1.641.0" dependencies = [ "argon2", "axum 0.7.9", @@ -16346,7 +16346,7 @@ dependencies = [ [[package]] name = "windmill-api-workers" -version = "1.640.0" +version = "1.641.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16360,7 +16360,7 @@ dependencies = [ [[package]] name = "windmill-api-workspaces" -version = "1.640.0" +version = "1.641.0" dependencies = [ "axum 0.7.9", "chrono", @@ -16390,7 +16390,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.640.0" +version = "1.641.0" dependencies = [ "chrono", "lazy_static", @@ -16404,7 +16404,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -16423,7 +16423,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.640.0" +version = "1.641.0" dependencies = [ "aes-gcm", "anyhow", @@ -16522,7 +16522,7 @@ dependencies = [ [[package]] name = "windmill-dep-map" -version = "1.640.0" +version = "1.641.0" dependencies = [ "chrono", "itertools 0.14.0", @@ -16541,7 +16541,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.640.0" +version = "1.641.0" dependencies = [ "regex", "serde", @@ -16556,7 +16556,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "astral-tokio-tar", @@ -16580,7 +16580,7 @@ dependencies = [ [[package]] name = "windmill-jseval" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "futures", @@ -16597,7 +16597,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.640.0" +version = "1.641.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -16613,7 +16613,7 @@ dependencies = [ [[package]] name = "windmill-mcp" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-trait", @@ -16634,7 +16634,7 @@ dependencies = [ [[package]] name = "windmill-native-triggers" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-trait", @@ -16665,7 +16665,7 @@ dependencies = [ [[package]] name = "windmill-oauth" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-oauth2", @@ -16689,7 +16689,7 @@ dependencies = [ [[package]] name = "windmill-object-store" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-stream", @@ -16723,7 +16723,7 @@ dependencies = [ [[package]] name = "windmill-operator" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "futures", @@ -16741,7 +16741,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.640.0" +version = "1.641.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -16750,7 +16750,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "lazy_static", @@ -16762,7 +16762,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "serde_json", @@ -16774,7 +16774,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "gosyn", @@ -16786,7 +16786,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "lazy_static", @@ -16798,7 +16798,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "serde_json", @@ -16810,7 +16810,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "nu-parser", @@ -16821,7 +16821,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16832,7 +16832,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -16845,7 +16845,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-recursion", @@ -16869,7 +16869,7 @@ dependencies = [ [[package]] name = "windmill-parser-ruby" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "lazy_static", @@ -16883,7 +16883,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -16900,7 +16900,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "lazy_static", @@ -16915,7 +16915,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "lazy_static", @@ -16934,7 +16934,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "serde", @@ -16945,7 +16945,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-recursion", @@ -16982,7 +16982,7 @@ dependencies = [ [[package]] name = "windmill-runtime-nativets" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "const_format", @@ -17020,7 +17020,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.640.0" +version = "1.641.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -17030,7 +17030,7 @@ dependencies = [ [[package]] name = "windmill-store" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-recursion", @@ -17059,7 +17059,7 @@ dependencies = [ [[package]] name = "windmill-test-utils" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "axum 0.7.9", @@ -17082,7 +17082,7 @@ dependencies = [ [[package]] name = "windmill-trigger" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-trait", @@ -17115,7 +17115,7 @@ dependencies = [ [[package]] name = "windmill-trigger-email" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-trait", @@ -17135,7 +17135,7 @@ dependencies = [ [[package]] name = "windmill-trigger-gcp" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-trait", @@ -17169,7 +17169,7 @@ dependencies = [ [[package]] name = "windmill-trigger-http" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-trait", @@ -17204,7 +17204,7 @@ dependencies = [ [[package]] name = "windmill-trigger-kafka" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-trait", @@ -17227,7 +17227,7 @@ dependencies = [ [[package]] name = "windmill-trigger-mqtt" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-trait", @@ -17251,7 +17251,7 @@ dependencies = [ [[package]] name = "windmill-trigger-nats" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-nats", @@ -17275,7 +17275,7 @@ dependencies = [ [[package]] name = "windmill-trigger-postgres" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-trait", @@ -17310,7 +17310,7 @@ dependencies = [ [[package]] name = "windmill-trigger-sqs" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-trait", @@ -17338,7 +17338,7 @@ dependencies = [ [[package]] name = "windmill-trigger-websocket" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-trait", @@ -17361,7 +17361,7 @@ dependencies = [ [[package]] name = "windmill-types" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "bitflags 2.9.4", @@ -17379,7 +17379,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.640.0" +version = "1.641.0" dependencies = [ "anyhow", "async-once-cell", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 62a7fac618..74163ddf40 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.640.0" +version = "1.641.0" authors.workspace = true edition.workspace = true @@ -76,7 +76,7 @@ members = [ exclude = ["./windmill-duckdb-ffi-internal"] [workspace.package] -version = "1.640.0" +version = "1.641.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 0b0a2a1cf9..6b11f791b9 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.640.0 + version: 1.641.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 55e3b9f1b1..77f0603a00 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.640.0"; +export const VERSION = "v1.641.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 69c2a28b81..2a1c9f6b93 100644 --- a/cli/src/main.ts +++ b/cli/src/main.ts @@ -79,7 +79,7 @@ export { // } // }); -export const VERSION = "1.640.0"; +export const VERSION = "1.641.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 55136ec49a..1c6e10c9e9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.640.0", + "version": "1.641.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.640.0", + "version": "1.641.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { @@ -835,6 +835,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": { @@ -846,6 +847,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": { @@ -856,6 +858,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": { @@ -1345,6 +1348,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": { @@ -1499,6 +1503,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1515,6 +1520,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1531,6 +1537,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1547,6 +1554,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1563,6 +1571,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1579,6 +1588,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1595,6 +1605,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1611,6 +1622,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1627,6 +1639,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1643,6 +1656,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1659,6 +1673,7 @@ "cpu": [ "wasm32" ], + "dev": true, "license": "MIT", "optional": true, "dependencies": { @@ -1675,6 +1690,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -1691,6 +1707,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT", "optional": true, "os": [ @@ -2296,6 +2313,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": { @@ -7175,7 +7193,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" @@ -7674,6 +7692,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7694,6 +7713,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7714,6 +7734,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7734,6 +7755,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7754,6 +7776,7 @@ "cpu": [ "arm" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7774,6 +7797,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7794,6 +7818,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7814,6 +7839,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7834,6 +7860,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7854,6 +7881,7 @@ "cpu": [ "arm64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -7874,6 +7902,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -12500,6 +12529,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 d9a8f856e6..16b0eed47b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.640.0", + "version": "1.641.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 80b01da148..6518a6608b 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.640.0" -wmill_pg = ">=1.640.0" +wmill = ">=1.641.0" +wmill_pg = ">=1.641.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 0d90b26c83..3f60492a46 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: '3.0.3' info: - version: 1.640.0 + version: 1.641.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 47328ed62e..392eef58ec 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.640.0' + ModuleVersion = '1.641.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 3bbce1e7e6..9c223ebe00 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.640.0" +version = "1.641.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 475131067c..67474d7df8 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.640.0" +version = "1.641.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 97f8a4a66e..12994d9884 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.640.0", + "version": "1.641.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 80b29804d7..924432dceb 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.640.0", + "version": "1.641.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "sideEffects": false, diff --git a/version.txt b/version.txt index ff49b7ba23..113adc7af4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.640.0 +1.641.0