Release Notes / Version 11.2310
Table Of ContentsThird-Party Update: Postgresql
Updated the postgresql driver to 42.4.1 to benefit from latest security bugfixes.
(CMS-21995)
Third-Party Update: NGINX
The NGINX docker image has been updated to the latest version 1.23.1-alpine to avoid security issues of its OS base image.
In an upcoming CMCC release we will switch to a rolling tag to get updates of the OS base image with every build. We recommended that you manually switch to a rolling tag like 1.23-alpine to cope with the moving target of security vulnerabilities in the libraries of the underlying OS.
Among others, the update fixes: CVE-2022-32207 CVE-2022-28391 CVE-2022-27404 CVE-2022-28391 CVE-2022-1586 CVE-2022-1587
(CMS-21980)
Derive Site Robustness: Handle Links to Destroyed Contents
While links to destroyed contents should be prevented, actions such as Derive Site should be robust to handle them.
Derive Site has been hardened accordingly, which means:
links to destroyed contents are kept as is (and should be fixed afterwards)
links to destroyed master contents are rewritten as expected to the new master content
(CMS-21932)
Documentation on How to Derive a Site
Deriving a new localized site in Studio can lead to several issues when content of the master site is not managed carefully. A new section Multi-Site Challenges | Deriving a Site in the Multi-Site Manual gives recommendations on how to perform the task in order to achieve best results.
(CMS-21773)
Irritating and unhelpful logging in EditorialCommentEventFetcher for timestamps with `getNano()`
Improved Timestamp Logging in
EditorialCommentEventFetcher
. Timestamps are now
More Readable.
(CMS-21516)
New ServerExport Option to Export Files in Lowercase
Use option --lowercase
to store the exported
content using lowercase filenames. This option can be helpful to
mitigate problems with non-case-sensitive file systems. The paths are
kept unique by appending a hash to the stored file name. The converted
path will not affect the reimport of the exported files.
(CMS-21408)
The Content Feeder Now Also Feeds String Lists And Considers Nested Structs
StructFeedablePopulator has been extended to also feed all keys, strings and string lists in nested structs or struct lists. Of course it is necessary that the respective content is re-indexed before these properties are searchable.
(CMS-20981)
Cleaned up application-mls-local.properties
The property repository.url
and its helper property
content-management-server.host
in
application-mls-local.properties
have been
superfluous ever since and have now been deleted.
(CMS-20106)