From 2fc21d46fa8161d1b67c7460f713431f9dafb2dd Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 7 Jan 2024 14:15:40 +0100 Subject: [PATCH] chore(main): release 1.235.1 (#2966) * chore(main): release 1.235.1 * 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 730fc9ed28..f956184ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.235.1](https://github.com/windmill-labs/windmill/compare/v1.235.0...v1.235.1) (2024-01-07) + + +### Bug Fixes + +* fix resultjobloader ([2e02300](https://github.com/windmill-labs/windmill/commit/2e023003da8bea9efa86c0fbc52bf9723c73907d)) + ## [1.235.0](https://github.com/windmill-labs/windmill/compare/v1.234.1...v1.235.0) (2024-01-06) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 8236f56679..bad5816a98 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -266,7 +266,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c" dependencies = [ "concurrent-queue", - "event-listener 4.0.2", + "event-listener 4.0.3", "event-listener-strategy", "futures-core", "pin-project-lite", @@ -313,7 +313,7 @@ dependencies = [ "async-task", "concurrent-queue", "fastrand 2.0.1", - "futures-lite 2.1.0", + "futures-lite 2.2.0", "slab", ] @@ -328,7 +328,7 @@ dependencies = [ "async-io 2.2.2", "async-lock 3.2.0", "blocking", - "futures-lite 2.1.0", + "futures-lite 2.2.0", "once_cell", ] @@ -362,7 +362,7 @@ dependencies = [ "cfg-if", "concurrent-queue", "futures-io", - "futures-lite 2.1.0", + "futures-lite 2.2.0", "parking", "polling 3.3.1", "rustix 0.38.28", @@ -386,7 +386,7 @@ version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7125e42787d53db9dd54261812ef17e937c95a51e4d291373b670342fa44310c" dependencies = [ - "event-listener 4.0.2", + "event-listener 4.0.3", "event-listener-strategy", "pin-project-lite", ] @@ -1224,7 +1224,7 @@ dependencies = [ "async-task", "fastrand 2.0.1", "futures-io", - "futures-lite 2.1.0", + "futures-lite 2.2.0", "piper", "tracing", ] @@ -2684,9 +2684,9 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "event-listener" -version = "4.0.2" +version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "218a870470cce1469024e9fb66b901aa983929d81304a1cdb299f28118e550d5" +checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" dependencies = [ "concurrent-queue", "parking", @@ -2699,7 +2699,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" dependencies = [ - "event-listener 4.0.2", + "event-listener 4.0.3", "pin-project-lite", ] @@ -2990,9 +2990,9 @@ dependencies = [ [[package]] name = "futures-lite" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143" +checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" dependencies = [ "fastrand 2.0.1", "futures-core", @@ -9442,7 +9442,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.235.0" +version = "1.235.1" dependencies = [ "anyhow", "axum", @@ -9477,7 +9477,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.235.0" +version = "1.235.1" dependencies = [ "anyhow", "argon2", @@ -9548,7 +9548,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.235.0" +version = "1.235.1" dependencies = [ "base64 0.21.5", "chrono", @@ -9566,7 +9566,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.235.0" +version = "1.235.1" dependencies = [ "chrono", "serde", @@ -9579,7 +9579,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.235.0" +version = "1.235.1" dependencies = [ "anyhow", "aws-config", @@ -9612,7 +9612,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.235.0" +version = "1.235.1" dependencies = [ "serde", "serde_json", @@ -9620,7 +9620,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.235.0" +version = "1.235.1" dependencies = [ "anyhow", "lazy_static", @@ -9631,7 +9631,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.235.0" +version = "1.235.1" dependencies = [ "anyhow", "gosyn", @@ -9643,7 +9643,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.235.0" +version = "1.235.1" dependencies = [ "anyhow", "lazy_static", @@ -9654,7 +9654,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.235.0" +version = "1.235.1" dependencies = [ "anyhow", "itertools 0.12.0", @@ -9665,7 +9665,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.235.0" +version = "1.235.1" dependencies = [ "anyhow", "async-recursion", @@ -9682,7 +9682,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.235.0" +version = "1.235.1" dependencies = [ "anyhow", "lazy_static", @@ -9693,7 +9693,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.235.0" +version = "1.235.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9710,7 +9710,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.235.0" +version = "1.235.1" dependencies = [ "anyhow", "getrandom 0.2.11", @@ -9728,7 +9728,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.235.0" +version = "1.235.1" dependencies = [ "anyhow", "async-recursion", @@ -9760,7 +9760,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.235.0" +version = "1.235.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 3f4840c404..d8a0a9dce7 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.235.0" +version = "1.235.1" authors.workspace = true edition.workspace = true @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "1.235.0" +version = "1.235.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index bc010be1a8..d14cfe9afd 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.235.0 + version: 1.235.1 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index ba22c07b68..31c9b82608 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.235.0"; +export const VERSION = "v1.235.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 17ed436d5d..7473078aa2 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.235.0"; +export const VERSION = "v1.235.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4f20a0796d..c10733062d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.235.0", + "version": "1.235.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.235.0", + "version": "1.235.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index a925929431..775b70a468 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.235.0", + "version": "1.235.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 8f0fd4460b..c37325e5d7 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.235.0" -wmill_pg = ">=1.235.0" +wmill = ">=1.235.1" +wmill_pg = ">=1.235.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 31237c57c4..1c3d541694 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.235.0 + version: 1.235.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 587e54bc93..605c28b6d1 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.235.0" +version = "1.235.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 0f56698de5..229371e761 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.235.0" +version = "1.235.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/package.json b/typescript-client/package.json index 1d88e93f42..dde56033df 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.235.0", + "version": "1.235.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 6d480d4859..93fbdaac33 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.235.0 +1.235.1