By bbrala on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
9.3.x
Introduced in version:
9.3.0
Issue links:
Description:
Let's say I have computed field with the string value which shows the current time of the request. Right now there is no way to set cachebality metadata for computed fields so jsonapi shows the time of serialization instead of current time in the response.
After this change PrimitiveDataNormalizer now bubbles the cacheability metadata which means the values are properly cached and invalidated.
Impacts:
Module developers