The latest release of the SitecoreAI base image 1.6.1483 includes the following improvements:
Reduced memory consumption and cache footprint through use of interning
The repeated use of identical IDs within AccessResultCacheKey.longIdIndexParameters values, such as the Sitecore Root ID, was causing significant memory overhead and inflated cache sizes. By adding support for interning repeated values in longIdIndexParameters, memory consumption and overall cache footprint have been reduced.
Improved performance of CMP relation processors in the Content Hub import pipeline
The integrated Sitecore Connect for Content Hub connector now synchronizes CMP entities (content items managed in Content Hub, including their associated metadata and relationships) more efficiently. This improvement optimizes relation data fetching through parallelization and prevents repeated retrieval of the same related entity information across pipeline processors, reducing latency during CMP imports.
Enhanced logging for cache clearing operations
Logging has been improved to provide full stack traces whenever all caches are cleared. This enhancement makes it significantly easier to diagnose issues related to cache invalidation and provides deeper visibility during troubleshooting.
The latest release of the SitecoreAI base image 1.6.1483 includes the following resolved issues:
Reverting the change that fixed the issue where publishing a partial design datasource triggered an unnecessary publish of all pages using this partial design when Publishing V2 is enabled. An edge case was identified impacting certain customers that must be resolved before this becomes the default behavior. A temporary setting was introduced for customers unaffected by the edge case who may wish to opt in to this behavior. This setting should be applied only on recommendation from Sitecore as it will be removed again in the future when the new default behavior is permanently applied.
Removed unnecessary processing of templates and standard values in order to reduce time it takes to save a content item that is referenced by a large number of other items.
Datasource workflow actions now work correctly when a content item references itself as a datasource of a rendering.
Prevented unintended translation of partial design datasources each time a page is translated.
Fixed a defect where site standard values could overwrite the global template's standard values, causing fields to resolve to an incorrect value.
Addressed an issue where sitemap refresh jobs could block the Sitecore job queue.
Corrected an issue where content item versions that had previously been deleted were unintentionally recreated after migration with the XMM Migration tool.
Resolved a defect in the Content Editor where the workset state was not being reset to the initial state when a new version is created and the RequireLockBeforeEditing setting is set to false.
Incremental publish now correctly includes and publishes language fallback content across all configured languages.
Corrected an issue where HTTP 524 errors were not being retried during publishing.
Restarting a CM instance now correctly updates job states in the Publishing jobs UI.
Fixed an issue in the publishing process where the same entity could be sent for publishing multiple times.