From caae56513359cf20deb5259447015d9bb3356ce3 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 25 Jan 2024 15:57:05 +0100 Subject: [PATCH] chore(main): release 1.253.4 (#3075) * chore(main): release 1.253.4 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 9 ++++++ backend/Cargo.lock | 42 +++++++++++++-------------- 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, 45 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 953bc34215..c670b93f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog +## [1.253.4](https://github.com/windmill-labs/windmill/compare/v1.253.3...v1.253.4) (2024-01-25) + + +### Bug Fixes + +* add s3 parquet file renderer ([4a6710e](https://github.com/windmill-labs/windmill/commit/4a6710ea913da64ce2caf93499c9ec69d89b3cf3)) +* add s3 parquet file renderer ([2f8243b](https://github.com/windmill-labs/windmill/commit/2f8243b39085222a3bde8c31fce6fc36a7b8f453)) +* improve parquet renderer error ([4b348a0](https://github.com/windmill-labs/windmill/commit/4b348a032e3cb7ea3c945635ed8d3cb1bd91b9b4)) + ## [1.253.3](https://github.com/windmill-labs/windmill/compare/v1.253.2...v1.253.3) (2024-01-25) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 215de2bf5c..a2925fa385 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1321,9 +1321,9 @@ dependencies = [ [[package]] name = "bytemuck" -version = "1.14.0" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" +checksum = "ed2490600f404f2b94c167e31d3ed1d5f3c225a0f3b80230053b3e0b7b962bd9" dependencies = [ "bytemuck_derive", ] @@ -1482,9 +1482,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.32" +version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41daef31d7a747c5c847246f36de49ced6f7403b4cdabc807a97b5cc184cda7a" +checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" dependencies = [ "android-tzdata", "iana-time-zone", @@ -9555,7 +9555,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.253.2" +version = "1.253.4" dependencies = [ "anyhow", "axum", @@ -9591,7 +9591,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.253.2" +version = "1.253.4" dependencies = [ "anyhow", "argon2", @@ -9665,7 +9665,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.253.2" +version = "1.253.4" dependencies = [ "base64 0.21.7", "chrono", @@ -9683,7 +9683,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.253.2" +version = "1.253.4" dependencies = [ "chrono", "serde", @@ -9696,7 +9696,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.253.2" +version = "1.253.4" dependencies = [ "anyhow", "aws-config", @@ -9730,7 +9730,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.253.2" +version = "1.253.4" dependencies = [ "rsmq_async", "serde", @@ -9744,7 +9744,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.253.2" +version = "1.253.4" dependencies = [ "serde", "serde_json", @@ -9752,7 +9752,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.253.2" +version = "1.253.4" dependencies = [ "anyhow", "lazy_static", @@ -9763,7 +9763,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.253.2" +version = "1.253.4" dependencies = [ "anyhow", "gosyn", @@ -9775,7 +9775,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.253.2" +version = "1.253.4" dependencies = [ "anyhow", "lazy_static", @@ -9786,7 +9786,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.253.2" +version = "1.253.4" dependencies = [ "anyhow", "itertools 0.12.0", @@ -9797,7 +9797,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.253.2" +version = "1.253.4" dependencies = [ "anyhow", "async-recursion", @@ -9814,7 +9814,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.253.2" +version = "1.253.4" dependencies = [ "anyhow", "lazy_static", @@ -9825,7 +9825,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.253.2" +version = "1.253.4" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9843,7 +9843,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.253.2" +version = "1.253.4" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9861,7 +9861,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.253.2" +version = "1.253.4" dependencies = [ "anyhow", "async-recursion", @@ -9894,7 +9894,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.253.2" +version = "1.253.4" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index f3b31fa184..0bfdd19620 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.253.2" +version = "1.253.4" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.253.2" +version = "1.253.4" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 471014ca82..f33aa2e498 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.253.2 + version: 1.253.4 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 12e3828d82..e2c1d0adfe 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.253.2"; +export const VERSION = "v1.253.4"; 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 9ac601f6e0..a00e44cd5f 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.253.2"; +export const VERSION = "v1.253.4"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 500241f0f0..c5ca947a52 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.253.2", + "version": "1.253.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.253.2", + "version": "1.253.4", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 48654a78a7..a4aa13e8ba 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.253.2", + "version": "1.253.4", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index b933cc19f1..d18c5e47ed 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.253.2" -wmill_pg = ">=1.253.2" +wmill = ">=1.253.4" +wmill_pg = ">=1.253.4" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index f40983d9cd..cfdaa2cb3c 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.253.2 + version: 1.253.4 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 15908b5ce4..8aabab18f3 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.253.2" +version = "1.253.4" 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 9c8f28e1e1..c22f7f2e61 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.253.2" +version = "1.253.4" 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 3a89481f60..471fc288b1 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.253.2", + "version": "1.253.4", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 357dd1ce19..9eda91ef44 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.253.3 +1.253.4