close

Filter

loading table of contents...

Release Notes / Version 11.2310

Table Of Contents

CoreMedia Headless Server

Headless 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)

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.