diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c45d86cc..07347cfc7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.323.0](https://github.com/windmill-labs/windmill/compare/v1.322.0...v1.323.0) (2024-05-01) + + +### Features + +* **frontend:** Improve inputs ([#3651](https://github.com/windmill-labs/windmill/issues/3651)) ([790f263](https://github.com/windmill-labs/windmill/commit/790f263e561917ccb8b68d26a2b1bae8f5a17fea)) + + +### Bug Fixes + +* **frontend:** improve result, flow status and log components ([#3653](https://github.com/windmill-labs/windmill/issues/3653)) ([aa6204f](https://github.com/windmill-labs/windmill/commit/aa6204ff99f78c8f5936701649d2829bd7e0afff)) +* **frontend:** remove red from autodatable badges ([#3652](https://github.com/windmill-labs/windmill/issues/3652)) ([d7d2f03](https://github.com/windmill-labs/windmill/commit/d7d2f03e2328e63bc460048570c26389a7d0d5e0)) +* **frontend:** sync columnDefs + improve columnDefs management ([#3632](https://github.com/windmill-labs/windmill/issues/3632)) ([ca209e9](https://github.com/windmill-labs/windmill/commit/ca209e9c48990dfd0c4c8085d74c5d7ba14b466b)) + ## [1.322.0](https://github.com/windmill-labs/windmill/compare/v1.321.6...v1.322.0) (2024-04-30) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 18a7ff09d1..c26af46495 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -385,7 +385,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "021cf450e9574793e45e1044a5d3d94bba7dbaa0802e6122e9c10eb8c4dd12dc" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "bytes", "http 1.1.0", "rand 0.8.5", @@ -943,9 +943,9 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64-simd" @@ -4975,7 +4975,7 @@ version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "serde", ] @@ -6302,7 +6302,7 @@ version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "bytes", "encoding_rs", "futures-core", @@ -6645,7 +6645,7 @@ version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "rustls-pki-types", ] @@ -7111,7 +7111,7 @@ version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", @@ -9231,7 +9231,7 @@ version = "2.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d11a831e3c0b56e438a28308e7c810799e3c118417f342d30ecec080105395cd" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "flate2", "log", "native-tls", @@ -9321,9 +9321,9 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "value-bag" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74797339c3b98616c009c7c3eb53a0ce41e85c8ec66bd3db96ed132d20cfdee8" +checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101" [[package]] name = "vcpkg" @@ -9616,7 +9616,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.322.0" +version = "1.323.0" dependencies = [ "anyhow", "axum", @@ -9653,7 +9653,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.322.0" +version = "1.323.0" dependencies = [ "anyhow", "argon2", @@ -9730,7 +9730,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.322.0" +version = "1.323.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9748,7 +9748,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.322.0" +version = "1.323.0" dependencies = [ "chrono", "serde", @@ -9761,7 +9761,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.322.0" +version = "1.323.0" dependencies = [ "anyhow", "aws-config", @@ -9797,7 +9797,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.322.0" +version = "1.323.0" dependencies = [ "regex", "rsmq_async", @@ -9812,7 +9812,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.322.0" +version = "1.323.0" dependencies = [ "serde", "serde_json", @@ -9820,7 +9820,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.322.0" +version = "1.323.0" dependencies = [ "anyhow", "lazy_static", @@ -9831,7 +9831,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.322.0" +version = "1.323.0" dependencies = [ "anyhow", "gosyn", @@ -9843,7 +9843,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.322.0" +version = "1.323.0" dependencies = [ "anyhow", "lazy_static", @@ -9854,7 +9854,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.322.0" +version = "1.323.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9865,7 +9865,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.322.0" +version = "1.323.0" dependencies = [ "anyhow", "async-recursion", @@ -9882,7 +9882,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.322.0" +version = "1.323.0" dependencies = [ "anyhow", "lazy_static", @@ -9893,7 +9893,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.322.0" +version = "1.323.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9911,7 +9911,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.322.0" +version = "1.323.0" dependencies = [ "anyhow", "getrandom 0.2.14", @@ -9929,7 +9929,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.322.0" +version = "1.323.0" dependencies = [ "anyhow", "async-recursion", @@ -9962,7 +9962,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.322.0" +version = "1.323.0" dependencies = [ "serde", "wasm-bindgen", @@ -9973,7 +9973,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.322.0" +version = "1.323.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 62c7c71bcc..62dcab009f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.322.0" +version = "1.323.0" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.322.0" +version = "1.323.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index ff5af0667d..7b2ee22383 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.322.0 + version: 1.323.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 9e706179ec..85dfb69f32 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.322.0"; +export const VERSION = "v1.323.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 e808426d77..8ca8a9dbab 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.322.0"; +export const VERSION = "v1.323.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 09a636699b..2ce800bf1c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.322.0", + "version": "1.323.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.322.0", + "version": "1.323.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 30a711d6ae..f754366e78 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.322.0", + "version": "1.323.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 15df12b54d..be4a600c7b 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.322.0" -wmill_pg = ">=1.322.0" +wmill = ">=1.323.0" +wmill_pg = ">=1.323.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 291eba364c..291239ea26 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.322.0 + version: 1.323.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index dad1027908..e65010742d 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.322.0' +ModuleVersion = '1.323.0' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 09f6241dc9..b72856962f 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.322.0" +version = "1.323.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 548cc4d534..f0289dbf6d 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.322.0" +version = "1.323.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 4e090a3089..a867462d53 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.322.0", + "version": "1.323.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 f14a415b55..8e9a36bcb3 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.322.0", + "version": "1.323.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 0e2083a112..6615d15da0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.322.0 +1.323.0