From d39711915aec7ccd3ac5fcdbe32ca4d211c48e28 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 5 Sep 2023 23:48:28 +0200 Subject: [PATCH] chore(main): release 1.167.0 (#2229) * chore(main): release 1.167.1 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 7 +++ backend/Cargo.lock | 72 +++++++++++++++------------ 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, 63 insertions(+), 48 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ca811433..7e5ae22e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [1.167.1](https://github.com/windmill-labs/windmill/compare/v1.167.0...v1.167.1) (2023-09-05) + + +### Bug Fixes + +* **frontend:** add virtual list ([#2218](https://github.com/windmill-labs/windmill/issues/2218)) ([e4c896b](https://github.com/windmill-labs/windmill/commit/e4c896b4b9f28b2fa219be249a2794faf3f1b7d0)) + ## [1.167.0](https://github.com/windmill-labs/windmill/compare/v1.166.1...v1.167.0) (2023-09-04) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 5302f0b9f4..1966b7e64a 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -163,9 +163,9 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "argon2" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2e554a8638bdc1e4eae9984845306cc95f8a9208ba8d49c3859fd958b46774d" +checksum = "17ba4cac0a46bc1d2912652a751c47f2a9f3a7fe89bcae2275d418f5270402f9" dependencies = [ "base64ct", "blake2", @@ -1863,6 +1863,12 @@ dependencies = [ "windows-sys", ] +[[package]] +name = "finl_unicode" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" + [[package]] name = "fixedbitset" version = "0.4.2" @@ -3411,9 +3417,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.92" +version = "0.9.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db7e971c2c2bba161b2d2fdf37080177eff520b3bc044787c7f1f5f9e78d869b" +checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d" dependencies = [ "cc", "libc", @@ -5086,9 +5092,9 @@ dependencies = [ [[package]] name = "shlex" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" +checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" [[package]] name = "signal-hook-registry" @@ -5278,11 +5284,11 @@ dependencies = [ [[package]] name = "sqlformat" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e" +checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85" dependencies = [ - "itertools 0.10.5", + "itertools 0.11.0", "nom", "unicode_categories", ] @@ -5559,10 +5565,11 @@ dependencies = [ [[package]] name = "stringprep" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db3737bde7edce97102e0e2b15365bf7a20bfdb5f60f4f9e8d7004258a51a8da" +checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6" dependencies = [ + "finl_unicode", "unicode-bidi", "unicode-normalization", ] @@ -6833,9 +6840,9 @@ checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" [[package]] name = "walkdir" -version = "2.3.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" +checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" dependencies = [ "same-file", "winapi-util", @@ -7026,13 +7033,14 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" [[package]] name = "which" -version = "4.4.0" +version = "4.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" +checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" dependencies = [ "either", - "libc", + "home", "once_cell", + "rustix 0.38.11", ] [[package]] @@ -7078,7 +7086,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.167.0" +version = "1.167.1" dependencies = [ "anyhow", "axum", @@ -7113,7 +7121,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.167.0" +version = "1.167.1" dependencies = [ "anyhow", "argon2", @@ -7172,7 +7180,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.167.0" +version = "1.167.1" dependencies = [ "base64 0.21.3", "chrono", @@ -7190,7 +7198,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.167.0" +version = "1.167.1" dependencies = [ "chrono", "serde", @@ -7203,7 +7211,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.167.0" +version = "1.167.1" dependencies = [ "anyhow", "axum", @@ -7229,7 +7237,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.167.0" +version = "1.167.1" dependencies = [ "serde", "serde_json", @@ -7237,7 +7245,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.167.0" +version = "1.167.1" dependencies = [ "anyhow", "lazy_static", @@ -7248,7 +7256,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.167.0" +version = "1.167.1" dependencies = [ "anyhow", "gosyn", @@ -7260,7 +7268,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.167.0" +version = "1.167.1" dependencies = [ "anyhow", "lazy_static", @@ -7271,7 +7279,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.167.0" +version = "1.167.1" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7282,7 +7290,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.167.0" +version = "1.167.1" dependencies = [ "anyhow", "async-recursion", @@ -7299,7 +7307,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.167.0" +version = "1.167.1" dependencies = [ "anyhow", "lazy_static", @@ -7310,7 +7318,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.167.0" +version = "1.167.1" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -7327,7 +7335,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.167.0" +version = "1.167.1" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -7345,7 +7353,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.167.0" +version = "1.167.1" dependencies = [ "anyhow", "async-recursion", @@ -7374,7 +7382,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.167.0" +version = "1.167.1" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 9de399b8e7..647ed72419 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.167.0" +version = "1.167.1" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.167.0" +version = "1.167.1" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index c12341833a..a3e4fce8b3 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.167.0 + version: 1.167.1 title: Windmill API contact: diff --git a/benchmarks/main.ts b/benchmarks/main.ts index 75b838997c..cf6668350c 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.167.0"; +export const VERSION = "v1.167.1"; await new Command() .name("wmillbench") diff --git a/cli/main.ts b/cli/main.ts index 143421b768..4b7523a2ed 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.167.0"; +export const VERSION = "v1.167.1"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 384b4a4dc6..d72e021286 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.167.0", + "version": "1.167.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.167.0", + "version": "1.167.1", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 552a77a28f..3146fd42d9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.167.0", + "version": "1.167.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 72dc3140af..92e5da54bf 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.167.0" -wmill_pg = ">=1.167.0" +wmill = ">=1.167.1" +wmill_pg = ">=1.167.1" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 8f62fc7ec8..88d4c92381 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.167.0 + version: 1.167.1 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 45bee83371..c9ce2a3a4d 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.167.0" +version = "1.167.1" 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.167.0" +windmill-api = "^1.167.1" [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 27d819613d..e1c1edd8e9 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.167.0" +version = "1.167.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 3b0eefc69c..cc9725daf7 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.167.0", + "version": "1.167.1", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 2740e32609..b23f6eb816 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.167.0 +1.167.1