diff --git a/CHANGELOG.md b/CHANGELOG.md index 863a11e088..a4abac7615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## [1.78.0](https://github.com/windmill-labs/windmill/compare/v1.77.0...v1.78.0) (2023-03-16) + + +### Features + +* **frontend:** app textcomponent editable + tooltip ([11567d6](https://github.com/windmill-labs/windmill/commit/11567d6280ea60f1a8c3c6607c724179775cbbe3)) + + +### Bug Fixes + +* **backend:** whitelist for include_header was ignored in some cases ([183a459](https://github.com/windmill-labs/windmill/commit/183a4591df700ab4720de6e92a83631256940089)) +* **frontend:** improve rendering performance after component moving ([6f890f2](https://github.com/windmill-labs/windmill/commit/6f890f2120885f90d986fbd655096b45bf9de539)) +* **frontend:** remove staticOutputs from apps ([dbdfd62](https://github.com/windmill-labs/windmill/commit/dbdfd626386398180ecba7976714f86365eeccd8)) + ## [1.77.0](https://github.com/windmill-labs/windmill/compare/v1.76.0...v1.77.0) (2023-03-14) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 3056f98ee3..6594fc4f4c 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -2171,9 +2171,9 @@ dependencies = [ [[package]] name = "openssl" -version = "0.10.45" +version = "0.10.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1" +checksum = "fd2523381e46256e40930512c7fd25562b9eae4812cb52078f155e87217c9d1e" dependencies = [ "bitflags", "cfg-if", @@ -2203,9 +2203,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.80" +version = "0.9.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7" +checksum = "176be2629957c157240f68f61f2d0053ad3a4ecfdd9ebf1e6521d18d9635cf67" dependencies = [ "autocfg", "cc", @@ -2973,7 +2973,7 @@ dependencies = [ [[package]] name = "rustpython-ast" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#8ff947e83a65b74c920edc63aed8a0a5854b8612" +source = "git+https://github.com/RustPython/RustPython#2efc566b14e64c4a5d8120fcc167a49d2a9e5615" dependencies = [ "num-bigint", "rustpython-compiler-core", @@ -2982,7 +2982,7 @@ dependencies = [ [[package]] name = "rustpython-compiler-core" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#8ff947e83a65b74c920edc63aed8a0a5854b8612" +source = "git+https://github.com/RustPython/RustPython#2efc566b14e64c4a5d8120fcc167a49d2a9e5615" dependencies = [ "bitflags", "bstr", @@ -2995,7 +2995,7 @@ dependencies = [ [[package]] name = "rustpython-parser" version = "0.2.0" -source = "git+https://github.com/RustPython/RustPython#8ff947e83a65b74c920edc63aed8a0a5854b8612" +source = "git+https://github.com/RustPython/RustPython#2efc566b14e64c4a5d8120fcc167a49d2a9e5615" dependencies = [ "ahash 0.7.6", "anyhow", @@ -4072,9 +4072,9 @@ checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" [[package]] name = "toml_edit" -version = "0.19.6" +version = "0.19.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08de71aa0d6e348f070457f85af8bd566e2bc452156a423ddf22861b3a953fae" +checksum = "dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274" dependencies = [ "indexmap", "toml_datetime", @@ -4743,7 +4743,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windmill" -version = "1.77.0" +version = "1.78.0" dependencies = [ "anyhow", "axum", @@ -4770,7 +4770,7 @@ dependencies = [ [[package]] name = "windmill-api" -version = "1.77.0" +version = "1.78.0" dependencies = [ "anyhow", "argon2", @@ -4825,7 +4825,7 @@ dependencies = [ [[package]] name = "windmill-api-client" -version = "1.77.0" +version = "1.78.0" dependencies = [ "base64 0.21.0", "chrono", @@ -4840,7 +4840,7 @@ dependencies = [ [[package]] name = "windmill-audit" -version = "1.77.0" +version = "1.78.0" dependencies = [ "chrono", "serde", @@ -4853,7 +4853,7 @@ dependencies = [ [[package]] name = "windmill-common" -version = "1.77.0" +version = "1.78.0" dependencies = [ "anyhow", "axum", @@ -4878,7 +4878,7 @@ dependencies = [ [[package]] name = "windmill-parser" -version = "1.77.0" +version = "1.78.0" dependencies = [ "serde", "serde_json", @@ -4886,7 +4886,7 @@ dependencies = [ [[package]] name = "windmill-parser-bash" -version = "1.77.0" +version = "1.78.0" dependencies = [ "anyhow", "itertools", @@ -4901,7 +4901,7 @@ dependencies = [ [[package]] name = "windmill-parser-go" -version = "1.77.0" +version = "1.78.0" dependencies = [ "anyhow", "itertools", @@ -4913,7 +4913,7 @@ dependencies = [ [[package]] name = "windmill-parser-py" -version = "1.77.0" +version = "1.78.0" dependencies = [ "anyhow", "itertools", @@ -4928,7 +4928,7 @@ dependencies = [ [[package]] name = "windmill-parser-ts" -version = "1.77.0" +version = "1.78.0" dependencies = [ "anyhow", "deno_core", @@ -4942,7 +4942,7 @@ dependencies = [ [[package]] name = "windmill-queue" -version = "1.77.0" +version = "1.78.0" dependencies = [ "anyhow", "chrono", @@ -4965,7 +4965,7 @@ dependencies = [ [[package]] name = "windmill-worker" -version = "1.77.0" +version = "1.78.0" dependencies = [ "anyhow", "async-recursion", @@ -5081,9 +5081,9 @@ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" [[package]] name = "winnow" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee7b2c67f962bf5042bfd8b6a916178df33a26eec343ae064cb8e069f638fa6f" +checksum = "23d020b441f92996c80d94ae9166e8501e59c7bb56121189dc9eab3bd8216966" dependencies = [ "memchr", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 0ef0c92195..10484fe4a4 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windmill" -version = "1.77.0" +version = "1.78.0" authors.workspace = true edition.workspace = true @@ -19,7 +19,7 @@ members = [ ] [workspace.package] -version = "1.77.0" +version = "1.78.0" authors = ["Ruben Fiszel "] edition = "2021" diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index ac690c25ba..7926f7d9b7 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.77.0 + version: 1.78.0 title: Windmill API contact: diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ec5332055a..264af1205b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "windmill", - "version": "1.77.0", + "version": "1.78.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "windmill", - "version": "1.77.0", + "version": "1.78.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 a82c93da55..e18b2bdf0e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "windmill", - "version": "1.77.0", + "version": "1.78.0", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/lsp/Pipfile b/lsp/Pipfile index dd76656c58..921305d1c9 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -4,8 +4,8 @@ verify_ssl = true name = "pypi" [packages] -wmill = ">=1.77.0" -wmill_pg = ">=1.77.0" +wmill = ">=1.78.0" +wmill_pg = ">=1.78.0" sendgrid = "*" mysql-connector-python = "*" pymongo = "*" diff --git a/openflow.openapi.yaml b/openflow.openapi.yaml index 665f054b66..fa420bb680 100644 --- a/openflow.openapi.yaml +++ b/openflow.openapi.yaml @@ -1,7 +1,7 @@ openapi: "3.0.3" info: - version: 1.77.0 + version: 1.78.0 title: OpenFlow Spec contact: name: Ruben Fiszel diff --git a/python-client/wmill/pyproject.toml b/python-client/wmill/pyproject.toml index 3ece2bdb3b..d4af8d178c 100644 --- a/python-client/wmill/pyproject.toml +++ b/python-client/wmill/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wmill" -version = "1.77.0" +version = "1.78.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.77.0" +windmill-api = "^1.78.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 65c2bfd45c..c3a56d7cd2 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.77.0" +version = "1.78.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 79e15fd493..54227249d1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.77.0 +1.78.0