From e1aa3edb305098d91df32da54fda7ff45e0ce0bf Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sun, 11 Feb 2024 12:57:42 +0100 Subject: [PATCH] chore(main): release 1.268.0 (#3196) * chore(main): release 1.268.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 14 +++++ backend/Cargo.lock | 76 +++++++++++++-------------- 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, 67 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da3a9807e..131d24fff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## [1.268.0](https://github.com/windmill-labs/windmill/compare/v1.267.0...v1.268.0) (2024-02-11) + + +### Features + +* flow inputs ai gen ([#3191](https://github.com/windmill-labs/windmill/issues/3191)) ([13e6706](https://github.com/windmill-labs/windmill/commit/13e6706a095639c92691a4e714704aedd09155c2)) + + +### Bug Fixes + +* allow direct git-sync setting loading ([f171d08](https://github.com/windmill-labs/windmill/commit/f171d0827858fbbf1b2a478164ae67bce404e7d1)) +* **cli:** improve tty handling ([87ee3e4](https://github.com/windmill-labs/windmill/commit/87ee3e4a93f955f8ee5dab04e8bcec5415fb3fb5)) +* **cli:** improve tty handling ([f1ae3f2](https://github.com/windmill-labs/windmill/commit/f1ae3f21ef97b5144cc670b1c5f12508d3ac6c9d)) + ## [1.267.0](https://github.com/windmill-labs/windmill/compare/v1.266.1...v1.267.0) (2024-02-10) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 530f2dbc30..88f141a13d 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -52,9 +52,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd" +checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ "getrandom 0.2.12", "once_cell", @@ -63,9 +63,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" +checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff" dependencies = [ "cfg-if", "getrandom 0.2.12", @@ -1085,9 +1085,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.33" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" +checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" dependencies = [ "android-tzdata", "iana-time-zone", @@ -2994,7 +2994,7 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" dependencies = [ - "ahash 0.7.7", + "ahash 0.7.8", ] [[package]] @@ -3003,7 +3003,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.8", ] [[package]] @@ -3012,7 +3012,7 @@ version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.8", "allocator-api2", "rayon", ] @@ -4898,7 +4898,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd503430a6d9779b07915d858865fe998317ef3cfef8973881f578ac5d4baae7" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.8", "arrow-format", "atoi", "atoi_simd", @@ -4932,7 +4932,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae73d5b8e55decde670caba1cc82b61f14bfb9a72503198f0997d657a98dcfd6" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.8", "bitflags 2.4.2", "bytemuck", "chrono", @@ -4977,7 +4977,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96e10a0745acd6009db64bef0ceb9e23a70b1c27b26a0a6517c91f3e6363bc06" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.8", "async-trait", "atoi_simd", "bytes", @@ -5017,7 +5017,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3555f759705be6dd0d3762d16a0b8787b2dc4da73b57465f3b2bf1a070ba8f20" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.8", "bitflags 2.4.2", "futures", "glob", @@ -5042,7 +5042,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a7eb218296aaa7f79945f08288ca32ca3cf25fa505649eeee689ec21eebf636" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.8", "argminmax", "bytemuck", "either", @@ -5066,7 +5066,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "146010e4b7dd4d2d0e58ddc762f6361f77d7a0385c54471199370c17164f67dd" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.8", "async-stream", "base64 0.21.7", "brotli", @@ -5117,7 +5117,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10e32a0958ef854b132bad7f8369cb3237254635d5e864c99505bc0bc1035fbc" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.8", "bytemuck", "once_cell", "percent-encoding", @@ -5188,7 +5188,7 @@ version = "0.35.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da6ce68169fe61d46958c8eab7447360f30f2f23f6e24a0ce703a14b0a3cfbfc" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.8", "bytemuck", "hashbrown 0.14.3", "indexmap 2.2.2", @@ -5600,7 +5600,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c20af3800cee5134b79a3bd4a3d4b583c16ccfa5f53338f46400851a5b3819" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.8", "equivalent", "hashbrown 0.14.3", "parking_lot", @@ -6088,9 +6088,9 @@ dependencies = [ [[package]] name = "rust_decimal" -version = "1.34.2" +version = "1.34.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "755392e1a2f77afd95580d3f0d0e94ac83eeeb7167552c9b5bca549e61a94d83" +checksum = "b39449a79f45e8da28c57c341891b69a183044b29518bb8f86dbac9df60bb7df" dependencies = [ "arrayvec", "borsh", @@ -7072,7 +7072,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d84b0a3c3739e220d94b3239fd69fb1f74bc36e16643423bd99de3b43c21bfbd" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.8", "atoi", "bigdecimal 0.3.1", "byteorder", @@ -9143,7 +9143,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.267.0" +version = "1.268.0" dependencies = [ "anyhow", "axum", @@ -9179,7 +9179,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.267.0" +version = "1.268.0" dependencies = [ "anyhow", "argon2", @@ -9253,7 +9253,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.267.0" +version = "1.268.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9271,7 +9271,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.267.0" +version = "1.268.0" dependencies = [ "chrono", "serde", @@ -9284,7 +9284,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.267.0" +version = "1.268.0" dependencies = [ "anyhow", "axum", @@ -9317,7 +9317,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.267.0" +version = "1.268.0" dependencies = [ "regex", "rsmq_async", @@ -9332,7 +9332,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.267.0" +version = "1.268.0" dependencies = [ "serde", "serde_json", @@ -9340,7 +9340,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.267.0" +version = "1.268.0" dependencies = [ "anyhow", "lazy_static", @@ -9351,7 +9351,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.267.0" +version = "1.268.0" dependencies = [ "anyhow", "gosyn", @@ -9363,7 +9363,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.267.0" +version = "1.268.0" dependencies = [ "anyhow", "lazy_static", @@ -9374,7 +9374,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.267.0" +version = "1.268.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9385,7 +9385,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.267.0" +version = "1.268.0" dependencies = [ "anyhow", "async-recursion", @@ -9402,7 +9402,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.267.0" +version = "1.268.0" dependencies = [ "anyhow", "lazy_static", @@ -9413,7 +9413,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.267.0" +version = "1.268.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9431,7 +9431,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.267.0" +version = "1.268.0" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9449,7 +9449,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.267.0" +version = "1.268.0" dependencies = [ "anyhow", "async-recursion", @@ -9482,7 +9482,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.267.0" +version = "1.268.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 03f8c22bb8..95733eeb44 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.267.0" +version = "1.268.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.267.0" +version = "1.268.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 71ef7b840b..eb96dbbc3a 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.267.0 + version: 1.268.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index e20971017d..4e7534e51d 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.267.0"; +export const VERSION = "v1.268.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 bfd09d2d27..d152cc6846 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.267.0"; +export const VERSION = "v1.268.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ab4ae7283f..78ab0022c3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.267.0", + "version": "1.268.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.267.0", + "version": "1.268.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 6219521b6b..13c72da752 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.267.0", + "version": "1.268.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 308f903ffb..3665ebdf6b 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.267.0" -wmill_pg = ">=1.267.0" +wmill = ">=1.268.0" +wmill_pg = ">=1.268.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 0a0fd73b97..4341c0ddb8 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.267.0 + version: 1.268.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 8eb51cd113..d41c94bb9f 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.267.0" +version = "1.268.0" 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 563caeb6ca..b9940a6356 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.267.0" +version = "1.268.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 c2429186cb..9381d0be4e 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.267.0", + "version": "1.268.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 95437c16b6..603bcc49a4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.267.0 +1.268.0