From d0f47f4b032890cd7c85f0304881380c0447d7d2 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 13 Jun 2024 08:27:01 +0200 Subject: [PATCH] chore(main): release 1.345.1 (#3904) * chore(main): release 1.345.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 8 +++ 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 +- .../WindmillClient/WindmillClient.psd1 | 2 +- python-client/wmill/pyproject.toml | 2 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/jsr.json | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 16 files changed, 54 insertions(+), 46 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd4fd9d98..7ce13c3b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.345.1](https://github.com/windmill-labs/windmill/compare/v1.345.0...v1.345.1) (2024-06-13) + + +### Bug Fixes + +* correct exception handling in PHP wrapper ([#3901](https://github.com/windmill-labs/windmill/issues/3901)) ([320ba75](https://github.com/windmill-labs/windmill/commit/320ba754a4dcfb096807cfedbab8264be11dfb32)) +* enums derivable from code ([6c2420f](https://github.com/windmill-labs/windmill/commit/6c2420f118d5665eca9ccc7a4f0b2ccd018738aa)) + ## [1.345.0](https://github.com/windmill-labs/windmill/compare/v1.344.3...v1.345.0) (2024-06-12) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 695bacecc5..06446ad6f6 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1006,9 +1006,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.6.3" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa6dbabc7629fab4e4467f95f119c2e1a9b00b44c893affa98e23b040a0e2567" +checksum = "1b570ea39eb95bd32543f6e4032bce172cb6209b9bc8c83c770d08169e875afc" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -4936,9 +4936,9 @@ dependencies = [ [[package]] name = "malachite" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ec75c8919dd516ed0ee247046a5950113ebcb06fbd3140f3cefb917d6b50fa5" +checksum = "7f65155c1c6ca06b3182b8c9a92b531eabf83aa2ac23fe1720672e02280d10c3" dependencies = [ "malachite-base", "malachite-nz", @@ -4947,9 +4947,9 @@ dependencies = [ [[package]] name = "malachite-base" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98ca40106fdb86fe664e5a1697e0246fe5c5461195dbb4f4df91a88283b76a09" +checksum = "a45b2c0c7a8e98471a785106e2eca885f32854287b767266eb6606ae9b80562a" dependencies = [ "hashbrown 0.14.5", "itertools 0.11.0", @@ -4972,9 +4972,9 @@ dependencies = [ [[package]] name = "malachite-nz" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6117914d26f55be8be3cd874e8ab4c8292c96901613d3dde4381cdd586997062" +checksum = "62c96d099d47d6fedf0b2d51c66488eac37a2b060ea752ecb46b6e8d53dab411" dependencies = [ "itertools 0.11.0", "libm", @@ -4983,9 +4983,9 @@ dependencies = [ [[package]] name = "malachite-q" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bd3fad92242d433e28335f8d10fec0bfc712b00a2d7e135f8920bbc387dfeaa" +checksum = "d5d8768a4cd2d9bb1fbb48bba1d376fc8b605451d89e455ea71f04d215236023" dependencies = [ "itertools 0.11.0", "malachite-base", @@ -10117,7 +10117,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.345.0" +version = "1.345.1" dependencies = [ "anyhow", "axum", @@ -10156,7 +10156,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.345.0" +version = "1.345.1" dependencies = [ "anyhow", "argon2", @@ -10233,7 +10233,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.345.0" +version = "1.345.1" dependencies = [ "base64 0.21.7", "chrono", @@ -10251,7 +10251,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.345.0" +version = "1.345.1" dependencies = [ "chrono", "serde", @@ -10264,7 +10264,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.345.0" +version = "1.345.1" dependencies = [ "anyhow", "aws-config", @@ -10303,7 +10303,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.345.0" +version = "1.345.1" dependencies = [ "regex", "rsmq_async", @@ -10318,7 +10318,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.345.0" +version = "1.345.1" dependencies = [ "serde", "serde_json", @@ -10326,7 +10326,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.345.0" +version = "1.345.1" dependencies = [ "anyhow", "lazy_static", @@ -10337,7 +10337,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.345.0" +version = "1.345.1" dependencies = [ "anyhow", "gosyn", @@ -10349,7 +10349,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.345.0" +version = "1.345.1" dependencies = [ "anyhow", "lazy_static", @@ -10360,7 +10360,7 @@ dependencies = [ [[package]] name = "windmill-parser-php" -version = "1.345.0" +version = "1.345.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10374,7 +10374,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.345.0" +version = "1.345.1" dependencies = [ "anyhow", "itertools 0.13.0", @@ -10385,7 +10385,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.345.0" +version = "1.345.1" dependencies = [ "anyhow", "async-recursion", @@ -10402,7 +10402,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.345.0" +version = "1.345.1" dependencies = [ "anyhow", "lazy_static", @@ -10413,7 +10413,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.345.0" +version = "1.345.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -10432,7 +10432,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.345.0" +version = "1.345.1" dependencies = [ "anyhow", "getrandom 0.2.15", @@ -10451,7 +10451,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.345.0" +version = "1.345.1" dependencies = [ "anyhow", "async-recursion", @@ -10484,7 +10484,7 @@ dependencies = [ [[package]] name = "windmill-sql-datatype-parser-wasm" -version = "1.345.0" +version = "1.345.1" dependencies = [ "serde", "wasm-bindgen", @@ -10495,7 +10495,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.345.0" +version = "1.345.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index b9fadf9c2a..32d01bc16c 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.345.0" +version = "1.345.1" authors.workspace = true edition.workspace = true @@ -24,7 +24,7 @@ members = [ ] [workspace.package] -version = "1.345.0" +version = "1.345.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 3211a3d28f..5c57a7299b 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.345.0 + version: 1.345.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 9ca132579c..efb716c1a5 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.345.0"; +export const VERSION = "v1.345.1"; 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 34289c5c89..e9379b9361 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -33,7 +33,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.345.0"; +export const VERSION = "v1.345.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7833531282..ebb6339913 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.345.0", + "version": "1.345.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.345.0", + "version": "1.345.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index e021aa4ce9..abfa3eebf3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.345.0", + "version": "1.345.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 9c1b911202..368f835cfb 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.345.0" -wmill_pg = ">=1.345.0" +wmill = ">=1.345.1" +wmill_pg = ">=1.345.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index e3f23ed21f..d625cec4d6 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.345.0 + version: 1.345.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/powershell-client/WindmillClient/WindmillClient.psd1 b/powershell-client/WindmillClient/WindmillClient.psd1 index 267c389df9..6a1b4396d5 100644 --- a/powershell-client/WindmillClient/WindmillClient.psd1 +++ b/powershell-client/WindmillClient/WindmillClient.psd1 @@ -12,7 +12,7 @@ RootModule = 'WindmillClient.psm1' # Version number of this module. -ModuleVersion = '1.345.0' +ModuleVersion = '1.345.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 9c0508b8a1..273f2de302 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.345.0" +version = "1.345.1" 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 c5d822ebe5..b3211d8755 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.345.0" +version = "1.345.1" 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/jsr.json b/typescript-client/jsr.json index 0a1f8b6b9f..b923d14c19 100644 --- a/typescript-client/jsr.json +++ b/typescript-client/jsr.json @@ -1,6 +1,6 @@ { "name": "@windmill/windmill", - "version": "1.345.0", + "version": "1.345.1", "exports": "./src/index.ts", "publish": { "exclude": ["!src", "./s3Types.ts", "./client.ts"] diff --git a/typescript-client/package.json b/typescript-client/package.json index 9389db96b4..c7cbfadd9d 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.345.0", + "version": "1.345.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 36cd77290b..78131f68d4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.345.0 +1.345.1