From ed627c9bcf69506fdec7ac268bdc0595afdd2e09 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 1 Sep 2023 00:05:37 +0200 Subject: [PATCH] chore(main): release 1.165.0 (#2207) * chore(main): release 1.165.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 13 ++++++ backend/Cargo.lock | 60 +++++++++++++-------------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/main.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 | 4 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 14 files changed, 58 insertions(+), 47 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf448abcb..20cf6df020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## [1.165.0](https://github.com/windmill-labs/windmill/compare/v1.164.0...v1.165.0) (2023-08-31) + + +### Features + +* improve queue performance when queue grows large ([ada88a2](https://github.com/windmill-labs/windmill/commit/ada88a2bf94fec71187bbdb210065de43d4cd3fb)) +* support partial go dependency pinning ([41107c7](https://github.com/windmill-labs/windmill/commit/41107c7cfa7b56099a9c8b08cfb16ff3cf840ff2)) + + +### Bug Fixes + +* uniformize that all job links specify the workspace ([d311d76](https://github.com/windmill-labs/windmill/commit/d311d76557432a72a5d6d7ab010aeb1fe0e599de)) + ## [1.164.0](https://github.com/windmill-labs/windmill/compare/v1.163.1...v1.164.0) (2023-08-31) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index b93b01192e..0c236f5288 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -980,20 +980,19 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.1" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c8d502cbaec4595d2e7d5f61e318f05417bd2b66fdc3809498f0d3fdf0bea27" +checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" dependencies = [ "clap_builder", "clap_derive", - "once_cell", ] [[package]] name = "clap_builder" -version = "4.4.1" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5891c7bc0edb3e1c2204fc5e94009affabeb1821c9e5fdc3959536c5c0bb984d" +checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08" dependencies = [ "anstream", "anstyle", @@ -1003,9 +1002,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.4.0" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9fd1a5729c4548118d7d70ff234a44868d00489a4b6597b0b020918a0e91a1a" +checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" dependencies = [ "heck", "proc-macro2", @@ -2326,12 +2325,11 @@ dependencies = [ [[package]] name = "headers" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584" +checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" dependencies = [ - "base64 0.13.1", - "bitflags 1.3.2", + "base64 0.21.3", "bytes", "headers-core", "http", @@ -2628,7 +2626,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" dependencies = [ "hermit-abi", - "rustix 0.38.10", + "rustix 0.38.11", "windows-sys", ] @@ -4557,9 +4555,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.10" +version = "0.38.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6248e1caa625eb708e266e06159f135e8c26f2bb7ceb72dc4b2766d0340964" +checksum = "c0c3dde1fc030af041adc40e79c0e7fbcf431dd24870053d187d7c66e4b87453" dependencies = [ "bitflags 2.4.0", "errno", @@ -5994,7 +5992,7 @@ dependencies = [ "cfg-if", "fastrand 2.0.0", "redox_syscall 0.3.5", - "rustix 0.38.10", + "rustix 0.38.11", "windows-sys", ] @@ -7069,7 +7067,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.164.0" +version = "1.165.0" dependencies = [ "anyhow", "axum", @@ -7104,7 +7102,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.164.0" +version = "1.165.0" dependencies = [ "anyhow", "argon2", @@ -7163,7 +7161,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.164.0" +version = "1.165.0" dependencies = [ "base64 0.21.3", "chrono", @@ -7181,7 +7179,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.164.0" +version = "1.165.0" dependencies = [ "chrono", "serde", @@ -7194,7 +7192,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.164.0" +version = "1.165.0" dependencies = [ "anyhow", "axum", @@ -7219,7 +7217,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.164.0" +version = "1.165.0" dependencies = [ "serde", "serde_json", @@ -7227,7 +7225,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.164.0" +version = "1.165.0" dependencies = [ "anyhow", "lazy_static", @@ -7238,7 +7236,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.164.0" +version = "1.165.0" dependencies = [ "anyhow", "gosyn", @@ -7250,7 +7248,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.164.0" +version = "1.165.0" dependencies = [ "anyhow", "lazy_static", @@ -7261,7 +7259,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.164.0" +version = "1.165.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7272,7 +7270,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.164.0" +version = "1.165.0" dependencies = [ "anyhow", "async-recursion", @@ -7289,7 +7287,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.164.0" +version = "1.165.0" dependencies = [ "anyhow", "lazy_static", @@ -7300,7 +7298,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.164.0" +version = "1.165.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -7317,7 +7315,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.164.0" +version = "1.165.0" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -7335,7 +7333,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.164.0" +version = "1.165.0" dependencies = [ "anyhow", "async-recursion", @@ -7364,7 +7362,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.164.0" +version = "1.165.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 7c01bfd698..aa9f0ac7ff 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.164.0" +version = "1.165.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.164.0" +version = "1.165.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index d18f776819..545bf90118 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.164.0 + version: 1.165.0 title: Windmill API contact: diff --git a/benchmarks/main.ts b/benchmarks/main.ts index d148e6be33..ea869fcdcd 100644 --- a/benchmarks/main.ts +++ b/benchmarks/main.ts @@ -21,7 +21,7 @@ async function login(email: string, password: string): Promise { }); } -export const VERSION = "v1.164.0"; +export const VERSION = "v1.165.0"; await new Command() .name("wmillbench") diff --git a/cli/main.ts b/cli/main.ts index d7fd68d7a6..e2ba54fa99 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.164.0"; +export const VERSION = "v1.165.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e12b605ef1..2868cdc88d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.164.0", + "version": "1.165.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.164.0", + "version": "1.165.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 7234b09744..a403e90a5d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.164.0", + "version": "1.165.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 47b007707a..d475125c30 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.164.0" -wmill_pg = ">=1.164.0" +wmill = ">=1.165.0" +wmill_pg = ">=1.165.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 1ef4cc0df8..05f9a1274a 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.164.0 + version: 1.165.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index b55e74a366..101c48bf5e 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.164.0" +version = "1.165.0" description = "A client library for accessing Windmill server wrapping the Windmill client API" license = "Apache-2.0" homepage = "https://windmill.dev" @@ -16,7 +16,7 @@ include = ["wmill/py.typed"] [tool.poetry.dependencies] python = "^3.7" -windmill-api = "^1.164.0" +windmill-api = "^1.165.0" [build-system] requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"] diff --git a/python-client/wmill_pg/pyproject.toml b/python-client/wmill_pg/pyproject.toml index 05ab99d9c7..92665f6d41 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.164.0" +version = "1.165.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 d68a927d14..c0c85e8b3c 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.164.0", + "version": "1.165.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index dc6d195e8f..be881cd140 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.164.0 +1.165.0