From 3a3a6dd19202e428c9f491e04640a5c2e4c3fbf9 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 19 Apr 2025 11:06:30 +0200 Subject: [PATCH] chore(main): release 1.483.0 (#5632) * chore(main): release 1.483.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com> --- CHANGELOG.md | 16 +++ backend/Cargo.lock | 97 +++++++++++-------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/main.ts | 2 +- frontend/package-lock.json | 4 +- frontend/package.json | 2 +- lsp/Pipfile | 4 +- openflow.openapi.yaml | 2 +- .../WindmillClient/WindmillClient.psd1 | 2 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/jsr.json | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 16 files changed, 91 insertions(+), 56 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ef5a0eb2..1ecce76eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.483.0](https://github.com/windmill-labs/windmill/compare/v1.482.1...v1.483.0) (2025-04-19) + + +### Features + +* handle different aws auth resource type ([#5637](https://github.com/windmill-labs/windmill/issues/5637)) ([5b123b0](https://github.com/windmill-labs/windmill/commit/5b123b01a1318208450789b5bcade447a0b331c7)) +* oidc support for sqs trigger ([#5614](https://github.com/windmill-labs/windmill/issues/5614)) ([34b307b](https://github.com/windmill-labs/windmill/commit/34b307b2be1f6cf92a81694325f4c333bdd7b055)) + + +### Bug Fixes + +* fix click outside popover fullscreen ([#5631](https://github.com/windmill-labs/windmill/issues/5631)) ([0811457](https://github.com/windmill-labs/windmill/commit/081145726a5d4ab81510a7637126a036823a1565)) +* improve flow editor step switch performance ([58fa4c8](https://github.com/windmill-labs/windmill/commit/58fa4c80062a5704bbd13ddda1b2f00c7c9e40dd)) +* linter in early stop doesn't include flow_input ([#5638](https://github.com/windmill-labs/windmill/issues/5638)) ([6a9bdfd](https://github.com/windmill-labs/windmill/commit/6a9bdfd3bd52ff802b6a71c3ae9504bfe7d0421f)) +* output picker output opening doesn't change id ([#5641](https://github.com/windmill-labs/windmill/issues/5641)) ([64c72b6](https://github.com/windmill-labs/windmill/commit/64c72b6fce669e47f04dc620750840857cbe66cf)) + ## [1.482.1](https://github.com/windmill-labs/windmill/compare/v1.482.0...v1.482.1) (2025-04-16) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index abcb8cf486..5849506c72 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -793,9 +793,9 @@ dependencies = [ [[package]] name = "aws-lc-sys" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9f7720b74ed28ca77f90769a71fd8c637a0137f6fae4ae947e1050229cff57f" +checksum = "0ddeb19ee86cb16ecfc871e5b0660aff6285760957aaedda6284cf0e790d3769" dependencies = [ "bindgen 0.69.5", "cc", @@ -1342,6 +1342,24 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "bindgen" +version = "0.71.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" +dependencies = [ + "bitflags 2.9.0", + "cexpr", + "clang-sys", + "itertools 0.13.0", + "proc-macro2", + "quote", + "regex", + "rustc-hash 2.1.1", + "shlex", + "syn 2.0.100", +] + [[package]] name = "bit-set" version = "0.5.3" @@ -1581,9 +1599,9 @@ dependencies = [ [[package]] name = "brotli-decompressor" -version = "4.0.2" +version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74fa05ad7d803d413eb8380983b092cbbaf9a85f151b871360e7b00cd7060b37" +checksum = "a334ef7c9e23abf0ce748e8cd309037da93e606ad52eb372e4ce327a0dcfbdfd" dependencies = [ "alloc-no-stdlib", "alloc-stdlib", @@ -1975,9 +1993,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.36" +version = "4.5.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2df961d8c8a0d08aa9945718ccf584145eee3f3aa06cddbeac12933781102e04" +checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" dependencies = [ "clap_builder", "clap_derive", @@ -1985,9 +2003,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.36" +version = "4.5.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "132dbda40fb6753878316a489d5a1242a8ef2f0d9e47ba01c951ea8aa7d013a5" +checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" dependencies = [ "anstream", "anstyle", @@ -4052,9 +4070,9 @@ dependencies = [ [[package]] name = "der" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" +checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" dependencies = [ "const-oid", "der_derive", @@ -6842,10 +6860,11 @@ dependencies = [ [[package]] name = "libxml" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fe73cdec2bcb36d25a9fe3f607ffcd44bb8907ca0100c4098d1aa342d1e7bec" +checksum = "86119bbd85c39c7f890fe970a18f77e9a599467fa613d44929aea4acecb9a031" dependencies = [ + "bindgen 0.71.1", "libc", "pkg-config", "vcpkg", @@ -13912,7 +13931,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "axum", @@ -13959,7 +13978,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "argon2", @@ -14067,7 +14086,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.482.1" +version = "1.483.0" dependencies = [ "base64 0.22.1", "chrono", @@ -14082,7 +14101,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.482.1" +version = "1.483.0" dependencies = [ "chrono", "serde", @@ -14095,7 +14114,7 @@ dependencies = [ [[package]] name = "windmill-autoscaling" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "serde", @@ -14109,7 +14128,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "async-stream", @@ -14173,7 +14192,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.482.1" +version = "1.483.0" dependencies = [ "regex", "serde", @@ -14187,7 +14206,7 @@ dependencies = [ [[package]] name = "windmill-indexer" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "bytes", @@ -14210,7 +14229,7 @@ dependencies = [ [[package]] name = "windmill-macros" -version = "1.482.1" +version = "1.483.0" dependencies = [ "itertools 0.14.0", "lazy_static", @@ -14222,7 +14241,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.482.1" +version = "1.483.0" dependencies = [ "convert_case 0.6.0", "serde", @@ -14231,7 +14250,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "lazy_static", @@ -14243,7 +14262,7 @@ dependencies = [ [[package]] name = "windmill-parser-csharp" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "serde_json", @@ -14255,7 +14274,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "gosyn", @@ -14267,7 +14286,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "lazy_static", @@ -14279,7 +14298,7 @@ dependencies = [ [[package]] name = "windmill-parser-java" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "serde_json", @@ -14291,7 +14310,7 @@ dependencies = [ [[package]] name = "windmill-parser-nu" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "nu-parser", @@ -14302,7 +14321,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14313,7 +14332,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "itertools 0.14.0", @@ -14324,7 +14343,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "async-recursion", @@ -14344,7 +14363,7 @@ dependencies = [ [[package]] name = "windmill-parser-rust" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -14361,7 +14380,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "lazy_static", @@ -14373,7 +14392,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "lazy_static", @@ -14391,7 +14410,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -14415,7 +14434,7 @@ dependencies = [ [[package]] name = "windmill-parser-yaml" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "serde_json", @@ -14425,7 +14444,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "async-recursion", @@ -14458,7 +14477,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.482.1" +version = "1.483.0" dependencies = [ "wasm-bindgen", "wasm-bindgen-test", @@ -14468,7 +14487,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.482.1" +version = "1.483.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 73c7214f1d..d20ad2f7ed 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.482.1" +version = "1.483.0" authors.workspace = true edition.workspace = true @@ -32,7 +32,7 @@ members = [ ] [workspace.package] -version = "1.482.1" +version = "1.483.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 3132b9346d..d868df1ec8 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.482.1 + version: 1.483.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 592cf6a006..1c3e98816e 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.482.1"; +export const VERSION = "v1.483.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 b6f88d5a9e..453121c095 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -63,7 +63,7 @@ export { // } // }); -export const VERSION = "1.482.1"; +export const VERSION = "1.483.0"; const command = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 655a72a6be..f55eaf68bf 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.482.1", + "version": "1.483.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.482.1", + "version": "1.483.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index ced0b2d46d..204e0bf652 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.482.1", + "version": "1.483.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 2df2f0ee4e..26ff602d84 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.482.1" -wmill_pg = ">=1.482.1" +wmill = ">=1.483.0" +wmill_pg = ">=1.483.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index ab00748a74..a52ce585b7 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.482.1 + version: 1.483.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index c6c64b9bb2..1b4e923310 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.482.1' + ModuleVersion = '1.483.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index b205777dbc..37b1a053ff 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.482.1" +version = "1.483.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 3de477865b..5f295ab328 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.482.1" +version = "1.483.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 caa472284e..6776d9019e 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.482.1", + "version": "1.483.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 f3ce3e5b22..bd33cd481c 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.482.1", + "version": "1.483.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 1afef9f22a..12147b22f6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.482.1 +1.483.0