From a73d76f443d3aaaec5a92ea2f804e994d1f9d5a6 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 15 Jan 2024 22:46:44 +0100 Subject: [PATCH] chore(main): release 1.244.4 (#3003) * chore(main): release 2.0.0 * Apply automatic changes * Update version.txt * Update CHANGELOG.md * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 16 +++++++ backend/Cargo.lock | 60 +++++++++++++-------------- 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, 61 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 534042df4b..bd78eaf014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## [1.244.4](https://github.com/windmill-labs/windmill/compare/v1.244.2...v1.244.4) (2024-01-15) + + + +### Features + +* experimental nodejs support ([047ee10](https://github.com/windmill-labs/windmill/commit/047ee10246f8e1bb952d3b8cdf21612948ac9843)) +* git sync branch name no contains the workspace ID and the type ([#3004](https://github.com/windmill-labs/windmill/issues/3004)) + + +### Bug Fixes + +* git sync branch name no contains the workspace ID and the type ([#3004](https://github.com/windmill-labs/windmill/issues/3004)) ([d845864](https://github.com/windmill-labs/windmill/commit/d845864872aff0057d6a3f5d9df2cc4a8c642be5)) +* improve bun imports resolutions ([2b28854](https://github.com/windmill-labs/windmill/commit/2b288542bdfdba62b9182002db6c8c23cdd9869f)) +* improve bun imports resolutions ([64e592b](https://github.com/windmill-labs/windmill/commit/64e592b874ef0414dcea2a3dd113d323cff0661e)) + ## [1.244.2](https://github.com/windmill-labs/windmill/compare/v1.244.1...v1.244.2) (2024-01-13) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index c7abd3ab08..5d4db47490 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -364,7 +364,7 @@ dependencies = [ "futures-io", "futures-lite 2.2.0", "parking", - "polling 3.3.1", + "polling 3.3.2", "rustix 0.38.30", "slab", "tracing", @@ -1542,9 +1542,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.16" +version = "4.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445" +checksum = "80932e03c33999b9235edb8655bc9df3204adc9887c2f95b50cb1deb9fd54253" dependencies = [ "clap_builder", "clap_derive", @@ -1552,9 +1552,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.16" +version = "4.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb" +checksum = "d6c0db58c659eef1c73e444d298c27322a1b52f6927d2ad470c0c0f96fa7b8fa" dependencies = [ "anstream", "anstyle", @@ -3247,9 +3247,9 @@ dependencies = [ [[package]] name = "gosyn" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "947dbc0e68a621aec8aa86f2c5f6dc0d4c720ae1da60bfb94c5169879b946c68" +checksum = "14163cf566b1496f50447a61981892272a61ef220d37e69508e19075bc66e3f1" dependencies = [ "anyhow", "strum", @@ -5420,9 +5420,9 @@ dependencies = [ [[package]] name = "polling" -version = "3.3.1" +version = "3.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf63fa624ab313c11656b4cda960bfc46c410187ad493c41f6ba2d8c1e991c9e" +checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41" dependencies = [ "cfg-if", "concurrent-queue", @@ -7028,9 +7028,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.2" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" +checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e" [[package]] name = "smart-default" @@ -9254,7 +9254,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.244.2" +version = "1.244.4" dependencies = [ "anyhow", "axum", @@ -9290,7 +9290,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.244.2" +version = "1.244.4" dependencies = [ "anyhow", "argon2", @@ -9362,7 +9362,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.244.2" +version = "1.244.4" dependencies = [ "base64 0.21.7", "chrono", @@ -9380,7 +9380,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.244.2" +version = "1.244.4" dependencies = [ "chrono", "serde", @@ -9393,7 +9393,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.244.2" +version = "1.244.4" dependencies = [ "anyhow", "aws-config", @@ -9427,7 +9427,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.244.2" +version = "1.244.4" dependencies = [ "rsmq_async", "serde", @@ -9441,7 +9441,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.244.2" +version = "1.244.4" dependencies = [ "serde", "serde_json", @@ -9449,7 +9449,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.244.2" +version = "1.244.4" dependencies = [ "anyhow", "lazy_static", @@ -9460,7 +9460,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.244.2" +version = "1.244.4" dependencies = [ "anyhow", "gosyn", @@ -9472,7 +9472,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.244.2" +version = "1.244.4" dependencies = [ "anyhow", "lazy_static", @@ -9483,7 +9483,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.244.2" +version = "1.244.4" dependencies = [ "anyhow", "itertools 0.12.0", @@ -9494,7 +9494,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.244.2" +version = "1.244.4" dependencies = [ "anyhow", "async-recursion", @@ -9511,7 +9511,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.244.2" +version = "1.244.4" dependencies = [ "anyhow", "lazy_static", @@ -9522,7 +9522,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.244.2" +version = "1.244.4" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9540,7 +9540,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.244.2" +version = "1.244.4" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9558,7 +9558,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.244.2" +version = "1.244.4" dependencies = [ "anyhow", "async-recursion", @@ -9591,7 +9591,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.244.2" +version = "1.244.4" dependencies = [ "anyhow", "async-recursion", @@ -9824,9 +9824,9 @@ dependencies = [ [[package]] name = "xattr" -version = "1.2.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "914566e6413e7fa959cc394fb30e563ba80f3541fbd40816d4c05a0fc3f2a0f1" +checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" dependencies = [ "libc", "linux-raw-sys 0.4.12", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index fbe81b1ab4..fb6b9f3f49 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.244.2" +version = "1.244.4" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.244.2" +version = "1.244.4" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 3fb828dbe0..807e305725 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.244.2 + version: 1.244.4 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index ab8ce6c50d..1c9ccb40d9 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.244.2"; +export const VERSION = "v1.244.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 f5ad85d395..0f78e8b8f7 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.244.2"; +export const VERSION = "v1.244.4"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c9d96392f1..9f0e710fbd 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.244.2", + "version": "1.244.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.244.2", + "version": "1.244.4", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 2e8ac0bd9a..1743ea4610 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.244.2", + "version": "1.244.4", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 0dabaa7c77..e293c89598 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.244.2" -wmill_pg = ">=1.244.2" +wmill = ">=1.244.4" +wmill_pg = ">=1.244.4" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index ab2887ddca..3fb0705f49 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.244.2 + version: 1.244.4 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 7310e71cce..61eeeed37b 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.244.2" +version = "1.244.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 cd97799c30..44d45c2819 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.244.2" +version = "1.244.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 ad317443d3..a6cc2ad260 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.244.2", + "version": "1.244.4", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 3a1d4b024c..613b6b6fd6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.244.2 +1.244.4