Release Notes / Version 11.2310
Table Of ContentsConfigured a Cache Control max-age Default for Headless Server GET Requests
Configured a default of 5 minutes for the Headless Server's Cache-Control max-age value to prevent that REST responses including properties of a content which is erroneously configured to be valid for a long time will be cached for a long time.
(CMS-21585)
Change getName Method in PluginSchemaAdapterFactory to NonNull
The method was changed to be NonNull, since semantically it should be NonNull and it does not make sense to allow null as an identifier for adapters. This change is only considered breaking, if the interface is implemented and the implemented method returns null for the name. If this is not the case, it is not considered breaking.
(CMS-21901)
Picture Local Setting 'disableCropping' now Supported by Link Building
The flag disableCropping
in the local settings of a
picture was not respected by the link building for the GraphQL
property uriTemplate
. This misbehaviour was fixed.
Also, the delivery will now validate this flag. This means that uri
with disabled cropping won't work when request the image with a
cropName and width. As a consequence, this bugfix is considered
breaking, as the validation may break previously working delivery
image URLs!
Follow Section, “Picture Local Setting 'disableCropping' now Supported by Link Building ” for upgrade information.
(CMS-21765)