From c8d257ec0df22ec4fb28b12b0a636f31829222ab Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 11 Aug 2023 19:10:28 +0200 Subject: [PATCH] chore(main): release 1.145.0 (#2022) * chore(main): release 1.145.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 18 +++++++ backend/Cargo.lock | 70 +++++++++++++-------------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 2 +- benchmarks/main.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 +- version.txt | 2 +- 13 files changed, 68 insertions(+), 50 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4696dfe217..0cd29bca5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## [1.145.0](https://github.com/windmill-labs/windmill/compare/v1.144.4...v1.145.0) (2023-08-11) + + +### Features + +* add native powershell support ([#2025](https://github.com/windmill-labs/windmill/issues/2025)) ([8a1f9a7](https://github.com/windmill-labs/windmill/commit/8a1f9a7c6aadf735f3d6f118fbc8a344a675ec6a)) +* **frontend:** Runs rework v2 ([#2012](https://github.com/windmill-labs/windmill/issues/2012)) ([7d88a2d](https://github.com/windmill-labs/windmill/commit/7d88a2d13ade2265532a222ca2b0e804bd3b2e02)) +* migrate state path to new schema ([de8a727](https://github.com/windmill-labs/windmill/commit/de8a7279b644cd1eb7999b9da2900b760acd7297)) + + +### Bug Fixes + +* **frontend:** Fix lagging issues when resizing ([#2027](https://github.com/windmill-labs/windmill/issues/2027)) ([c2a92b6](https://github.com/windmill-labs/windmill/commit/c2a92b69ef0b5acacbda38261e654fe7d7cf36f6)) +* **frontend:** Handle invalid string defaults for date values. ([#2033](https://github.com/windmill-labs/windmill/issues/2033)) ([7cdd6db](https://github.com/windmill-labs/windmill/commit/7cdd6db3feeb99a0055ab187348aabfc7a979915)) +* modify snake case numbers resource types ([#2029](https://github.com/windmill-labs/windmill/issues/2029)) ([a4ba4af](https://github.com/windmill-labs/windmill/commit/a4ba4af478d2cebf1b4840091446be65f2f9d224)) +* restrict furthermore when the summary is transformed into a path ([2de4192](https://github.com/windmill-labs/windmill/commit/2de4192cac84336e0b812862b7dca3769a0ba4fc)) +* sync dark-mode icon across multiple renders ([#2024](https://github.com/windmill-labs/windmill/issues/2024)) ([27a8e52](https://github.com/windmill-labs/windmill/commit/27a8e526f79c6b0d7e0d8f8ceb34d4355b5df46b)) + ## [1.144.4](https://github.com/windmill-labs/windmill/compare/v1.144.3...v1.144.4) (2023-08-10) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 09975e19ed..96c21fa212 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -621,7 +621,7 @@ version = "0.66.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7" dependencies = [ - "bitflags 2.3.3", + "bitflags 2.4.0", "cexpr", "clang-sys", "lazy_static", @@ -658,9 +658,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.3.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" +checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" dependencies = [ "serde", ] @@ -2606,7 +2606,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" dependencies = [ "hermit-abi", - "rustix 0.38.7", + "rustix 0.38.8", "windows-sys", ] @@ -3171,7 +3171,7 @@ dependencies = [ "base64 0.21.2", "bigdecimal", "bindgen 0.66.1", - "bitflags 2.3.3", + "bitflags 2.4.0", "bitvec", "byteorder", "bytes", @@ -4535,11 +4535,11 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.7" +version = "0.38.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399" +checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f" dependencies = [ - "bitflags 2.3.3", + "bitflags 2.4.0", "errno", "libc", "linux-raw-sys 0.4.5", @@ -5208,9 +5208,9 @@ dependencies = [ [[package]] name = "sourcemap" -version = "6.4.0" +version = "6.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9221a6bba3e9cfa7decfe64edf5233311e1bf837ea3234df6e7f35836e1093d" +checksum = "e4cbf65ca7dc576cf50e21f8d0712d96d4fcfd797389744b7b222a85cdf5bd90" dependencies = [ "data-encoding", "debugid", @@ -5383,7 +5383,7 @@ checksum = "8ca69bf415b93b60b80dc8fda3cb4ef52b2336614d8da2de5456cc942a110482" dependencies = [ "atoi", "base64 0.21.2", - "bitflags 2.3.3", + "bitflags 2.4.0", "byteorder", "bytes", "chrono", @@ -5427,7 +5427,7 @@ checksum = "a0db2df1b8731c3651e204629dd55e52adbae0462fa1bdcbed56a2302c18181e" dependencies = [ "atoi", "base64 0.21.2", - "bitflags 2.3.3", + "bitflags 2.4.0", "byteorder", "chrono", "crc", @@ -5675,7 +5675,7 @@ version = "0.104.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5cf9dd351d0c285dcd36535267953a18995d4dda0cbe34ac9d1df61aa415b26" dependencies = [ - "bitflags 2.3.3", + "bitflags 2.4.0", "is-macro", "num-bigint", "scoped-tls", @@ -5692,7 +5692,7 @@ version = "0.106.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd5b138534f6f673afa83b6168d67158ad0fff54b4071287e83cfe87a82cfb04" dependencies = [ - "bitflags 2.3.3", + "bitflags 2.4.0", "is-macro", "num-bigint", "scoped-tls", @@ -5795,7 +5795,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9c33ec5369178f3a0580ab86cfe89ffb9c3fbd122aed379cfb71d469d9d61c1" dependencies = [ "better_scoped_tls", - "bitflags 2.3.3", + "bitflags 2.4.0", "indexmap 1.9.3", "once_cell", "phf 0.10.1", @@ -6022,7 +6022,7 @@ dependencies = [ "cfg-if", "fastrand 2.0.0", "redox_syscall 0.3.5", - "rustix 0.38.7", + "rustix 0.38.8", "windows-sys", ] @@ -6392,7 +6392,7 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55ae70283aba8d2a8b411c695c437fe25b8b5e44e23e780662002fc72fb47a82" dependencies = [ - "bitflags 2.3.3", + "bitflags 2.4.0", "bytes", "futures-core", "futures-util", @@ -7089,7 +7089,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.144.4" +version = "1.145.0" dependencies = [ "anyhow", "axum", @@ -7124,7 +7124,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.144.4" +version = "1.145.0" dependencies = [ "anyhow", "argon2", @@ -7182,7 +7182,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.144.4" +version = "1.145.0" dependencies = [ "base64 0.21.2", "chrono", @@ -7199,7 +7199,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.144.4" +version = "1.145.0" dependencies = [ "chrono", "serde", @@ -7212,7 +7212,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.144.4" +version = "1.145.0" dependencies = [ "anyhow", "axum", @@ -7237,7 +7237,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.144.4" +version = "1.145.0" dependencies = [ "serde", "serde_json", @@ -7245,7 +7245,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.144.4" +version = "1.145.0" dependencies = [ "anyhow", "lazy_static", @@ -7256,7 +7256,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.144.4" +version = "1.145.0" dependencies = [ "anyhow", "gosyn", @@ -7266,7 +7266,7 @@ dependencies = [ [[package]] name = "windmill-parser-graphql" -version = "1.144.4" +version = "1.145.0" dependencies = [ "anyhow", "lazy_static", @@ -7277,7 +7277,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.144.4" +version = "1.145.0" dependencies = [ "anyhow", "itertools 0.11.0", @@ -7288,7 +7288,7 @@ dependencies = [ [[package]] name = "windmill-parser-py-imports" -version = "1.144.4" +version = "1.145.0" dependencies = [ "anyhow", "async-recursion", @@ -7305,7 +7305,7 @@ dependencies = [ [[package]] name = "windmill-parser-sql" -version = "1.144.4" +version = "1.145.0" dependencies = [ "anyhow", "lazy_static", @@ -7316,7 +7316,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.144.4" +version = "1.145.0" dependencies = [ "anyhow", "convert_case 0.6.0", @@ -7332,7 +7332,7 @@ dependencies = [ [[package]] name = "windmill-parser-wasm" -version = "1.144.4" +version = "1.145.0" dependencies = [ "anyhow", "getrandom 0.2.10", @@ -7350,7 +7350,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.144.4" +version = "1.145.0" dependencies = [ "anyhow", "async-recursion", @@ -7379,7 +7379,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.144.4" +version = "1.145.0" dependencies = [ "anyhow", "async-recursion", @@ -7510,9 +7510,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winnow" -version = "0.5.4" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acaaa1190073b2b101e15083c38ee8ec891b5e05cbee516521e94ec008f61e64" +checksum = "4344c9f03e6918ce61d94ea6b0500964bb42ee9ca9b2c9c8931990e20b481144" dependencies = [ "memchr", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 6ef101f2f3..9061cb65c5 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.144.4" +version = "1.145.0" authors.workspace = true edition.workspace = true @@ -22,7 +22,7 @@ members = [ ] [workspace.package] -version = "1.144.4" +version = "1.145.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index c6fe6a1551..6d5db3b597 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.144.4 + version: 1.145.0 title: Windmill API contact: diff --git a/benchmarks/main.ts b/benchmarks/main.ts index 6741b1711e..7b25208145 100644 --- a/benchmarks/main.ts +++ b/benchmarks/main.ts @@ -21,7 +21,7 @@ async function login(email: string, password: string): Promise { }); } -export const VERSION = "v1.144.4"; +export const VERSION = "v1.145.0"; await new Command() .name("wmillbench") diff --git a/cli/main.ts b/cli/main.ts index e603601d38..f6f97a0065 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -31,7 +31,7 @@ addEventListener("error", (event) => { } }); -export const VERSION = "v1.144.4"; +export const VERSION = "v1.145.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 18ffd8d557..55265e5d5c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill-components", - "version": "1.144.4", + "version": "1.145.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill-components", - "version": "1.144.4", + "version": "1.145.0", "license": "AGPL-3.0", "dependencies": { "@aws-crypto/sha256-js": "^4.0.0", diff --git a/frontend/package.json b/frontend/package.json index 46ba7c6314..a2478f228a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill-components", - "version": "1.144.4", + "version": "1.145.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 3b6a6c6321..41b6f6da36 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.144.4" -wmill_pg = ">=1.144.4" +wmill = ">=1.145.0" +wmill_pg = ">=1.145.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 77802b270a..e64ab19625 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.144.4 + version: 1.145.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 660f76a1ca..5186898cb1 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.144.4" +version = "1.145.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.144.4" +windmill-api = "^1.145.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 b8cd0d3304..d46a95fb26 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.144.4" +version = "1.145.0" description = "An extension client for the wmill client library focused on pg" license = "Apache-2.0" homepage = "https://windmill.dev" diff --git a/version.txt b/version.txt index b8559baba9..3560cf9572 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.144.4 +1.145.0