From aeb492e31dc86c3877cb56720ae77ecfae719322 Mon Sep 17 00:00:00 2001 From: Richard Petersen <richard.petersen@open-xchange.com> Date: Mon, 30 May 2022 14:38:58 +0200 Subject: [PATCH] Release 1.3.4 --- CHANGELOG.md | 15 ++++++++++++++- helm/core-ui-middleware/Chart.yaml | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b5b79c..2689cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.3.4] - 2022-05-30 + +### Added + +- Add trace logging for the cache [`c4fcec5`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/c4fcec5f90f10de02e22e03736774afa8f51215f) + +### Fixed + +- [`OXUIB-1631`](https://jira.open-xchange.com/browse/OXUIB-1631) memory spikes immediatly after startup [`43b4dd6`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/43b4dd6a6d3964123cff02bf7c55755fa3f9e058) +- [`OXUIB-1631`](https://jira.open-xchange.com/browse/OXUIB-1631) UI-middleware memory spikes after startup (3) [`c9d89ba`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/c9d89ba0c41c9e927b9e543b042e1fe4f93489ff) +- [`OXUIB-1631`](https://jira.open-xchange.com/browse/OXUIB-1631) UI-middleware memory spikes after startup (2) [`90e3c32`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/90e3c325e52b274273e8d8eba57b3947453c9a1b) + ## [1.3.3] - 2022-05-10 ### Fixed @@ -66,7 +78,8 @@ All notable changes to this project will be documented in this file. - Start changelog -[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...main +[unreleased]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.4...main +[1.3.4]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.3...1.3.4 [1.3.3]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.2...1.3.3 [1.3.2]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.1...1.3.2 [1.3.1]: https://gitlab.open-xchange.com/frontend/ui-middleware/compare/1.3.0...1.3.1 diff --git a/helm/core-ui-middleware/Chart.yaml b/helm/core-ui-middleware/Chart.yaml index addb03f..a573d88 100644 --- a/helm/core-ui-middleware/Chart.yaml +++ b/helm/core-ui-middleware/Chart.yaml @@ -21,7 +21,7 @@ version: 1.2.4 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.3.3" +appVersion: "1.3.4" dependencies: - name: ox-common version: 1.0.17 diff --git a/package.json b/package.json index 03b6003..498a469 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-xchange/ui-middleware", - "version": "1.3.3", + "version": "1.3.4", "description": "Provides a combined manifest.json", "type": "module", "main": "src/index.js", -- GitLab