From 8a3f03963b70e798cddb89c4e0fb92fe8341172f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 17 Nov 2023 18:36:22 +0100 Subject: [PATCH] chore(main): release 1.209.0 (#2636) * chore(main): release 1.209.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 20 ++++++ backend/Cargo.lock | 92 +++++++++++++-------------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/lib.ts | 2 +- cli/main.ts | 2 +- frontend/package-lock.json | 16 ++--- 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, 88 insertions(+), 68 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d65e04732..3ef384bf96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog +## [1.209.0](https://github.com/windmill-labs/windmill/compare/v1.208.0...v1.209.0) (2023-11-17) + + +### Features + +* add prompt history ([#2638](https://github.com/windmill-labs/windmill/issues/2638)) ([c2557a2](https://github.com/windmill-labs/windmill/commit/c2557a270f89d4bc055d03833bb90b20161e9de0)) +* collect vcpus and accounts usage ([#2635](https://github.com/windmill-labs/windmill/issues/2635)) ([8183c38](https://github.com/windmill-labs/windmill/commit/8183c38d05da220e036ec36a8ac5cc6f6e004d56)) +* dedicated workers for flows ([#2637](https://github.com/windmill-labs/windmill/issues/2637)) ([b13cc58](https://github.com/windmill-labs/windmill/commit/b13cc58315ea07d67d98bffb907e2cbd0c1d6b7d)) +* **frontend:** add filter by resource on Audit Log page ([#2628](https://github.com/windmill-labs/windmill/issues/2628)) ([1d1258f](https://github.com/windmill-labs/windmill/commit/1d1258ff5873023e66e727a87d6ecb04d1a77e70)) +* **frontend:** Add optional dropdown trigger ([#2642](https://github.com/windmill-labs/windmill/issues/2642)) ([998843b](https://github.com/windmill-labs/windmill/commit/998843ba62a9b154c7a4903bef5b6fc2dc3fafe5)) + + +### Bug Fixes + +* improve suspended flow handling when missing next step ([316d5f3](https://github.com/windmill-labs/windmill/commit/316d5f344f409ca564f92e32d6a04068a316c012)) +* nested schemas can use required ([33dfcfb](https://github.com/windmill-labs/windmill/commit/33dfcfbdc74d611e457e54cc8ddb9152bf365560)) +* support non root imports in bun ([9ff428f](https://github.com/windmill-labs/windmill/commit/9ff428f210dd1dea6cff664aaade1411317587c5)) +* www-url-encoded body ([9c7bb5e](https://github.com/windmill-labs/windmill/commit/9c7bb5ecd9f169d627d98cc1a494d0e5010f0166)) +* x overflow scroll + add clear history btn ([#2641](https://github.com/windmill-labs/windmill/issues/2641)) ([1aef2aa](https://github.com/windmill-labs/windmill/commit/1aef2aae9027010346ce352e6a6993fb175bc904)) + ## [1.208.0](https://github.com/windmill-labs/windmill/compare/v1.207.0...v1.208.0) (2023-11-15) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 56cdff5dd5..d8a201d057 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -811,7 +811,7 @@ dependencies = [ "once_cell", "pin-project-lite", "pin-utils", - "rustls 0.21.8", + "rustls 0.21.9", "tokio", "tracing", ] @@ -1295,9 +1295,9 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "bytes-utils" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9" +checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" dependencies = [ "bytes", "either", @@ -2097,7 +2097,7 @@ checksum = "010ce5e0a920b2364c75a9e38bcd3344bfe55a6b6cd9ef6717d78e5478f9bcb3" dependencies = [ "deno_core", "once_cell", - "rustls 0.21.8", + "rustls 0.21.9", "rustls-native-certs", "rustls-pemfile", "serde", @@ -2522,9 +2522,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c18ee0ed65a5f1f81cac6b1d213b69c35fa47d4252ad41f1486dbd8226fe36e" +checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8" dependencies = [ "libc", "windows-sys 0.48.0", @@ -2907,7 +2907,7 @@ dependencies = [ "hyper", "hyper-rustls", "ring 0.16.20", - "rustls 0.21.8", + "rustls 0.21.9", "rustls-pemfile", "serde", "serde_json", @@ -3098,18 +3098,18 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" [[package]] name = "git-version" -version = "0.3.6" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f0473d8c1218e68cfb9948f813944b199d2353c0f2de876216187825e5516bb" +checksum = "13ad01ffa8221f7fe8b936d6ffb2a3e7ad428885a04fad51866a5f33eafda57c" dependencies = [ "git-version-macro", ] [[package]] name = "git-version-macro" -version = "0.3.6" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aba940ed9806603cbe21a24b14d0bea2999f43d454a8f7bc091deaa126b5e1ba" +checksum = "84488ccbdb24ad6f56dc1863b4a8154a7856cd3c6c7610401634fab3cb588dae" dependencies = [ "proc-macro2", "quote", @@ -3424,7 +3424,7 @@ dependencies = [ "http", "hyper", "log", - "rustls 0.21.8", + "rustls 0.21.9", "rustls-native-certs", "tokio", "tokio-rustls 0.24.1", @@ -3656,11 +3656,11 @@ dependencies = [ [[package]] name = "keyed_priority_queue" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d63b6407b66fc81fc539dccf3ddecb669f393c5101b6a2be3976c95099a06e8" +checksum = "4ee7893dab2e44ae5f9d0173f26ff4aa327c10b01b06a72b52dd9405b628640d" dependencies = [ - "indexmap 1.9.3", + "indexmap 2.1.0", ] [[package]] @@ -3932,7 +3932,7 @@ dependencies = [ "base64 0.20.0", "gethostname", "mail-builder", - "rustls 0.21.8", + "rustls 0.21.9", "smtp-proto", "tokio", "tokio-rustls 0.24.1", @@ -5548,7 +5548,7 @@ dependencies = [ "once_cell", "percent-encoding", "pin-project-lite", - "rustls 0.21.8", + "rustls 0.21.9", "rustls-pemfile", "serde", "serde_json", @@ -5735,9 +5735,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.33.0" +version = "1.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076ba1058b036d3ca8bcafb1d54d0b0572e99d7ecd3e4222723e18ca8e9ca9a8" +checksum = "06676aec5ccb8fc1da723cc8c0f9a46549f21ebb8753d3915c6c41db1e7f1dc4" dependencies = [ "arrayvec", "borsh", @@ -5834,9 +5834,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.8" +version = "0.21.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c" +checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9" dependencies = [ "log", "ring 0.17.5", @@ -6691,7 +6691,7 @@ dependencies = [ "once_cell", "paste", "percent-encoding", - "rustls 0.21.8", + "rustls 0.21.9", "rustls-pemfile", "serde", "serde_json", @@ -7731,7 +7731,7 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.21.8", + "rustls 0.21.9", "tokio", ] @@ -8324,7 +8324,7 @@ dependencies = [ "log", "native-tls", "once_cell", - "rustls 0.21.8", + "rustls 0.21.9", "rustls-webpki", "serde", "serde_json", @@ -8679,7 +8679,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.208.0" +version = "1.209.0" dependencies = [ "anyhow", "axum", @@ -8714,7 +8714,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.208.0" +version = "1.209.0" dependencies = [ "anyhow", "argon2", @@ -8783,7 +8783,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.208.0" +version = "1.209.0" dependencies = [ "base64 0.21.5", "chrono", @@ -8801,7 +8801,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.208.0" +version = "1.209.0" dependencies = [ "chrono", "serde", @@ -8814,7 +8814,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.208.0" +version = "1.209.0" dependencies = [ "anyhow", "axum", @@ -8845,7 +8845,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.208.0" +version = "1.209.0" dependencies = [ "serde", "serde_json", @@ -8853,7 +8853,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.208.0" +version = "1.209.0" dependencies = [ "anyhow", "lazy_static", @@ -8864,7 +8864,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.208.0" +version = "1.209.0" dependencies = [ "anyhow", "gosyn", @@ -8876,7 +8876,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.208.0" +version = "1.209.0" dependencies = [ "anyhow", "lazy_static", @@ -8887,7 +8887,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.208.0" +version = "1.209.0" dependencies = [ "anyhow", "itertools 0.12.0", @@ -8898,7 +8898,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.208.0" +version = "1.209.0" dependencies = [ "anyhow", "async-recursion", @@ -8915,7 +8915,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.208.0" +version = "1.209.0" dependencies = [ "anyhow", "lazy_static", @@ -8926,7 +8926,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.208.0" +version = "1.209.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -8943,7 +8943,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.208.0" +version = "1.209.0" dependencies = [ "anyhow", "getrandom 0.2.11", @@ -8961,7 +8961,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.208.0" +version = "1.209.0" dependencies = [ "anyhow", "async-recursion", @@ -8992,7 +8992,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.208.0" +version = "1.209.0" dependencies = [ "anyhow", "async-recursion", @@ -9247,9 +9247,9 @@ dependencies = [ [[package]] name = "yoke" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e38c508604d6bbbd292dadb3c02559aa7fff6b654a078a36217cad871636e4" +checksum = "65e71b2e4f287f467794c671e2b8f8a5f3716b3c829079a1c44740148eff07e4" dependencies = [ "serde", "stable_deref_trait", @@ -9259,9 +9259,9 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5e19fb6ed40002bab5403ffa37e53e0e56f914a4450c8765f533018db1db35f" +checksum = "9e6936f0cce458098a201c245a11bef556c6a0181129c7034d10d76d1ec3a2b8" dependencies = [ "proc-macro2", "quote", @@ -9312,9 +9312,9 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" +checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" [[package]] name = "zip" diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 4b7a9bdbfc..fec65e40a3 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.208.0" +version = "1.209.0" authors.workspace = true edition.workspace = true @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "1.208.0" +version = "1.209.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 2db0540585..d49e0534ab 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.208.0 + version: 1.209.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index d735c3e23d..612a930861 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.208.0"; +export const VERSION = "v1.209.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 26b1604a14..93ac768bda 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.208.0"; +export const VERSION = "v1.209.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 02406685c7..7ac11714c7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.208.0", + "version": "1.209.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.208.0", + "version": "1.209.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", @@ -6577,9 +6577,9 @@ }, "node_modules/monaco-editor": { "name": "@codingame/monaco-editor-treemended", - "version": "1.83.7", - "resolved": "https://registry.npmjs.org/@codingame/monaco-editor-treemended/-/monaco-editor-treemended-1.83.7.tgz", - "integrity": "sha512-ol1evPNZ2DyR3vrXo8SVyVXurwfuqIz28TXVq5zNsSmfBbfA1iHPqKLW+krrObREXdzsE4JUwELLoqdjvKIrsw==" + "version": "1.83.8", + "resolved": "https://registry.npmjs.org/@codingame/monaco-editor-treemended/-/monaco-editor-treemended-1.83.8.tgz", + "integrity": "sha512-zlV9UGmq9TeW1SIHhIkMtU92m/k0LE3GkB+h+oMwDr2IkqdCP/QeZtKeV1V0Zu4KJsWseS7gETiZP8RTSCCiCQ==" }, "node_modules/monaco-editor-workers": { "version": "0.44.0", @@ -14867,9 +14867,9 @@ } }, "monaco-editor": { - "version": "npm:@codingame/monaco-editor-treemended@1.83.7", - "resolved": "https://registry.npmjs.org/@codingame/monaco-editor-treemended/-/monaco-editor-treemended-1.83.7.tgz", - "integrity": "sha512-ol1evPNZ2DyR3vrXo8SVyVXurwfuqIz28TXVq5zNsSmfBbfA1iHPqKLW+krrObREXdzsE4JUwELLoqdjvKIrsw==" + "version": "npm:@codingame/monaco-editor-treemended@1.83.8", + "resolved": "https://registry.npmjs.org/@codingame/monaco-editor-treemended/-/monaco-editor-treemended-1.83.8.tgz", + "integrity": "sha512-zlV9UGmq9TeW1SIHhIkMtU92m/k0LE3GkB+h+oMwDr2IkqdCP/QeZtKeV1V0Zu4KJsWseS7gETiZP8RTSCCiCQ==" }, "monaco-editor-workers": { "version": "0.44.0", diff --git a/frontend/package.json b/frontend/package.json index a888cc4640..dd506be0f3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.208.0", + "version": "1.209.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 3ed579ddbc..6d1f463265 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.208.0" -wmill_pg = ">=1.208.0" +wmill = ">=1.209.0" +wmill_pg = ">=1.209.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 30f4ebb387..baaa1c45a2 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.208.0 + version: 1.209.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index f2af50938e..fd19da523c 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.208.0" +version = "1.209.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.208.0" +windmill-api = "^1.209.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 fa0798746e..0741e64270 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.208.0" +version = "1.209.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 52f440045a..9e840685eb 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.208.0", + "version": "1.209.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index ec4ab94427..4f578419e9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.208.0 +1.209.0