From 48b182e560323abe7b82e30799da9972debf6b2a Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 20 Nov 2023 02:09:45 +0100 Subject: [PATCH] chore(main): release 1.211.0 (#2651) * chore(main): release 1.211.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 19 +++++ backend/Cargo.lock | 106 +++++++++++++------------- 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 | 4 +- python-client/wmill_pg/pyproject.toml | 2 +- typescript-client/package.json | 2 +- version.txt | 2 +- 14 files changed, 90 insertions(+), 67 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaaeb0b516..9b897eaa4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog +## [1.211.0](https://github.com/windmill-labs/windmill/compare/v1.210.1...v1.211.0) (2023-11-20) + + +### Features + +* agent mode v0 ([cd260e7](https://github.com/windmill-labs/windmill/commit/cd260e7062802ab39115025577a2456c66435899)) +* agent mode v0 ([47ad8d6](https://github.com/windmill-labs/windmill/commit/47ad8d6013e7144a5d018f43c827b171228b5f42)) +* ai regex ([19907e4](https://github.com/windmill-labs/windmill/commit/19907e4012e88a8fd28a5f0564a7ea48ec12020c)) +* custom error messages for forms ([2f15ebc](https://github.com/windmill-labs/windmill/commit/2f15ebc5f9628b0d26ec08b3527ddc96c6d42ba0)) +* **python:** Add functionality and resiliency to wmill python client ([#2650](https://github.com/windmill-labs/windmill/issues/2650)) ([c7a30f7](https://github.com/windmill-labs/windmill/commit/c7a30f7c9db26252f0ee69e1276ddccc0d52acb3)) + + +### Bug Fixes + +* add refresh button to item picker ([4882d94](https://github.com/windmill-labs/windmill/commit/4882d94dfe18c156662fe483e1dd4f5d3e3be3af)) +* fix base64 assignment (file input) ([70f1210](https://github.com/windmill-labs/windmill/commit/70f121035edd94b3940f530a5603b1ff4bf03839)) +* main broken tests ([#2652](https://github.com/windmill-labs/windmill/issues/2652)) ([c90f7f1](https://github.com/windmill-labs/windmill/commit/c90f7f167e0b9c20008a62eeeef7819e24fc3da9)) +* token expiry is equal to timeout ([b667317](https://github.com/windmill-labs/windmill/commit/b667317d44f37bb50f24e356a1a3d231ebe8b4b4)) + ## [1.210.1](https://github.com/windmill-labs/windmill/compare/v1.210.0...v1.210.1) (2023-11-18) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 155987a1ab..9e948d0035 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -280,15 +280,15 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.6.0" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b0c4a4f319e45986f347ee47fef8bf5e81c9abc3f6f58dc2391439f30df65f0" +checksum = "fc5ea910c42e5ab19012bab31f53cb4d63d54c3a27730f9a833a88efcf4bb52d" dependencies = [ - "async-lock 2.8.0", + "async-lock 3.1.1", "async-task", "concurrent-queue", "fastrand 2.0.1", - "futures-lite 1.13.0", + "futures-lite 2.0.1", "slab", ] @@ -338,9 +338,9 @@ dependencies = [ [[package]] name = "async-lock" -version = "3.1.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "deb2ab2aa8a746e221ab826c73f48bc6ba41be6763f0855cb249eb6d154cf1d7" +checksum = "655b9c7fe787d3b25cc0f804a1a8401790f0c5bc395beb5a64dc77d8de079105" dependencies = [ "event-listener 3.1.0", "event-listener-strategy", @@ -582,7 +582,7 @@ dependencies = [ "http", "percent-encoding", "tracing", - "uuid 1.5.0", + "uuid 1.6.0", ] [[package]] @@ -1160,7 +1160,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" dependencies = [ "async-channel 2.1.0", - "async-lock 3.1.0", + "async-lock 3.1.1", "async-task", "fastrand 2.0.1", "futures-io", @@ -1942,7 +1942,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" dependencies = [ "serde", - "uuid 1.5.0", + "uuid 1.6.0", ] [[package]] @@ -2129,7 +2129,7 @@ dependencies = [ "flate2", "serde", "tokio", - "uuid 1.5.0", + "uuid 1.6.0", "windows-sys 0.48.0", ] @@ -2850,7 +2850,11 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3831c2651acb5177cbd83943f3d9c8912c5ad03c76afcc0e9511ba568ec5ebb" dependencies = [ + "fastrand 2.0.1", "futures-core", + "futures-io", + "memchr", + "parking", "pin-project-lite", ] @@ -4213,7 +4217,7 @@ dependencies = [ "subprocess", "thiserror", "time", - "uuid 1.5.0", + "uuid 1.6.0", "zstd 0.12.4", ] @@ -4953,7 +4957,7 @@ dependencies = [ "postgres-protocol", "serde", "serde_json", - "uuid 1.5.0", + "uuid 1.6.0", ] [[package]] @@ -5213,9 +5217,9 @@ dependencies = [ [[package]] name = "pulp" -version = "0.18.4" +version = "0.18.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7057c1435edb390ebfc51743abad043377f1f698ce8e649a9b52a4b378be5e4d" +checksum = "16785ee69419641c75affff7c9fdbdb7c0ab26dc9a5fb5218c2a2e9e4ef2087d" dependencies = [ "bytemuck", "libm", @@ -5629,7 +5633,7 @@ dependencies = [ "rkyv_derive", "seahash", "tinyvec", - "uuid 1.5.0", + "uuid 1.6.0", ] [[package]] @@ -5809,9 +5813,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.24" +version = "0.38.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ad981d6c340a49cdc40a1028d9c6084ec7e9fa33fcb839cab656a267071e234" +checksum = "dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e" dependencies = [ "bitflags 2.4.1", "errno", @@ -5978,7 +5982,7 @@ dependencies = [ "serde", "thiserror", "url", - "uuid 1.5.0", + "uuid 1.6.0", ] [[package]] @@ -6016,7 +6020,7 @@ dependencies = [ "schemars_derive", "serde", "serde_json", - "uuid 1.5.0", + "uuid 1.6.0", ] [[package]] @@ -6703,7 +6707,7 @@ dependencies = [ "tokio-stream", "tracing", "url", - "uuid 1.5.0", + "uuid 1.6.0", "webpki-roots 0.24.0", ] @@ -6806,7 +6810,7 @@ dependencies = [ "stringprep", "thiserror", "tracing", - "uuid 1.5.0", + "uuid 1.6.0", "whoami", ] @@ -6849,7 +6853,7 @@ dependencies = [ "stringprep", "thiserror", "tracing", - "uuid 1.5.0", + "uuid 1.6.0", "whoami", ] @@ -6885,7 +6889,7 @@ dependencies = [ "sqlx-core 0.7.2", "tracing", "url", - "uuid 1.5.0", + "uuid 1.6.0", ] [[package]] @@ -7444,7 +7448,7 @@ dependencies = [ "cfg-if", "fastrand 2.0.1", "redox_syscall 0.4.1", - "rustix 0.38.24", + "rustix 0.38.25", "windows-sys 0.48.0", ] @@ -7521,7 +7525,7 @@ dependencies = [ "tokio-rustls 0.23.4", "tokio-util", "tracing", - "uuid 1.5.0", + "uuid 1.6.0", ] [[package]] @@ -8153,7 +8157,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e37c4b6cbcc59a8dcd09a6429fbc7890286bcbb79215cea7b38a3c4c0921d93" dependencies = [ "rand 0.8.5", - "uuid 1.5.0", + "uuid 1.6.0", ] [[package]] @@ -8380,9 +8384,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" +checksum = "c58fe91d841bc04822c9801002db4ea904b9e4b8e6bbad25127b46eff8dc516b" dependencies = [ "getrandom 0.2.11", "serde", @@ -8633,7 +8637,7 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.24", + "rustix 0.38.25", ] [[package]] @@ -8679,7 +8683,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.210.1" +version = "1.211.0" dependencies = [ "anyhow", "axum", @@ -8704,7 +8708,7 @@ dependencies = [ "tokio-metrics", "tracing", "url", - "uuid 1.5.0", + "uuid 1.6.0", "windmill-api", "windmill-api-client", "windmill-common", @@ -8714,7 +8718,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.210.1" +version = "1.211.0" dependencies = [ "anyhow", "argon2", @@ -8773,7 +8777,7 @@ dependencies = [ "tracing", "tracing-subscriber", "urlencoding", - "uuid 1.5.0", + "uuid 1.6.0", "windmill-audit", "windmill-common", "windmill-parser", @@ -8783,7 +8787,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.210.1" +version = "1.211.0" dependencies = [ "base64 0.21.5", "chrono", @@ -8796,12 +8800,12 @@ dependencies = [ "serde", "serde_json", "syn 1.0.109", - "uuid 1.5.0", + "uuid 1.6.0", ] [[package]] name = "windmill-audit" -version = "1.210.1" +version = "1.211.0" dependencies = [ "chrono", "serde", @@ -8814,7 +8818,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.210.1" +version = "1.211.0" dependencies = [ "anyhow", "axum", @@ -8840,12 +8844,12 @@ dependencies = [ "tracing-flame", "tracing-loki", "tracing-subscriber", - "uuid 1.5.0", + "uuid 1.6.0", ] [[package]] name = "windmill-parser" -version = "1.210.1" +version = "1.211.0" dependencies = [ "serde", "serde_json", @@ -8853,7 +8857,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.210.1" +version = "1.211.0" dependencies = [ "anyhow", "lazy_static", @@ -8864,7 +8868,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.210.1" +version = "1.211.0" dependencies = [ "anyhow", "gosyn", @@ -8876,7 +8880,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.210.1" +version = "1.211.0" dependencies = [ "anyhow", "lazy_static", @@ -8887,7 +8891,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.210.1" +version = "1.211.0" dependencies = [ "anyhow", "itertools 0.12.0", @@ -8898,7 +8902,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.210.1" +version = "1.211.0" dependencies = [ "anyhow", "async-recursion", @@ -8915,7 +8919,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.210.1" +version = "1.211.0" dependencies = [ "anyhow", "lazy_static", @@ -8926,7 +8930,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.210.1" +version = "1.211.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -8943,7 +8947,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.210.1" +version = "1.211.0" dependencies = [ "anyhow", "getrandom 0.2.11", @@ -8961,7 +8965,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.210.1" +version = "1.211.0" dependencies = [ "anyhow", "async-recursion", @@ -8985,14 +8989,14 @@ dependencies = [ "tokio", "tracing", "ulid", - "uuid 1.5.0", + "uuid 1.6.0", "windmill-audit", "windmill-common", ] [[package]] name = "windmill-worker" -version = "1.210.1" +version = "1.211.0" dependencies = [ "anyhow", "async-recursion", @@ -9038,7 +9042,7 @@ dependencies = [ "tokio-util", "tracing", "urlencoding", - "uuid 1.5.0", + "uuid 1.6.0", "windmill-audit", "windmill-common", "windmill-parser", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index ab0b0fd098..1e3ab32c61 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.210.1" +version = "1.211.0" authors.workspace = true edition.workspace = true @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "1.210.1" +version = "1.211.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 2c07921003..bcd529b2f8 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.210.1 + version: 1.211.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index d13d1750c7..7e035c7584 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.210.1"; +export const VERSION = "v1.211.0"; 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 40dd0bb9fb..f3a90149a4 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.210.1"; +export const VERSION = "v1.211.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 52944f08b3..859f2c8d56 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.210.1", + "version": "1.211.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.210.1", + "version": "1.211.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 4ab31e06ae..bfd511372f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.210.1", + "version": "1.211.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 84316858e0..5f74cbf7c4 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.210.1" -wmill_pg = ">=1.210.1" +wmill = ">=1.211.0" +wmill_pg = ">=1.211.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index cb7819e148..c3bf0c3307 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.210.1 + version: 1.211.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 6d876a0fa6..935d85b202 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.210.1" +version = "1.211.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.210.1" +windmill-api = "^1.211.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 db9eb618d3..c993dfc26d 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.210.1" +version = "1.211.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 b68e991f41..452d18046a 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.210.1", + "version": "1.211.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index d346ca8a97..486a4fcaff 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.210.1 +1.211.0