From 71cf7eac0433f58d42e2cbc22f9aedbf9df0e16d Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 7 Dec 2023 19:04:46 +0100 Subject: [PATCH] chore(main): release 1.222.0 (#2801) * chore(main): release 1.222.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 17 +++++++++++ backend/Cargo.lock | 44 +++++++++++++-------------- 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, 54 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff54599ee9..5a9c38fd1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## [1.222.0](https://github.com/windmill-labs/windmill/compare/v1.221.0...v1.222.0) (2023-12-07) + + +### Features + +* conditional fields on forms ([b10df30](https://github.com/windmill-labs/windmill/commit/b10df302455202940348cd20c2e733734fb7d027)) +* mysql named params ([#2805](https://github.com/windmill-labs/windmill/issues/2805)) ([c4a1054](https://github.com/windmill-labs/windmill/commit/c4a1054a5a4ab3fd700de842a1f46d5886632b11)) + + +### Bug Fixes + +* add saml feature flag ([#2802](https://github.com/windmill-labs/windmill/issues/2802)) ([da15a56](https://github.com/windmill-labs/windmill/commit/da15a56a07288d4164c88289dd559389735db719)) +* app reports screenshot refresh ([#2800](https://github.com/windmill-labs/windmill/issues/2800)) ([f7f7130](https://github.com/windmill-labs/windmill/commit/f7f71302f7d0fcac7468d506ebaceb55332ec1ed)) +* fix extraOptions for agGrid ([f7d7746](https://github.com/windmill-labs/windmill/commit/f7d7746327411da06cede4e0ff06222d318d01bc)) +* fix extraOptions for agGrid ([2f7fb9b](https://github.com/windmill-labs/windmill/commit/2f7fb9bfd490932a2f0bc01f02df678668487f8c)) +* **frontend:** Fix chartjs options merge ([#2804](https://github.com/windmill-labs/windmill/issues/2804)) ([e11b257](https://github.com/windmill-labs/windmill/commit/e11b257b2d761b2b26160d61f8e113dbe47e9efe)) + ## [1.221.0](https://github.com/windmill-labs/windmill/compare/v1.220.0...v1.221.0) (2023-12-06) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 2cf06f88c7..a62ecbcc62 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -4619,9 +4619,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "onig" @@ -8771,9 +8771,9 @@ dependencies = [ [[package]] name = "try-lock" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "twox-hash" @@ -9375,7 +9375,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.221.0" +version = "1.222.0" dependencies = [ "anyhow", "axum", @@ -9410,7 +9410,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.221.0" +version = "1.222.0" dependencies = [ "anyhow", "argon2", @@ -9482,7 +9482,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.221.0" +version = "1.222.0" dependencies = [ "base64 0.21.5", "chrono", @@ -9500,7 +9500,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.221.0" +version = "1.222.0" dependencies = [ "chrono", "serde", @@ -9513,7 +9513,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.221.0" +version = "1.222.0" dependencies = [ "anyhow", "axum", @@ -9544,7 +9544,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.221.0" +version = "1.222.0" dependencies = [ "serde", "serde_json", @@ -9552,7 +9552,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.221.0" +version = "1.222.0" dependencies = [ "anyhow", "lazy_static", @@ -9563,7 +9563,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.221.0" +version = "1.222.0" dependencies = [ "anyhow", "gosyn", @@ -9575,7 +9575,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.221.0" +version = "1.222.0" dependencies = [ "anyhow", "lazy_static", @@ -9586,7 +9586,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.221.0" +version = "1.222.0" dependencies = [ "anyhow", "itertools 0.12.0", @@ -9597,7 +9597,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.221.0" +version = "1.222.0" dependencies = [ "anyhow", "async-recursion", @@ -9614,7 +9614,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.221.0" +version = "1.222.0" dependencies = [ "anyhow", "lazy_static", @@ -9625,7 +9625,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.221.0" +version = "1.222.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9642,7 +9642,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.221.0" +version = "1.222.0" dependencies = [ "anyhow", "getrandom 0.2.11", @@ -9660,7 +9660,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.221.0" +version = "1.222.0" dependencies = [ "anyhow", "async-recursion", @@ -9692,7 +9692,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.221.0" +version = "1.222.0" dependencies = [ "anyhow", "async-recursion", @@ -9962,9 +9962,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winnow" -version = "0.5.25" +version = "0.5.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e87b8dfbe3baffbe687eef2e164e32286eff31a5ee16463ce03d991643ec94" +checksum = "b67b5f0a4e7a27a64c651977932b9dc5667ca7fc31ac44b03ed37a0cf42fdfff" dependencies = [ "memchr", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index cac6063ea5..be70233ef9 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.221.0" +version = "1.222.0" authors.workspace = true edition.workspace = true @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "1.221.0" +version = "1.222.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index aced80a4de..33d9b4320a 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.221.0 + version: 1.222.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 440eeae7cb..3a33a0d6d7 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.221.0"; +export const VERSION = "v1.222.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 a45128b6e0..543923f169 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.221.0"; +export const VERSION = "v1.222.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a36d84eb0f..72321ff3cf 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.221.0", + "version": "1.222.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.221.0", + "version": "1.222.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 0951bd293a..7a646b876f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.221.0", + "version": "1.222.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index f399e5eb22..6b48e1be80 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.221.0" -wmill_pg = ">=1.221.0" +wmill = ">=1.222.0" +wmill_pg = ">=1.222.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 6cd346cf12..6221001b8b 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.221.0 + version: 1.222.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 72a488f9c2..ff0d5e0da0 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.221.0" +version = "1.222.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 e581fa77c3..1c3c84478e 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.221.0" +version = "1.222.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 12cbd8bb85..671d953ec4 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.221.0", + "version": "1.222.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 8af079b4bf..c352492704 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.221.0 +1.222.0