From a43ce39e6066b0bc8d93bd1da525c3d1139f2fe4 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 1 Nov 2023 00:55:33 +0100 Subject: [PATCH] chore(main): release 1.195.0 (#2531) * chore(main): release 1.195.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 17 ++++++++ backend/Cargo.lock | 58 +++++++++++++-------------- 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 | 4 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 14 files changed, 62 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 450d2663a4..c85472eb92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## [1.195.0](https://github.com/windmill-labs/windmill/compare/v1.194.0...v1.195.0) (2023-10-31) + + +### Features + +* Ability to restart flow on loop/branchall iteration ([#2526](https://github.com/windmill-labs/windmill/issues/2526)) ([c31299b](https://github.com/windmill-labs/windmill/commit/c31299bed8110f53e31f69983f144aaa82d5560d)) +* **frontend:** chartjs wizard ([#2532](https://github.com/windmill-labs/windmill/issues/2532)) ([03dfe71](https://github.com/windmill-labs/windmill/commit/03dfe711c6292d8d9af78ed610fd2885ad62b8d7)) +* invalidate result cache on flow or script change ([cf9669c](https://github.com/windmill-labs/windmill/commit/cf9669c18de6091dbf5dafad0f6ffd6e17675ca4)) + + +### Bug Fixes + +* add on success events to triggers list ([1974012](https://github.com/windmill-labs/windmill/commit/1974012621f3a2112eace60ba5d68854d567c9c2)) +* fix quick search scripts ([b3d2213](https://github.com/windmill-labs/windmill/commit/b3d2213ccec73bf4a7f27242ac31eb0941b791ac)) +* Load schedule statistics in background ([#2530](https://github.com/windmill-labs/windmill/issues/2530)) ([c98ebf9](https://github.com/windmill-labs/windmill/commit/c98ebf92e5f99f63cc3754555b5867f71c09e1a9)) +* only load embeddings if in server mode ([c803631](https://github.com/windmill-labs/windmill/commit/c8036317d23bf81b474742223e903255dd8825e0)) + ## [1.194.0](https://github.com/windmill-labs/windmill/compare/v1.193.0...v1.194.0) (2023-10-30) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 27becc8e83..cc30e650dd 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2873,9 +2873,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" +checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" dependencies = [ "equivalent", "hashbrown 0.14.2", @@ -5594,7 +5594,7 @@ version = "1.0.108" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" dependencies = [ - "indexmap 2.0.2", + "indexmap 2.1.0", "itoa", "ryu", "serde", @@ -5687,7 +5687,7 @@ version = "0.9.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c" dependencies = [ - "indexmap 2.0.2", + "indexmap 2.1.0", "itoa", "ryu", "serde", @@ -6088,7 +6088,7 @@ dependencies = [ "futures-util", "hashlink", "hex", - "indexmap 2.0.2", + "indexmap 2.1.0", "log", "memchr", "once_cell", @@ -7198,7 +7198,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.0.2", + "indexmap 2.1.0", "serde", "serde_spanned", "toml_datetime", @@ -7211,7 +7211,7 @@ version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ - "indexmap 2.0.2", + "indexmap 2.1.0", "serde", "serde_spanned", "toml_datetime", @@ -8027,7 +8027,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.194.0" +version = "1.195.0" dependencies = [ "anyhow", "axum", @@ -8062,7 +8062,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.194.0" +version = "1.195.0" dependencies = [ "anyhow", "argon2", @@ -8129,7 +8129,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.194.0" +version = "1.195.0" dependencies = [ "base64 0.21.5", "chrono", @@ -8147,7 +8147,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.194.0" +version = "1.195.0" dependencies = [ "chrono", "serde", @@ -8160,7 +8160,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.194.0" +version = "1.195.0" dependencies = [ "anyhow", "axum", @@ -8191,7 +8191,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.194.0" +version = "1.195.0" dependencies = [ "serde", "serde_json", @@ -8199,7 +8199,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.194.0" +version = "1.195.0" dependencies = [ "anyhow", "lazy_static", @@ -8210,7 +8210,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.194.0" +version = "1.195.0" dependencies = [ "anyhow", "gosyn", @@ -8222,7 +8222,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.194.0" +version = "1.195.0" dependencies = [ "anyhow", "lazy_static", @@ -8233,7 +8233,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.194.0" +version = "1.195.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -8244,7 +8244,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.194.0" +version = "1.195.0" dependencies = [ "anyhow", "async-recursion", @@ -8261,7 +8261,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.194.0" +version = "1.195.0" dependencies = [ "anyhow", "lazy_static", @@ -8272,7 +8272,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.194.0" +version = "1.195.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -8289,7 +8289,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.194.0" +version = "1.195.0" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -8307,7 +8307,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.194.0" +version = "1.195.0" dependencies = [ "anyhow", "async-recursion", @@ -8338,7 +8338,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.194.0" +version = "1.195.0" dependencies = [ "anyhow", "async-recursion", @@ -8539,9 +8539,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "winnow" -version = "0.5.17" +version = "0.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3b801d0e0a6726477cc207f60162da452f3a95adb368399bef20a946e06f65c" +checksum = "176b6138793677221d420fd2f0aeeced263f197688b36484660da767bca2fa32" dependencies = [ "memchr", ] @@ -8609,18 +8609,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.7.20" +version = "0.7.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd66a62464e3ffd4e37bd09950c2b9dd6c4f8767380fabba0d523f9a775bc85a" +checksum = "686b7e407015242119c33dab17b8f61ba6843534de936d94368856528eae4dcc" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.20" +version = "0.7.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "255c4596d41e6916ced49cfafea18727b24d67878fa180ddfd69b9df34fd1726" +checksum = "020f3dfe25dfc38dfea49ce62d5d45ecdd7f0d8a724fa63eb36b6eba4ec76806" dependencies = [ "proc-macro2", "quote", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index d9906cbb10..2afcf15f42 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.194.0" +version = "1.195.0" authors.workspace = true edition.workspace = true @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "1.194.0" +version = "1.195.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index eb3cc842b8..cfa63555e5 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.194.0 + version: 1.195.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 53632d6da3..f64e9ae6bc 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.194.0"; +export const VERSION = "v1.195.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 654ad3d66e..b7939b9be2 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.194.0"; +export const VERSION = "v1.195.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index aeb3d9a06e..e4f35942d1 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.194.0", + "version": "1.195.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.194.0", + "version": "1.195.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index c7c570ac4a..45e77ad678 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.194.0", + "version": "1.195.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 0c3097fe33..90bf747aed 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.194.0" -wmill_pg = ">=1.194.0" +wmill = ">=1.195.0" +wmill_pg = ">=1.195.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index fe82ab449f..ca6d17adfc 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.194.0 + version: 1.195.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index e8c628b8c0..ea206310ac 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.194.0" +version = "1.195.0" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" @@ -16,7 +16,7 @@ include = ["wmill/py.typed"] [tool.poetry.dependencies] python = "^3.7" -windmill-api = "^1.194.0" +windmill-api = "^1.195.0" [build-system] requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"] diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index 4b45778c9f..123056ce6c 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.194.0" +version = "1.195.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 facc2cf3f6..c2e61f1715 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.194.0", + "version": "1.195.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 149199db8b..6205d04188 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.194.0 +1.195.0