From 25b6c00a2106a82867cb261248a8885e7289ce80 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 2 Apr 2024 11:35:30 +0200 Subject: [PATCH] chore(main): release 1.300.0 (#3494) * chore(main): release 1.300.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 14 +++++ backend/Cargo.lock | 84 +++++++++++++++------------ 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 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 14 files changed, 76 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd912a936..f4662b5790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.300.0](https://github.com/windmill-labs/windmill/compare/v1.299.1...v1.300.0) (2024-04-02) + + +### Features + +* **frontend:** Add an onRecompute callback to handle recompute side … ([#3493](https://github.com/windmill-labs/windmill/issues/3493)) ([3afa975](https://github.com/windmill-labs/windmill/commit/3afa97527090a82e1754db4d92322c940a532d35)) + + +### Bug Fixes + +* date-fns tooltip format info ([#3496](https://github.com/windmill-labs/windmill/issues/3496)) ([e4bca00](https://github.com/windmill-labs/windmill/commit/e4bca0021047db00c05a68a5238215ca66ba5a25)) +* **frontend:** Fix updateCellValue ([#3497](https://github.com/windmill-labs/windmill/issues/3497)) ([e4d8de8](https://github.com/windmill-labs/windmill/commit/e4d8de80ef9569bdfe06f8fbc93c8c6fa93e472c)) +* **typescript-client:** improve setFlowUserState undefined value ([ba679c6](https://github.com/windmill-labs/windmill/commit/ba679c64b7f15e42b8bede0d1b5cf03554049d6e)) + ## [1.299.1](https://github.com/windmill-labs/windmill/compare/v1.299.0...v1.299.1) (2024-03-31) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 2cbb68705e..f7ea2b4e6f 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -280,9 +280,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c" +checksum = "86a9249d1447a85f95810c620abea82e001fe58a31713fcce614caf52499f905" dependencies = [ "brotli", "flate2", @@ -2204,9 +2204,9 @@ dependencies = [ [[package]] name = "der" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" +checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" dependencies = [ "const-oid", "pem-rfc7468 0.7.0", @@ -2426,7 +2426,7 @@ version = "0.16.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" dependencies = [ - "der 0.7.8", + "der 0.7.9", "digest 0.10.7", "elliptic-curve", "rfc6979", @@ -3473,15 +3473,16 @@ dependencies = [ [[package]] name = "hstr" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17fafeca18cf0927e23ea44d7a5189c10536279dfe9094e0dfa953053fbb5377" +checksum = "b0f5356d62012374578cd3a5c013d6586de3efbca3b53379fc1edfbb95c9db14" dependencies = [ + "hashbrown 0.14.3", "new_debug_unreachable", "once_cell", "phf", "rustc-hash", - "smallvec", + "triomphe", ] [[package]] @@ -3983,13 +3984,12 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "libredox" -version = "0.0.1" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" +checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ "bitflags 2.5.0", "libc", - "redox_syscall 0.4.1", ] [[package]] @@ -4440,9 +4440,9 @@ dependencies = [ [[package]] name = "mysql_common" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a60cb978c0a1d654edcc1460f8d6092dacf21346ed6017d81fb76a23ef5a8de" +checksum = "0ccdc1fe2bb3ef97e07ba4397327ed45509a1e2e499e2f8265243879cbc7313c" dependencies = [ "base64 0.21.7", "bigdecimal 0.4.3", @@ -5147,7 +5147,7 @@ version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" dependencies = [ - "der 0.7.8", + "der 0.7.9", "pkcs8 0.10.2", "spki 0.7.3", ] @@ -5168,7 +5168,7 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" dependencies = [ - "der 0.7.8", + "der 0.7.9", "spki 0.7.3", ] @@ -6169,9 +6169,9 @@ dependencies = [ [[package]] name = "redox_users" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4" +checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" dependencies = [ "getrandom 0.2.12", "libredox", @@ -6259,7 +6259,7 @@ version = "0.11.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" dependencies = [ - "async-compression 0.4.6", + "async-compression 0.4.7", "base64 0.21.7", "bytes", "encoding_rs", @@ -6887,7 +6887,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" dependencies = [ "base16ct", - "der 0.7.8", + "der 0.7.9", "generic-array", "pkcs8 0.10.2", "subtle", @@ -7449,7 +7449,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" dependencies = [ "base64ct", - "der 0.7.8", + "der 0.7.9", ] [[package]] @@ -8941,6 +8941,16 @@ dependencies = [ "tracing-serde", ] +[[package]] +name = "triomphe" +version = "0.1.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3" +dependencies = [ + "serde", + "stable_deref_trait", +] + [[package]] name = "try-lock" version = "0.2.5" @@ -9615,7 +9625,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.299.1" +version = "1.300.0" dependencies = [ "anyhow", "axum", @@ -9652,7 +9662,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.299.1" +version = "1.300.0" dependencies = [ "anyhow", "argon2", @@ -9730,7 +9740,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.299.1" +version = "1.300.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9748,7 +9758,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.299.1" +version = "1.300.0" dependencies = [ "chrono", "serde", @@ -9761,7 +9771,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.299.1" +version = "1.300.0" dependencies = [ "anyhow", "aws-config", @@ -9797,7 +9807,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.299.1" +version = "1.300.0" dependencies = [ "regex", "rsmq_async", @@ -9812,7 +9822,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.299.1" +version = "1.300.0" dependencies = [ "serde", "serde_json", @@ -9820,7 +9830,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.299.1" +version = "1.300.0" dependencies = [ "anyhow", "lazy_static", @@ -9831,7 +9841,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.299.1" +version = "1.300.0" dependencies = [ "anyhow", "gosyn", @@ -9843,7 +9853,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.299.1" +version = "1.300.0" dependencies = [ "anyhow", "lazy_static", @@ -9854,7 +9864,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.299.1" +version = "1.300.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9865,7 +9875,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.299.1" +version = "1.300.0" dependencies = [ "anyhow", "async-recursion", @@ -9882,7 +9892,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.299.1" +version = "1.300.0" dependencies = [ "anyhow", "lazy_static", @@ -9893,7 +9903,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.299.1" +version = "1.300.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9911,7 +9921,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.299.1" +version = "1.300.0" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9929,7 +9939,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.299.1" +version = "1.300.0" dependencies = [ "anyhow", "async-recursion", @@ -9962,7 +9972,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.299.1" +version = "1.300.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index d409cb5fd1..5cedeec80b 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.299.1" +version = "1.300.0" authors.workspace = true edition.workspace = true @@ -23,7 +23,7 @@ members = [ ] [workspace.package] -version = "1.299.1" +version = "1.300.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index c892540dcb..be2b21076e 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.299.1 + version: 1.300.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index de75db2d21..58f8ef522f 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.299.1"; +export const VERSION = "v1.300.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 b91182203c..9ac1e44b1e 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.299.1"; +export const VERSION = "v1.300.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6d6ed6cad6..1a29dcc66f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.299.1", + "version": "1.300.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.299.1", + "version": "1.300.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 06bdfa5dfd..b3b1dc9517 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.299.1", + "version": "1.300.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index c8a7791eaf..05708b8313 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.299.1" -wmill_pg = ">=1.299.1" +wmill = ">=1.300.0" +wmill_pg = ">=1.300.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index f664d9411b..d95442a140 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.299.1 + version: 1.300.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 639dd9c571..285df3c2f0 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.299.1" +version = "1.300.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 488482490d..31a01e1777 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.299.1" +version = "1.300.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/package.json b/typescript-client/package.json index 389465f04a..f6681d8701 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.299.1", + "version": "1.300.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 445293fd24..47b773a92c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.299.1 +1.300.0