diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b5b79c7cf65fdf0db74d8d2d431702054012947..2689cf20c04febc1d9e592e339240649b37b68a4 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 addb03ff5c88625bb069f512fc2787dca169b1c5..a573d88c05c2f94aab4101b34a6136cc043a70b4 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 03b6003c94a0b2e7514113ac29a0cb5f322561bd..498a469f04ef79730bd5f384a5853dd49ec1a2ad 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",