diff --git a/CHANGELOG.md b/CHANGELOG.md index d486a4e186..baed64d1c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog +## [1.192.0](https://github.com/windmill-labs/windmill/compare/v1.191.0...v1.192.0) (2023-10-25) + + +### Features + +* **frontend:** add display borders configuration to list component ([#2508](https://github.com/windmill-labs/windmill/issues/2508)) ([dc54829](https://github.com/windmill-labs/windmill/commit/dc548292ac05f92116d2d65863da3a52e0cfe027)) + + +### Bug Fixes + +* do not share http_client in js_eval runtime ([402193c](https://github.com/windmill-labs/windmill/commit/402193cef9eff0ca03f5bd854d29f95774c4b73e)) +* fix global instance dynamic css ([8efe0ca](https://github.com/windmill-labs/windmill/commit/8efe0cadacaae894cf93a3a569e3d0b8e79c7d14)) + ## [1.191.0](https://github.com/windmill-labs/windmill/compare/v1.190.3...v1.191.0) (2023-10-24) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 2fb7616646..f04a13e56b 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -52,9 +52,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd7d5a2cecb58716e47d67d5703a249964b14c7be1ec3cad3affc295b2d1c35d" +checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" dependencies = [ "cfg-if", "getrandom 0.2.10", @@ -2511,7 +2511,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.5", + "ahash 0.8.6", ] [[package]] @@ -2520,7 +2520,7 @@ version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" dependencies = [ - "ahash 0.8.5", + "ahash 0.8.6", "allocator-api2", ] @@ -4466,7 +4466,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f69f8d22fa3f34f3083d9a4375c038732c7a7e964de1beb81c544da92dfc40b8" dependencies = [ - "ahash 0.8.5", + "ahash 0.8.6", "equivalent", "hashbrown 0.14.2", "parking_lot", @@ -5793,7 +5793,7 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d" dependencies = [ - "ahash 0.8.5", + "ahash 0.8.6", "atoi", "bigdecimal 0.3.1", "byteorder", @@ -7677,7 +7677,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.191.0" +version = "1.192.0" dependencies = [ "anyhow", "axum", @@ -7711,7 +7711,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.191.0" +version = "1.192.0" dependencies = [ "anyhow", "argon2", @@ -7778,7 +7778,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.191.0" +version = "1.192.0" dependencies = [ "base64 0.21.5", "chrono", @@ -7796,7 +7796,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.191.0" +version = "1.192.0" dependencies = [ "chrono", "serde", @@ -7809,7 +7809,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.191.0" +version = "1.192.0" dependencies = [ "anyhow", "axum", @@ -7839,7 +7839,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.191.0" +version = "1.192.0" dependencies = [ "serde", "serde_json", @@ -7847,7 +7847,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.191.0" +version = "1.192.0" dependencies = [ "anyhow", "lazy_static", @@ -7858,7 +7858,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.191.0" +version = "1.192.0" dependencies = [ "anyhow", "gosyn", @@ -7870,7 +7870,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.191.0" +version = "1.192.0" dependencies = [ "anyhow", "lazy_static", @@ -7881,7 +7881,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.191.0" +version = "1.192.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7892,7 +7892,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.191.0" +version = "1.192.0" dependencies = [ "anyhow", "async-recursion", @@ -7909,7 +7909,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.191.0" +version = "1.192.0" dependencies = [ "anyhow", "lazy_static", @@ -7920,7 +7920,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.191.0" +version = "1.192.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -7937,7 +7937,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.191.0" +version = "1.192.0" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -7955,7 +7955,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.191.0" +version = "1.192.0" dependencies = [ "anyhow", "async-recursion", @@ -7986,7 +7986,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.191.0" +version = "1.192.0" dependencies = [ "anyhow", "async-recursion", @@ -8256,18 +8256,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ffc046c9f849405a42c87e82e2f2f861d1f0a06b855910c76c2bd1e87be900c" +checksum = "69c48d63854f77746c68a5fbb4aa17f3997ece1cb301689a257af8cb80610d21" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.13" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "246c000cfc5f942bac7ff99fde24a9ebb589d92e024bc758c6c733c15a02a73e" +checksum = "c258c1040279e4f88763a113de72ce32dde2d50e2a94573f15dd534cea36a16d" dependencies = [ "proc-macro2", "quote", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index a7d123ace3..9d55165dcb 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.191.0" +version = "1.192.0" authors.workspace = true edition.workspace = true @@ -21,7 +21,7 @@ members = [ ] [workspace.package] -version = "1.191.0" +version = "1.192.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index db1caf8e56..9ba6f25c42 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.191.0 + version: 1.192.0 title: Windmill API contact: diff --git a/benchmarks/lib.ts b/benchmarks/lib.ts index 682184864b..20ad88f992 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.191.0"; +export const VERSION = "v1.192.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 8b509fa90a..9ddb7d0edc 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.191.0"; +export const VERSION = "v1.192.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 732e391cc2..1cd0c584fa 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.191.0", + "version": "1.192.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.191.0", + "version": "1.192.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 7f848121cc..ff4998914e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.191.0", + "version": "1.192.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 9afd46bb38..3d3f1b472a 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.191.0" -wmill_pg = ">=1.191.0" +wmill = ">=1.192.0" +wmill_pg = ">=1.192.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 440842eda3..4bf681843a 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.191.0 + version: 1.192.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 7a099a69d1..a0fa95f8b9 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.191.0" +version = "1.192.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.191.0" +windmill-api = "^1.192.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 9cee528ab0..2b84d72dde 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.191.0" +version = "1.192.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 df5f2818f6..1af0eefcfa 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.191.0", + "version": "1.192.0", "author": "Ruben Fiszel", "license": "Apache 2.0", "devDependencies": { diff --git a/version.txt b/version.txt index 51b0c3b6d8..628b3645ce 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.191.0 +1.192.0