diff --git a/CHANGELOG.md b/CHANGELOG.md index be568afe54..adaa14ec7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.411.1](https://github.com/windmill-labs/windmill/compare/v1.411.0...v1.411.1) (2024-10-22) + + +### Bug Fixes + +* update bun to 1.1.32 ([#4568](https://github.com/windmill-labs/windmill/issues/4568)) ([0586446](https://github.com/windmill-labs/windmill/commit/058644667129f0d79ec147aacdda449142ae0ab9)) + ## [1.411.0](https://github.com/windmill-labs/windmill/compare/v1.410.3...v1.411.0) (2024-10-21) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index eae7e54819..6e3d854a2a 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -166,9 +166,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" [[package]] name = "arc-swap" @@ -1495,9 +1495,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.2" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" +checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" [[package]] name = "bytes-utils" @@ -6132,9 +6132,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.88" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9" +checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" dependencies = [ "unicode-ident", ] @@ -7414,9 +7414,9 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" [[package]] name = "serde" -version = "1.0.210" +version = "1.0.212" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" +checksum = "ccd4055b7e3937a5c2595e974f5bf1715a23919a595a04b5ad959bdbbb61ab04" dependencies = [ "serde_derive", ] @@ -7455,9 +7455,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.210" +version = "1.0.212" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" +checksum = "726adf8349784fb68a42e6466f49362ae039d9c5333cc6eb131f4d6f94bb9126" dependencies = [ "proc-macro2", "quote", @@ -8977,18 +8977,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" +checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" +checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" dependencies = [ "proc-macro2", "quote", @@ -10394,7 +10394,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "axum", @@ -10435,7 +10435,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "argon2", @@ -10520,7 +10520,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.411.0" +version = "1.411.1" dependencies = [ "base64 0.21.7", "chrono", @@ -10538,7 +10538,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.411.0" +version = "1.411.1" dependencies = [ "chrono", "serde", @@ -10551,7 +10551,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "async-stream", @@ -10597,7 +10597,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.411.0" +version = "1.411.1" dependencies = [ "regex", "rsmq_async", @@ -10612,7 +10612,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "bytes", @@ -10634,7 +10634,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.411.0" +version = "1.411.1" dependencies = [ "itertools 0.13.0", "lazy_static", @@ -10646,7 +10646,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.411.0" +version = "1.411.1" dependencies = [ "convert_case 0.6.0", "serde", @@ -10655,7 +10655,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "lazy_static", @@ -10667,7 +10667,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "gosyn", @@ -10679,7 +10679,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "lazy_static", @@ -10691,7 +10691,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10702,7 +10702,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10713,7 +10713,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "async-recursion", @@ -10731,7 +10731,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10748,7 +10748,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "lazy_static", @@ -10760,7 +10760,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "lazy_static", @@ -10778,7 +10778,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10799,7 +10799,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "serde_json", @@ -10809,7 +10809,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "async-recursion", @@ -10842,7 +10842,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.411.0" +version = "1.411.1" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -10852,7 +10852,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.411.0" +version = "1.411.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1355d1f9bb..11a097d2b7 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.411.0" +version = "1.411.1" authors.workspace = true edition.workspace = true @@ -28,7 +28,7 @@ members = [ ] [workspace.package] -version = "1.411.0" +version = "1.411.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 53a4f79379..b0fe70985a 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.411.0 + version: 1.411.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index aa6d2664a5..fda9176483 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.411.0"; +export const VERSION = "v1.411.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 dcf7e3b35c..0fc9384525 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -60,7 +60,7 @@ export { // } // }); -export const VERSION = "1.411.0"; +export const VERSION = "1.411.1"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a4d9b91045..7761d4f4a6 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.411.0", + "version": "1.411.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.411.0", + "version": "1.411.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 2d48db956d..dee26b8333 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.411.0", + "version": "1.411.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index f3a86540a8..3ad5ebf804 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.411.0" -wmill_pg = ">=1.411.0" +wmill = ">=1.411.1" +wmill_pg = ">=1.411.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 3ca3d70508..6ce153606e 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.411.0 + version: 1.411.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 2dea60dcb9..6585bf264d 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.411.0' +ModuleVersion = '1.411.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index e52548a77c..6a51dae631 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.411.0" +version = "1.411.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 be944a4b26..8bb05b8084 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.411.0" +version = "1.411.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 00c2875f07..4d617e7f3b 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.411.0", + "version": "1.411.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 0bba85c4a2..bab741796c 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.411.0", + "version": "1.411.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 67789b485d..d8999709d6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.411.0 +1.411.1