From 6d04e935ce518cdb8bb6d16900b3aa2afb762817 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 6 Jan 2024 17:32:41 +0100 Subject: [PATCH] chore(main): release 1.235.0 (#2964) * chore(main): release 1.235.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 7 ++++ backend/Cargo.lock | 54 +++++++++++++-------------- 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, 49 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 949b478b0c..730fc9ed28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.235.0](https://github.com/windmill-labs/windmill/compare/v1.234.1...v1.235.0) (2024-01-06) + + +### Features + +* **frontend:** DB Explorer ([#2892](https://github.com/windmill-labs/windmill/issues/2892)) ([fffc533](https://github.com/windmill-labs/windmill/commit/fffc5338ce76fda9a68b19f03cefe199cc09a905)) + ## [1.234.1](https://github.com/windmill-labs/windmill/compare/v1.234.0...v1.234.1) (2024-01-05) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 88450ea593..8236f56679 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -3732,9 +3732,9 @@ dependencies = [ [[package]] name = "is-macro" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b75828adcb53122ef5ea649a39f50f82d94b754099bf6331b32e255e1891e8fb" +checksum = "59a85abdc13717906baccb5a1e435556ce0df215f242892f721dff62bf25288f" dependencies = [ "Inflector", "proc-macro2", @@ -5669,9 +5669,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.75" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "907a61bd0f64c2f29cd1cf1dc34d05176426a3f504a78010f08416ddb7b13708" +checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c" dependencies = [ "unicode-ident", ] @@ -6794,9 +6794,9 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" [[package]] name = "serde" -version = "1.0.194" +version = "1.0.195" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b114498256798c94a0689e1a15fec6005dee8ac1f41de56404b67afc2a4b773" +checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02" dependencies = [ "serde_derive", ] @@ -6834,9 +6834,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.194" +version = "1.0.195" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3385e45322e8f9931410f01b3031ec534c3947d0e94c18049af4d9f9907d4e0" +checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c" dependencies = [ "proc-macro2", "quote", @@ -7812,7 +7812,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b7191c8c57af059b75a2aadc927a2608c3962d19e4d09ce8f9c3f03739ddf833" dependencies = [ "bitflags 2.4.1", - "is-macro 0.3.4", + "is-macro 0.3.5", "num-bigint", "scoped-tls", "serde", @@ -9442,7 +9442,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.234.1" +version = "1.235.0" dependencies = [ "anyhow", "axum", @@ -9477,7 +9477,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.234.1" +version = "1.235.0" dependencies = [ "anyhow", "argon2", @@ -9548,7 +9548,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.234.1" +version = "1.235.0" dependencies = [ "base64 0.21.5", "chrono", @@ -9566,7 +9566,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.234.1" +version = "1.235.0" dependencies = [ "chrono", "serde", @@ -9579,7 +9579,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.234.1" +version = "1.235.0" dependencies = [ "anyhow", "aws-config", @@ -9612,7 +9612,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.234.1" +version = "1.235.0" dependencies = [ "serde", "serde_json", @@ -9620,7 +9620,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.234.1" +version = "1.235.0" dependencies = [ "anyhow", "lazy_static", @@ -9631,7 +9631,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.234.1" +version = "1.235.0" dependencies = [ "anyhow", "gosyn", @@ -9643,7 +9643,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.234.1" +version = "1.235.0" dependencies = [ "anyhow", "lazy_static", @@ -9654,7 +9654,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.234.1" +version = "1.235.0" dependencies = [ "anyhow", "itertools 0.12.0", @@ -9665,7 +9665,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.234.1" +version = "1.235.0" dependencies = [ "anyhow", "async-recursion", @@ -9682,7 +9682,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.234.1" +version = "1.235.0" dependencies = [ "anyhow", "lazy_static", @@ -9693,7 +9693,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.234.1" +version = "1.235.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9710,7 +9710,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.234.1" +version = "1.235.0" dependencies = [ "anyhow", "getrandom 0.2.11", @@ -9728,7 +9728,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.234.1" +version = "1.235.0" dependencies = [ "anyhow", "async-recursion", @@ -9760,7 +9760,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.234.1" +version = "1.235.0" dependencies = [ "anyhow", "async-recursion", @@ -10030,9 +10030,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winnow" -version = "0.5.32" +version = "0.5.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8434aeec7b290e8da5c3f0d628cb0eac6cabcb31d14bb74f779a08109a5914d6" +checksum = "b7520bbdec7211caa7c4e682eb1fbe07abe20cee6756b6e00f537c82c11816aa" dependencies = [ "memchr", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 0aebc63680..3f4840c404 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.234.1" +version = "1.235.0" authors.workspace = true edition.workspace = true @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "1.234.1" +version = "1.235.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 709d969574..bc010be1a8 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.234.1 + version: 1.235.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index b5bdcfb95d..ba22c07b68 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.234.1"; +export const VERSION = "v1.235.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 83bcc326bf..17ed436d5d 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.234.1"; +export const VERSION = "v1.235.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0e9aec6ec2..4f20a0796d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.234.1", + "version": "1.235.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.234.1", + "version": "1.235.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 68f358c1cf..a925929431 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.234.1", + "version": "1.235.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 3ecccc434d..8f0fd4460b 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.234.1" -wmill_pg = ">=1.234.1" +wmill = ">=1.235.0" +wmill_pg = ">=1.235.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 748db850dd..31237c57c4 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.234.1 + version: 1.235.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index c15d5e30c7..587e54bc93 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.234.1" +version = "1.235.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 faff3ce268..0f56698de5 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.234.1" +version = "1.235.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 9941dc0093..1d88e93f42 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.234.1", + "version": "1.235.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 51783c30e1..6d480d4859 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.234.1 +1.235.0