Release Notes / Version 11.2210
Table Of ContentsHeadless New Feature: Retrieval of all Settings at Once via Wildcard *
It is now possible to retrieve all local settings of a content object at once, using the new wildcard '*'.
... settings: paths("*") ...
(CMS-21892)
Bring Headless Default Values for UAPI Heap and Blob Cache Size in Line With CAE
Update the default values for UAPI heap and blob cache size of the Headless Server in
headless-server-app/src/main/resources/application.properties
to be in line with the CAE.
The defaults are:
repository.heapCacheSize = 104857600 repository.blobCacheSize = 10737418240
(CMS-21706)
UUID Support for Content Schema of Headless Server
Headless Server now comes with UUID support for the content schema.
All content objects now expose a
uuid
property of scalar type
UUID
. All content based queries using a content id parameter support additionally the usage of a
uuid
.
(CMS-16843)