From 39e1ea3d57967836a0ce38b8fcb67a071247e749 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 29 Apr 2024 12:17:51 +0200 Subject: [PATCH] chore(main): release 1.321.0 (#3633) * chore(main): release 1.321.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 13 +++ backend/Cargo.lock | 104 +++++++++--------- 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, 82 insertions(+), 69 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a183dd49e6..a931efc492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.321.0](https://github.com/windmill-labs/windmill/compare/v1.320.3...v1.321.0) (2024-04-29) + + +### Features + +* add resource and variable picker for rest scripts ([#3628](https://github.com/windmill-labs/windmill/issues/3628)) ([3956d01](https://github.com/windmill-labs/windmill/commit/3956d012ad08e37062f24823dbc0d7ca1bb564ef)) + + +### Bug Fixes + +* **python-client:** improve error message for wait_job ([0e022c9](https://github.com/windmill-labs/windmill/commit/0e022c9e4edc0d03abe2325c87546a8244434a5f)) +* toggle comment shortcut on some EU keyboards ([#3630](https://github.com/windmill-labs/windmill/issues/3630)) ([b529784](https://github.com/windmill-labs/windmill/commit/b5297846fea880c18f4895010aad3c39e5f582b1)) + ## [1.320.3](https://github.com/windmill-labs/windmill/compare/v1.320.2...v1.320.3) (2024-04-28) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 06b076d836..74cbe137f3 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1988,7 +1988,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "lock_api", "once_cell", "parking_lot_core", @@ -3369,9 +3369,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.3" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ "ahash 0.8.11", "allocator-api2", @@ -3384,7 +3384,7 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" dependencies = [ - "hashbrown 0.14.3", + "hashbrown 0.14.5", ] [[package]] @@ -3464,7 +3464,7 @@ version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96274be293b8877e61974a607105d09c84caebe9620b47774aa8a6b942042dd4" dependencies = [ - "hashbrown 0.14.3", + "hashbrown 0.14.5", "new_debug_unreachable", "once_cell", "phf", @@ -3584,7 +3584,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.6", + "socket2 0.5.7", "tokio", "tower-service", "tracing", @@ -3670,7 +3670,7 @@ dependencies = [ "http-body 1.0.0", "hyper 1.3.1", "pin-project-lite", - "socket2 0.5.6", + "socket2 0.5.7", "tokio", "tower", "tower-service", @@ -3740,7 +3740,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" dependencies = [ "equivalent", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "serde", ] @@ -4060,7 +4060,7 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" dependencies = [ - "hashbrown 0.14.3", + "hashbrown 0.14.5", ] [[package]] @@ -4170,7 +4170,7 @@ version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d073a3d1e4e037975af5ef176a2632672e25e8ddbe8e1811745c2e0726b6ad94" dependencies = [ - "hashbrown 0.14.3", + "hashbrown 0.14.5", "itertools 0.11.0", "libm", "ryu", @@ -4416,7 +4416,7 @@ dependencies = [ "rand 0.8.5", "serde", "serde_json", - "socket2 0.5.6", + "socket2 0.5.7", "thiserror", "tokio", "tokio-native-tls", @@ -5230,7 +5230,7 @@ dependencies = [ "foreign_vec", "futures", "getrandom 0.2.14", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "itoa", "itoap", "lz4", @@ -5286,7 +5286,7 @@ dependencies = [ "chrono-tz 0.8.6", "comfy-table", "either", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "indexmap 2.2.6", "num-traits", "once_cell", @@ -5397,7 +5397,7 @@ dependencies = [ "chrono", "chrono-tz 0.8.6", "either", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "hex", "indexmap 2.2.6", "memchr", @@ -5450,7 +5450,7 @@ dependencies = [ "crossbeam-queue", "enum_dispatch", "futures", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "num-traits", "polars-arrow", "polars-compute", @@ -5551,7 +5551,7 @@ checksum = "694656a7d2b0cd8f07660dbc8d0fb7a81066ff57a452264907531d805c1e58c4" dependencies = [ "ahash 0.8.11", "bytemuck", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "indexmap 2.2.6", "num-traits", "once_cell", @@ -5953,7 +5953,7 @@ checksum = "347e1a588d1de074eeb3c00eadff93db4db65aeb62aee852b1efd0949fe65b6c" dependencies = [ "ahash 0.8.11", "equivalent", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "parking_lot", ] @@ -6663,7 +6663,7 @@ checksum = "ded7a36e8ac05b8ada77a84c5ceec95361942ee9dedb60a82f93f788a791aae8" dependencies = [ "futures", "rustls 0.21.12", - "socket2 0.5.6", + "socket2 0.5.7", "tokio", ] @@ -6822,9 +6822,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.16" +version = "0.8.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45a28f4c49489add4ce10783f7911893516f15afe45d015608d41faca6bc4d29" +checksum = "7f55c82c700538496bdc329bb4918a81f87cc8888811bd123cf325a0f2f8d309" dependencies = [ "chrono", "dyn-clone", @@ -6836,14 +6836,14 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.16" +version = "0.8.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c767fd6fa65d9ccf9cf026122c1b555f2ef9a4f0cea69da4d7dbc3e258d30967" +checksum = "83263746fe5e32097f06356968a077f96089739c927a61450efa069905eec108" dependencies = [ "proc-macro2", "quote", "serde_derive_internals", - "syn 1.0.109", + "syn 2.0.60", ] [[package]] @@ -6995,13 +6995,13 @@ dependencies = [ [[package]] name = "serde_derive_internals" -version = "0.26.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c" +checksum = "330f01ce65a3a5fe59a60c82f3c9a024b573b8a6e875bd233fe5f934e71d54e3" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.60", ] [[package]] @@ -7107,9 +7107,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.8.0" +version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c85f8e96d1d6857f13768fcbd895fcb06225510022a2774ed8b5150581847b0" +checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" dependencies = [ "base64 0.22.0", "chrono", @@ -7125,9 +7125,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.8.0" +version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8b3a576c4eb2924262d5951a3b737ccaf16c931e39a2810c36f9a7e25575557" +checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2" dependencies = [ "darling 0.20.8", "proc-macro2", @@ -7370,9 +7370,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" +checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" dependencies = [ "libc", "windows-sys 0.52.0", @@ -8531,7 +8531,7 @@ dependencies = [ "parking_lot", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.6", + "socket2 0.5.7", "tokio-macros", "tracing", "windows-sys 0.48.0", @@ -8589,7 +8589,7 @@ dependencies = [ "postgres-protocol", "postgres-types", "rand 0.8.5", - "socket2 0.5.6", + "socket2 0.5.7", "tokio", "tokio-util", "whoami", @@ -9616,7 +9616,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.320.3" +version = "1.321.0" dependencies = [ "anyhow", "axum", @@ -9653,7 +9653,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.320.3" +version = "1.321.0" dependencies = [ "anyhow", "argon2", @@ -9730,7 +9730,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.320.3" +version = "1.321.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9748,7 +9748,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.320.3" +version = "1.321.0" dependencies = [ "chrono", "serde", @@ -9761,7 +9761,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.320.3" +version = "1.321.0" dependencies = [ "anyhow", "aws-config", @@ -9797,7 +9797,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.320.3" +version = "1.321.0" dependencies = [ "regex", "rsmq_async", @@ -9812,7 +9812,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.320.3" +version = "1.321.0" dependencies = [ "serde", "serde_json", @@ -9820,7 +9820,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.320.3" +version = "1.321.0" dependencies = [ "anyhow", "lazy_static", @@ -9831,7 +9831,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.320.3" +version = "1.321.0" dependencies = [ "anyhow", "gosyn", @@ -9843,7 +9843,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.320.3" +version = "1.321.0" dependencies = [ "anyhow", "lazy_static", @@ -9854,7 +9854,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.320.3" +version = "1.321.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9865,7 +9865,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.320.3" +version = "1.321.0" dependencies = [ "anyhow", "async-recursion", @@ -9882,7 +9882,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.320.3" +version = "1.321.0" dependencies = [ "anyhow", "lazy_static", @@ -9893,7 +9893,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.320.3" +version = "1.321.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9911,7 +9911,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.320.3" +version = "1.321.0" dependencies = [ "anyhow", "getrandom 0.2.14", @@ -9929,7 +9929,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.320.3" +version = "1.321.0" dependencies = [ "anyhow", "async-recursion", @@ -9962,7 +9962,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.320.3" +version = "1.321.0" dependencies = [ "serde", "wasm-bindgen", @@ -9973,7 +9973,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.320.3" +version = "1.321.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 2aff30151c..8a1d7c44d3 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.320.3" +version = "1.321.0" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.320.3" +version = "1.321.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 3b409fda9a..5028e48418 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.320.3 + version: 1.321.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 629e9cc562..050df19a4f 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.320.3"; +export const VERSION = "v1.321.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 efcdeec348..50096d9bcb 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.320.3"; +export const VERSION = "v1.321.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 23116c9505..c2b25cd9ff 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.320.3", + "version": "1.321.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.320.3", + "version": "1.321.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index a230cbe3eb..2c1d9e90f0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.320.3", + "version": "1.321.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 9a02ab51a1..eb32949f73 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.320.3" -wmill_pg = ">=1.320.3" +wmill = ">=1.321.0" +wmill_pg = ">=1.321.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 2497f36f80..ebcd76a270 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.320.3 + version: 1.321.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index e6379773d9..0fc45ca53a 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.320.3' +ModuleVersion = '1.321.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index ace8f83185..daaaeaa5ed 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.320.3" +version = "1.321.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 900fa32509..2a197663c9 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.320.3" +version = "1.321.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 def5a449cc..cff181ba4e 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.320.3", + "version": "1.321.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 56dd252db0..2bffd3fa55 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.320.3", + "version": "1.321.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index f449cf1536..6e904f16a3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.320.3 +1.321.0