From f86523b0f14f2608ecea25cacbebb6142114ec4e Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Mon, 5 Feb 2024 09:19:06 +0100 Subject: [PATCH] chore(main): release 1.261.0 (#3144) * chore(main): release 1.261.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 14 +++++ backend/Cargo.lock | 86 +++++++++++++-------------- 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, 69 insertions(+), 61 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce18644216..e877708eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## [1.261.0](https://github.com/windmill-labs/windmill/compare/v1.260.1...v1.261.0) (2024-02-05) + + +### Features + +* add flow debug info endpoint + button ([608c759](https://github.com/windmill-labs/windmill/commit/608c7597aedfb896376b2272e45a30a9e7545b58)) +* add nobypassrls migration ([97d1349](https://github.com/windmill-labs/windmill/commit/97d134994edca26156aa3de85c5e9651e605dc5a)) + + +### Bug Fixes + +* add support for ephemeral tokens ([95952da](https://github.com/windmill-labs/windmill/commit/95952da387fa9954292932588bd1c106e811e59a)) +* decrease database connections of workers to 3 ([2c4eb46](https://github.com/windmill-labs/windmill/commit/2c4eb46e65dfed981c0fce1acf35ea36225c6063)) + ## [1.260.1](https://github.com/windmill-labs/windmill/compare/v1.260.0...v1.260.1) (2024-02-02) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 9502f9efcd..56f5c3d93c 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -732,17 +732,17 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.69.2" +version = "0.69.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4c69fae65a523209d34240b60abe0c42d33d1045d445c0839d8a4894a736e2d" +checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" dependencies = [ "bitflags 2.4.2", "cexpr", "clang-sys", + "itertools 0.12.1", "lazy_static", "lazycell", "log", - "peeking_take_while", "prettyplease 0.2.16", "proc-macro2", "quote", @@ -912,9 +912,9 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "bytecheck" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627" +checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" dependencies = [ "bytecheck_derive", "ptr_meta", @@ -923,9 +923,9 @@ dependencies = [ [[package]] name = "bytecheck_derive" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61" +checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" dependencies = [ "proc-macro2", "quote", @@ -2368,9 +2368,9 @@ dependencies = [ [[package]] name = "fiat-crypto" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7" +checksum = "1676f435fc1dadde4d03e43f5d62b259e1ce5f40bd4ffb21db2b42ebe59c1382" [[package]] name = "filetime" @@ -3215,9 +3215,9 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.59" +version = "0.1.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539" +checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -3904,9 +3904,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" +checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" dependencies = [ "adler", ] @@ -4547,12 +4547,6 @@ dependencies = [ "sha2 0.10.8", ] -[[package]] -name = "peeking_take_while" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" - [[package]] name = "pem" version = "1.1.1" @@ -5830,9 +5824,9 @@ dependencies = [ [[package]] name = "rend" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2571463863a6bd50c32f94402933f03457a3fbaf697a707c5be741e459f08fd" +checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" dependencies = [ "bytecheck", ] @@ -5932,9 +5926,9 @@ dependencies = [ [[package]] name = "rkyv" -version = "0.7.43" +version = "0.7.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "527a97cdfef66f65998b5f3b637c26f5a5ec09cc52a3f9932313ac645f4190f5" +checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0" dependencies = [ "bitvec", "bytecheck", @@ -5950,9 +5944,9 @@ dependencies = [ [[package]] name = "rkyv_derive" -version = "0.7.43" +version = "0.7.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5c462a1328c8e67e4d6dbad1eb0355dd43e8ab432c6e227a43657f16ade5033" +checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65" dependencies = [ "proc-macro2", "quote", @@ -7931,9 +7925,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.32" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe80ced77cbfb4cb91a94bf72b378b4b6791a0d9b7f09d0be747d1bdff4e68bd" +checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" dependencies = [ "deranged", "itoa", @@ -8544,9 +8538,9 @@ dependencies = [ [[package]] name = "ulid" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e3c3b4dcec1e4729aab50688a1a0631483d79e65b194851425e7748287715a6" +checksum = "34778c17965aa2a08913b57e1f34db9b4a63f5de31768b55bf20d2795f921259" dependencies = [ "getrandom 0.2.12", "rand 0.8.5", @@ -9087,7 +9081,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.260.1" +version = "1.261.0" dependencies = [ "anyhow", "axum", @@ -9123,7 +9117,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.260.1" +version = "1.261.0" dependencies = [ "anyhow", "argon2", @@ -9197,7 +9191,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.260.1" +version = "1.261.0" dependencies = [ "base64 0.21.7", "chrono", @@ -9215,7 +9209,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.260.1" +version = "1.261.0" dependencies = [ "chrono", "serde", @@ -9228,7 +9222,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.260.1" +version = "1.261.0" dependencies = [ "anyhow", "axum", @@ -9261,7 +9255,7 @@ dependencies = [ [[package]] name = "windmill-git-sync" -version = "1.260.1" +version = "1.261.0" dependencies = [ "rsmq_async", "serde", @@ -9275,7 +9269,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.260.1" +version = "1.261.0" dependencies = [ "serde", "serde_json", @@ -9283,7 +9277,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.260.1" +version = "1.261.0" dependencies = [ "anyhow", "lazy_static", @@ -9294,7 +9288,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.260.1" +version = "1.261.0" dependencies = [ "anyhow", "gosyn", @@ -9306,7 +9300,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.260.1" +version = "1.261.0" dependencies = [ "anyhow", "lazy_static", @@ -9317,7 +9311,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.260.1" +version = "1.261.0" dependencies = [ "anyhow", "itertools 0.12.1", @@ -9328,7 +9322,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.260.1" +version = "1.261.0" dependencies = [ "anyhow", "async-recursion", @@ -9345,7 +9339,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.260.1" +version = "1.261.0" dependencies = [ "anyhow", "lazy_static", @@ -9356,7 +9350,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.260.1" +version = "1.261.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -9374,7 +9368,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.260.1" +version = "1.261.0" dependencies = [ "anyhow", "getrandom 0.2.12", @@ -9392,7 +9386,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.260.1" +version = "1.261.0" dependencies = [ "anyhow", "async-recursion", @@ -9425,7 +9419,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.260.1" +version = "1.261.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 2c899c89fb..ea67a7859c 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.260.1" +version = "1.261.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.260.1" +version = "1.261.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index a8beb68395..28fec0403f 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.260.1 + version: 1.261.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index aaa551171f..e85550f931 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.260.1"; +export const VERSION = "v1.261.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 c5fb23796d..a8b580c31b 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.260.1"; +export const VERSION = "v1.261.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0ec1ee6015..12973e2d9d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.260.1", + "version": "1.261.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.260.1", + "version": "1.261.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 696ceb2cf2..9af5e29a5c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.260.1", + "version": "1.261.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 7aa5c724c5..dc8bea2930 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.260.1" -wmill_pg = ">=1.260.1" +wmill = ">=1.261.0" +wmill_pg = ">=1.261.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 027c17129b..3c3d9df772 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.260.1 + version: 1.261.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 2eabca38ca..4804193c14 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.260.1" +version = "1.261.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 cb3ef7a954..e5640c4fc0 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.260.1" +version = "1.261.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 87f2d78d64..08d8ade40c 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.260.1", + "version": "1.261.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index fad9f8a5a2..b97b56e7e3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.260.1 +1.261.0