From f4fe71e0745c60b06ff3a921f4271aec6116d357 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 3 Mar 2023 11:12:18 +0100 Subject: [PATCH] chore(main): release 1.72.0 (#1250) * chore(main): release 1.72.0 * Apply automatic changes --------- Co-authored-by: rubenfiszel --- CHANGELOG.md | 20 +++++++ backend/Cargo.lock | 77 +++++++-------------------- backend/Cargo.toml | 4 +- backend/windmill-api/openapi.yaml | 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 +- 12 files changed, 54 insertions(+), 71 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dd320738a..ce7aad12b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog +## [1.72.0](https://github.com/windmill-labs/windmill/compare/v1.71.0...v1.72.0) (2023-03-02) + + +### Features + +* **backend:** get_result_by_id do a downward pass to find node at any depth ([#1249](https://github.com/windmill-labs/windmill/issues/1249)) ([4c913dc](https://github.com/windmill-labs/windmill/commit/4c913dc4b6be03571a015c97a13829adffb61479)) +* **frontend:** Add app map component ([#1251](https://github.com/windmill-labs/windmill/issues/1251)) ([ed25d9f](https://github.com/windmill-labs/windmill/commit/ed25d9f186d9925f75404cb193a025d8a41c4540)) +* **frontend:** app splitpanes ([#1248](https://github.com/windmill-labs/windmill/issues/1248)) ([f4d79ee](https://github.com/windmill-labs/windmill/commit/f4d79ee2633e6cdab0fa2410108b31cfa77e10da)) + + +### Bug Fixes + +* **backend:** improve result retrieval ([c4463bb](https://github.com/windmill-labs/windmill/commit/c4463bb029907f3c8d77abb194f872aae7876bf6)) +* **backend:** incorrect get_result_by_id for list_result job ([2a75cd2](https://github.com/windmill-labs/windmill/commit/2a75cd250ea5e01849fc8bbb69bf44f147d0acb8)) +* **cli:** fix workspace option + run script/flow + whoami ([35ea2b2](https://github.com/windmill-labs/windmill/commit/35ea2b27b12159c68c8507ec1f8686028c975387)) +* **frontend:** background script not showing inputs ([55eb48c](https://github.com/windmill-labs/windmill/commit/55eb48c55332431304cedbf3bcbbbcff61ec3645)) +* **frontend:** fix table bindings ([2679386](https://github.com/windmill-labs/windmill/commit/2679386bf87a56352269911bd89e52df5ee9f314)) +* **frontend:** rework app reactivity ([94b20d2](https://github.com/windmill-labs/windmill/commit/94b20d2f5e3b551974c57ea82b6e3dc16e97b9b8)) +* **frontend:** rework app reactivity ([1753cb7](https://github.com/windmill-labs/windmill/commit/1753cb7da658f47be974c15da82c71a8e19309a6)) + ## [1.71.0](https://github.com/windmill-labs/windmill/compare/v1.70.1...v1.71.0) (2023-02-28) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index a970233004..62c54a1cd8 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -129,12 +129,11 @@ dependencies = [ [[package]] name = "async-lock" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685" +checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" dependencies = [ "event-listener", - "futures-lite", ] [[package]] @@ -337,15 +336,6 @@ dependencies = [ "scoped-tls", ] -[[package]] -name = "bincode" -version = "1.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" -dependencies = [ - "serde", -] - [[package]] name = "bit-set" version = "0.5.3" @@ -2094,7 +2084,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" dependencies = [ "num-traits", - "serde", ] [[package]] @@ -2138,27 +2127,6 @@ dependencies = [ "libc", ] -[[package]] -name = "num_enum" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" -dependencies = [ - "num_enum_derive", -] - -[[package]] -name = "num_enum_derive" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "once_cell" version = "1.17.1" @@ -2985,7 +2953,7 @@ dependencies = [ [[package]] name = "rustpython-ast" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#dbfa61a15615a4371e1310dd4f61b007644498c1" +source = "git+https://github.com/RustPython/RustPython#6e4c2fe7866f705bb427200a36d6c9fb46508de3" dependencies = [ "num-bigint", "rustpython-compiler-core", @@ -2994,24 +2962,20 @@ dependencies = [ [[package]] name = "rustpython-compiler-core" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#dbfa61a15615a4371e1310dd4f61b007644498c1" +source = "git+https://github.com/RustPython/RustPython#6e4c2fe7866f705bb427200a36d6c9fb46508de3" dependencies = [ - "bincode", "bitflags", "bstr", "itertools", "lz4_flex", "num-bigint", "num-complex", - "num_enum", - "serde", - "thiserror", ] [[package]] name = "rustpython-parser" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#dbfa61a15615a4371e1310dd4f61b007644498c1" +source = "git+https://github.com/RustPython/RustPython#6e4c2fe7866f705bb427200a36d6c9fb46508de3" dependencies = [ "ahash", "anyhow", @@ -3026,7 +2990,6 @@ dependencies = [ "rustc-hash", "rustpython-ast", "rustpython-compiler-core", - "thiserror", "tiny-keccak", "unic-emoji-char", "unic-ucd-ident", @@ -3958,9 +3921,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.25.0" +version = "1.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" +checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" dependencies = [ "autocfg", "bytes", @@ -3974,7 +3937,7 @@ dependencies = [ "socket2", "tokio-macros", "tracing", - "windows-sys 0.42.0", + "windows-sys 0.45.0", ] [[package]] @@ -4749,7 +4712,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.71.0" +version = "1.72.0" dependencies = [ "anyhow", "axum", @@ -4776,7 +4739,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.71.0" +version = "1.72.0" dependencies = [ "anyhow", "argon2", @@ -4831,7 +4794,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.71.0" +version = "1.72.0" dependencies = [ "base64 0.21.0", "chrono", @@ -4846,7 +4809,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.71.0" +version = "1.72.0" dependencies = [ "chrono", "serde", @@ -4859,7 +4822,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.71.0" +version = "1.72.0" dependencies = [ "anyhow", "axum", @@ -4884,7 +4847,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.71.0" +version = "1.72.0" dependencies = [ "serde", "serde_json", @@ -4892,7 +4855,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.71.0" +version = "1.72.0" dependencies = [ "anyhow", "itertools", @@ -4906,7 +4869,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.71.0" +version = "1.72.0" dependencies = [ "anyhow", "itertools", @@ -4918,7 +4881,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.71.0" +version = "1.72.0" dependencies = [ "anyhow", "itertools", @@ -4933,7 +4896,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.71.0" +version = "1.72.0" dependencies = [ "anyhow", "deno_core", @@ -4947,7 +4910,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.71.0" +version = "1.72.0" dependencies = [ "anyhow", "chrono", @@ -4970,7 +4933,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.71.0" +version = "1.72.0" dependencies = [ "anyhow", "async-recursion", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 21a7bb683b..4ad6ae877e 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.71.0" +version = "1.72.0" authors.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ members = [ ] [workspace.package] -version = "1.71.0" +version = "1.72.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index e4e249ec9f..c80d82a8c3 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.71.0 + version: 1.72.0 title: Windmill API contact: diff --git a/cli/main.ts b/cli/main.ts index 892b2b4bc1..b3928bc279 100644 --- a/cli/main.ts +++ b/cli/main.ts @@ -13,7 +13,7 @@ import sync from "./sync.ts"; import { tryResolveVersion } from "./context.ts"; import { GlobalOptions } from "./types.ts"; -const VERSION = "v1.71.0"; +const VERSION = "v1.72.0"; let command: any = new Command() .name("wmill") diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7b6ba35fef..24143558a9 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.71.0", + "version": "1.72.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.71.0", + "version": "1.72.0", "dependencies": { "@fortawesome/free-brands-svg-icons": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", diff --git a/frontend/package.json b/frontend/package.json index df02bf8ff0..7b01a3111c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.71.0", + "version": "1.72.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index 57917018b7..0bfc291e4e 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.71.0" -wmill_pg = ">=1.71.0" +wmill = ">=1.72.0" +wmill_pg = ">=1.72.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 9de8ed4665..11756ee56d 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.71.0 + version: 1.72.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index a2702eb01e..0bc69c9df6 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.71.0" +version = "1.72.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.71.0" +windmill-api = "^1.72.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 e825206487..0c07d355a9 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.71.0" +version = "1.72.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 df484cbb1d..0834888f55 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.71.0 +1.72.0