diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 878b889c1dac7..0af1914a80758 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -614,9 +614,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "aws-config" -version = "1.5.12" +version = "1.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "649316840239f4e58df0b7f620c428f5fababbbca2d504488c641534050bd141" +checksum = "c03a50b30228d3af8865ce83376b4e99e1ffa34728220fe2860e4df0bb5278d6" dependencies = [ "aws-credential-types", "aws-runtime", @@ -656,9 +656,9 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.5.2" +version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f6f1124d6e19ab6daf7f2e615644305dc6cb2d706892a8a8c0b98db35de020" +checksum = "b16d1aa50accc11a4b4d5c50f7fb81cc0cf60328259c587d0e6b0f11385bde46" dependencies = [ "aws-credential-types", "aws-sigv4", @@ -681,9 +681,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.52.0" +version = "1.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb25f7129c74d36afe33405af4517524df8f74b635af8c2c8e91c1552b8397b2" +checksum = "1605dc0bf9f0a4b05b451441a17fcb0bda229db384f23bf5cead3adbab0664ac" dependencies = [ "aws-credential-types", "aws-runtime", @@ -703,9 +703,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.53.0" +version = "1.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d03a3d5ef14851625eafd89660a751776f938bf32f309308b20dcca41c44b568" +checksum = "59f3f73466ff24f6ad109095e0f3f2c830bfb4cd6c8b12f744c8e61ebf4d3ba1" dependencies = [ "aws-credential-types", "aws-runtime", @@ -725,9 +725,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.53.0" +version = "1.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf3a9f073ae3a53b54421503063dfb87ff1ea83b876f567d92e8b8d9942ba91b" +checksum = "249b2acaa8e02fd4718705a9494e3eb633637139aa4bb09d70965b0448e865db" dependencies = [ "aws-credential-types", "aws-runtime", @@ -10304,9 +10304,9 @@ dependencies = [ [[package]] name = "v8" -version = "130.0.4" +version = "130.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b61316a57fcd7e5f3840fe085f13e6dfd37e92d73b040033d2f598c7a1984c3" +checksum = "eefb620efa1e8f2d0f4dd1b2a72b0924a0a0e8b710e27e7ce7da7fac95c7aae5" dependencies = [ "bindgen 0.70.1", "bitflags 2.6.0", @@ -10611,7 +10611,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "axum", @@ -10652,7 +10652,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "argon2", @@ -10737,7 +10737,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.442.0" +version = "1.443.0" dependencies = [ "base64 0.22.1", "chrono", @@ -10755,7 +10755,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.442.0" +version = "1.443.0" dependencies = [ "chrono", "serde", @@ -10768,7 +10768,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "serde", @@ -10782,7 +10782,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "async-stream", @@ -10841,7 +10841,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.442.0" +version = "1.443.0" dependencies = [ "regex", "serde", @@ -10855,7 +10855,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "bytes", @@ -10878,7 +10878,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.442.0" +version = "1.443.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -10890,7 +10890,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.442.0" +version = "1.443.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -10899,7 +10899,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "lazy_static", @@ -10911,7 +10911,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "serde_json", @@ -10923,7 +10923,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "gosyn", @@ -10935,7 +10935,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "lazy_static", @@ -10947,7 +10947,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -10958,7 +10958,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -10969,7 +10969,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "async-recursion", @@ -10987,7 +10987,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -11004,7 +11004,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "lazy_static", @@ -11016,7 +11016,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "lazy_static", @@ -11034,7 +11034,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -11056,7 +11056,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "serde_json", @@ -11066,7 +11066,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "async-recursion", @@ -11100,7 +11100,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.442.0" +version = "1.443.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -11110,7 +11110,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.442.0" +version = "1.443.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index a9c54262e831d..bd07c0c1bde4b 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.442.0" +version = "1.443.0" authors.workspace = true edition.workspace = true @@ -30,7 +30,7 @@ members = [ ] [workspace.package] -version = "1.442.0" +version = "1.443.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index f8594cda5e82b..d1ea635ded569 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.442.0 + version: 1.443.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 9103515ef7892..43849ab63bb24 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.442.0"; +export const VERSION = "v1.443.0"; export async function login(email: string, password: string): Promise { return await windmill.UserService.login({ diff --git a/cli/main.ts b/cli/main.ts index 7688d1237307e..56524f4514710 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -60,7 +60,7 @@ export { // } // }); -export const VERSION = "1.442.0"; +export const VERSION = "1.443.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 26f7a6f1e6733..e09106eca7730 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.442.0", + "version": "1.443.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.442.0", + "version": "1.443.0", "license": "AGPL-3.0", "dependencies": { "@anthropic-ai/sdk": "^0.32.1", diff --git a/frontend/package.json b/frontend/package.json index d4e11893fe137..3ad978dcdc370 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.442.0", + "version": "1.443.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 2265868137c81..c932efa4b99ab 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.442.0" -wmill_pg = ">=1.442.0" +wmill = ">=1.443.0" +wmill_pg = ">=1.443.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index c93a2251bb952..07114bf4328d5 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.442.0 + version: 1.443.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 281f74aa86285..34ccccf8d74bb 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.442.0' + ModuleVersion = '1.443.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 8594b75eb518e..3d0aa997150f9 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.442.0" +version = "1.443.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 ffaead073a957..230255b1ba0c0 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.442.0" +version = "1.443.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 f6ddb1fe261b3..7afcaa2e31646 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.442.0", + "version": "1.443.0", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index e84f8bcf05b1a..ec3765fb26ff8 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.442.0", + "version": "1.443.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": {