Added support for Caffeine and Ehcache caching implementations, including new auto-configurations and properties for fine-grained cache management.
Updated Content Item minification to properly handle nested content and clear unnecessary context state from model fields.
Updated the admin metadata to hide the translatable flag for Asset-typed Content Model Fields
Improved hydration validation to correctly account for custom fields that support multiple values.
Added defensive checks to prevent a potential NullPointerException when Content Field attributes are null during hydration.
Fixed a bug where the Admin UI would allow adding augmentations on the ContentItem Views despite the ContentItem domain not supporting them by default
Fixed a bug where the image field on a Content Item will show as changed any time any field on the Content Item is changed — updated the logic to consistently map the ContentField data for the image field so that the comparison logic can properly determine if the image field has actually changed or not
Added validation to prevent missing value for the custom CONTENT_FIELD, which will cause errors