Release Notes / Version 12.2406.0
Table Of ContentsHeadless Configuration Issue behind a proxy solved
When Headless-Server is running behind a reverse proxy, it is necessary to set a Spring configuration property to make Swagger work correctly. The configuration property `server.forward-headers-strategy`should be set to the value `framework`. This can be done either by application properties or preferably by environment variable, like `SERVER_FORWARD_HEADERS_STRATEGY: "framework"`.
(CMS-24719)
The management-tools script to download a remote content-archive was broken
The script use-remote-content-archive
tries to
write the archive to the wrong folder, since the tmp directory path
has changed from /var/tmp
to
/tmp
.
(CMS-24163)
Revert Update Of MySQL In Blueprint Docker-Compose Setup
The mysql container was updated to 8.2.0 in default.yml by mistake. The version has now been changed to 8.0 which is the current LTS version and our officially supported version.
(CMS-24156)
Fixed reset of DatePropertyField
Unlike the DateTimePropertyField, the DatePropertyField has no reset button. The value can now be resetted by clearing the text field.
(CMS-23940)
Marked FavoritesUserItem as public API
Marked FavoritesUserItem as public API.
(CMS-22695)