diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d8cb051d3..43cfec8962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.510.1](https://github.com/windmill-labs/windmill/compare/v1.510.0...v1.510.1) (2025-07-21) + + +### Bug Fixes + +* empty branches in branch one now return the previous_result ([8323707](https://github.com/windmill-labs/windmill/commit/8323707b07933eca81f0c30df2434c6409c26789)) +* improve ssh agent worker naming ([#6211](https://github.com/windmill-labs/windmill/issues/6211)) ([dd1f520](https://github.com/windmill-labs/windmill/commit/dd1f520d83d618dbf1d03855890011031da838b5)) +* in home, archived and include without main not taken into account ([f4dbc97](https://github.com/windmill-labs/windmill/commit/f4dbc97a58ea8742dc356bdad4c03bbaa7b369b7)) +* quickbooks oauth realmId ([#6232](https://github.com/windmill-labs/windmill/issues/6232)) ([be8c4ed](https://github.com/windmill-labs/windmill/commit/be8c4ed86d81013e575441f30e5a444cb4067db7)) +* update parsers to prevent assets var bug ([#6246](https://github.com/windmill-labs/windmill/issues/6246)) ([d2328e3](https://github.com/windmill-labs/windmill/commit/d2328e3670c73a5c4ce7b677339f9293604fd583)) + ## [1.510.0](https://github.com/windmill-labs/windmill/compare/v1.509.2...v1.510.0) (2025-07-20) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 2e63a374bb..9a445d3792 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -7298,7 +7298,7 @@ checksum = "4488594b9328dee448adb906d8b126d9b7deb7cf5c22161ee591610bb1be83c0" dependencies = [ "bitflags 2.9.1", "libc", - "redox_syscall 0.5.13", + "redox_syscall 0.5.15", ] [[package]] @@ -9056,7 +9056,7 @@ checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.13", + "redox_syscall 0.5.15", "smallvec", "windows-targets 0.52.6", ] @@ -10156,9 +10156,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.13" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" +checksum = "7e8af0dde094006011e6a740d4879319439489813bd0bcdc7d821beaeeff48ec" dependencies = [ "bitflags 2.9.1", ] @@ -14631,7 +14631,7 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7" dependencies = [ - "redox_syscall 0.5.13", + "redox_syscall 0.5.15", "wasite", "web-sys", ] @@ -14675,7 +14675,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "axum", @@ -14727,7 +14727,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "argon2", @@ -14838,7 +14838,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.510.0" +version = "1.510.1" dependencies = [ "base64 0.22.1", "chrono", @@ -14853,7 +14853,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.510.0" +version = "1.510.1" dependencies = [ "chrono", "serde", @@ -14866,7 +14866,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "serde", @@ -14880,7 +14880,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "async-stream", @@ -14959,7 +14959,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.510.0" +version = "1.510.1" dependencies = [ "regex", "serde", @@ -14973,7 +14973,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "bytes", @@ -14996,7 +14996,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.510.0" +version = "1.510.1" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -15008,7 +15008,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.510.0" +version = "1.510.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -15017,7 +15017,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "lazy_static", @@ -15029,7 +15029,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "serde_json", @@ -15041,7 +15041,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "gosyn", @@ -15053,7 +15053,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "lazy_static", @@ -15065,7 +15065,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "serde_json", @@ -15077,7 +15077,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "nu-parser", @@ -15088,7 +15088,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15099,7 +15099,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -15111,7 +15111,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "async-recursion", @@ -15134,7 +15134,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -15151,7 +15151,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "lazy_static", @@ -15165,7 +15165,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "lazy_static", @@ -15183,7 +15183,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "getrandom 0.2.16", @@ -15207,7 +15207,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "serde_json", @@ -15217,7 +15217,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "async-recursion", @@ -15250,7 +15250,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.510.0" +version = "1.510.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -15260,7 +15260,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.510.0" +version = "1.510.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 3665a98609..7fe800d2dc 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.510.0" +version = "1.510.1" authors.workspace = true edition.workspace = true @@ -32,7 +32,7 @@ members = [ ] [workspace.package] -version = "1.510.0" +version = "1.510.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index d994fecd31..4a0f3a7db7 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.510.0 + version: 1.510.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 45e15621a2..526d38dc89 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.510.0"; +export const VERSION = "v1.510.1"; 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 184cb3d0b0..759409b4e9 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -65,7 +65,7 @@ export { // } // }); -export const VERSION = "1.510.0"; +export const VERSION = "1.510.1"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a1968c422a..c32b5778bf 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.510.0", + "version": "1.510.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.510.0", + "version": "1.510.1", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index ff15472804..fed599029d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.510.0", + "version": "1.510.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 940cfc4389..f2f2cf3461 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.510.0" -wmill_pg = ">=1.510.0" +wmill = ">=1.510.1" +wmill_pg = ">=1.510.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index b165cc51f6..21105d27f8 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.510.0 + version: 1.510.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index bf6b48581d..0bef98946e 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.510.0' + ModuleVersion = '1.510.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index eb90d7579e..0bbd0aae6a 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.510.0" +version = "1.510.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/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index bb263829be..e88bbf36ef 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.510.0" +version = "1.510.1" 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 74b9f99838..ff59ed03f6 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.510.0", + "version": "1.510.1", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 63218ff484..6c05a1f2bf 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.510.0", + "version": "1.510.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 0c3cd721ff..2e978658e5 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.510.0 +1.510.1