Release Notes / Version 12.2506.0
Table Of ContentsOptimized Blob Link Building
Starting with CMCC 2401.1, blob links of the Blueprint CAE (generated
by
com.coremedia.blueprint.cae.handlers.TransformedBlobHandler#buildLink)
are sensitive to responsive image settings. Therefore, building the
link requires a transformation incl. streaming the original blob each
time, because the settings may have changed. This turned out to be a
severe performance issue, so we reverted this behaviour.
The drawback is that changed responsive image settings are not effective immediately, but outdated images may be rendered. However, responsive image settings are not changed frequently on production systems, so this should not be an issue in practice. You can enforce up-to-date images by restarting the CAE.
There is a configuration property delivery.image-settings-aware-etags
to control the behaviour. The default is true,
which means backward compatible behaviour. However, it is recommended
to set it to false for production systems.
(CMS-27728)
Fixed QuickCreate Dialog "skipInitializers" Flag
The configuration flag "skipInitializers" is no longer ignored when content is created through the Quick-Create dialog.
(CMS-27457)


