@@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.6.0] - 2022-12-16
### Added
- check for version-mismatches when ui-containers provide a version header [`4d22e4a`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/4d22e4aee70a425d7b7c318a677011bde7fa6aad)
-[`OXUI-1092`](https://jira.open-xchange.com/browse/OXUI-1092) - Add configurable salt to manually invalidate client caches [`cd358ee`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/cd358ee87f357d718c2fbbb0eab3d26807bebd81)
- ui-middleware will slowly warm it's caches after version updates [`3e0419d`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/3e0419d90d3d441994c7aa76b037ecda00e3ceb5)
### Changed
- Update helm chart to autoscaling/v2 [`a2aed27`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/a2aed2723c8b6782f62b5655ed35402cded16c7b)
### Removed
- Code injection to load stylesheets for js files [`50ceed1`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/50ceed1f4ca2083c3ef5c73a99c03f00ba2837d6)
- Injection of code to load stylesheets is now required to be resolved during
the build process of ui projects.
The plugin vite-plugin-ox-css is available.
### Fixed
-[`OXUIB-2001`](https://jira.open-xchange.com/browse/OXUIB-2001) - Service doesn't recover from missing Redis service [`73d3ec2`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/73d3ec204829dcffba4520293e747bdd5d5a8741)
- Cannot run ui-middleware without redis [`3585eed`](https://gitlab.open-xchange.com/frontend/ui-middleware/commit/3585eede9a500246f49206356a64d801bf8804c4)
## [1.5.1] - 2022-11-18
### Fixed
...
...
@@ -170,7 +195,7 @@ All notable changes to this project will be documented in this file.