diff --git a/CHANGELOG.md b/CHANGELOG.md index a720a68695..e9f558d2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.473.1](https://github.com/windmill-labs/windmill/compare/v1.473.0...v1.473.1) (2025-03-03) + + +### Bug Fixes + +* **backend:** copilot info exists_ai_resource ([#5415](https://github.com/windmill-labs/windmill/issues/5415)) ([844edd1](https://github.com/windmill-labs/windmill/commit/844edd1117bc5fdcc108adf53aec3974a7c66384)) +* improve cancel performance ([fba9e7e](https://github.com/windmill-labs/windmill/commit/fba9e7ef03b91d3e2c78ff833ddcc5207b7436d2)) + ## [1.473.0](https://github.com/windmill-labs/windmill/compare/v1.472.1...v1.473.0) (2025-03-03) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 1f5959c1b8..ad874e8ee2 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -4279,9 +4279,9 @@ dependencies = [ [[package]] name = "dyn-clone" -version = "1.0.18" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feeef44e73baff3a26d371801df019877a9866a8c493d315ab00177843314f35" +checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" [[package]] name = "dyn-iter" @@ -5767,9 +5767,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.10.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "httpdate" @@ -6686,7 +6686,7 @@ checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ "bitflags 2.9.0", "libc", - "redox_syscall 0.5.9", + "redox_syscall 0.5.10", ] [[package]] @@ -8128,7 +8128,7 @@ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.9", + "redox_syscall 0.5.10", "smallvec", "windows-targets 0.52.6", ] @@ -8346,18 +8346,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.9" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfe2e71e1471fe07709406bf725f710b02927c9c54b2b5b2ec0e8087d97c327d" +checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.9" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6e859e6e5bd50440ab63c47e3ebabc90f26251f7c73c3d3e837b74a1cc3fa67" +checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", @@ -9203,9 +9203,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.9" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82b568323e98e49e2a0899dcee453dd679fae22d69adf9b11dd508d1549b7e2f" +checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1" dependencies = [ "bitflags 2.9.0", ] @@ -13453,7 +13453,7 @@ version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" dependencies = [ - "redox_syscall 0.5.9", + "redox_syscall 0.5.10", "wasite", "web-sys", ] @@ -13497,7 +13497,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "axum", @@ -13540,7 +13540,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "argon2", @@ -13636,7 +13636,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.473.0" +version = "1.473.1" dependencies = [ "base64 0.22.1", "chrono", @@ -13654,7 +13654,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.473.0" +version = "1.473.1" dependencies = [ "chrono", "serde", @@ -13667,7 +13667,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "serde", @@ -13681,7 +13681,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "async-stream", @@ -13742,7 +13742,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.473.0" +version = "1.473.1" dependencies = [ "regex", "serde", @@ -13756,7 +13756,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "bytes", @@ -13779,7 +13779,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.473.0" +version = "1.473.1" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -13791,7 +13791,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.473.0" +version = "1.473.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -13800,7 +13800,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "lazy_static", @@ -13812,7 +13812,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "serde_json", @@ -13824,7 +13824,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "gosyn", @@ -13836,7 +13836,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "lazy_static", @@ -13848,7 +13848,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -13859,7 +13859,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "itertools 0.14.0", @@ -13870,7 +13870,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "async-recursion", @@ -13890,7 +13890,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -13907,7 +13907,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "lazy_static", @@ -13919,7 +13919,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "lazy_static", @@ -13937,7 +13937,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -13959,7 +13959,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "serde_json", @@ -13969,7 +13969,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "async-recursion", @@ -14002,7 +14002,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.473.0" +version = "1.473.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -14012,7 +14012,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.473.0" +version = "1.473.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 3104be5212..d79f5a2582 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.473.0" +version = "1.473.1" authors.workspace = true edition.workspace = true @@ -30,7 +30,7 @@ members = [ ] [workspace.package] -version = "1.473.0" +version = "1.473.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index d5be23ba54..25d435d5cb 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.473.0 + version: 1.473.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 4d877a1212..b3b73e297c 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.473.0"; +export const VERSION = "v1.473.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 6e0ddd0664..448c966529 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -62,7 +62,7 @@ export { // } // }); -export const VERSION = "1.473.0"; +export const VERSION = "1.473.1"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 522e8d4d52..f2187c68f3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.473.0", + "version": "1.473.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.473.0", + "version": "1.473.1", "license": "AGPL-3.0", "dependencies": { "@anthropic-ai/sdk": "^0.37.0", diff --git a/frontend/package.json b/frontend/package.json index 1425c7e11c..654f05bcad 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.473.0", + "version": "1.473.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index c415164646..233b200b6f 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.473.0" -wmill_pg = ">=1.473.0" +wmill = ">=1.473.1" +wmill_pg = ">=1.473.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index d25e0dcf60..2f9c5171a6 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.473.0 + version: 1.473.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index e20b7b6d5a..ef6233234e 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.473.0' + ModuleVersion = '1.473.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index a7ca4ee61e..dc3d7621e5 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.473.0" +version = "1.473.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 6650a651f0..e1fc6d1a18 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.473.0" +version = "1.473.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 1d4c3bc71a..8d170150ab 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.473.0", + "version": "1.473.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 aac88fcc04..f4a8256bb2 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.473.0", + "version": "1.473.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 32f610c8f4..d495b4398b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.473.0 +1.473.1