Release Notes / Version 12.2406.0
Table Of Contents
Previously the media hash calculation for the media endpoint included
all properties from site or global image transformation settings. This
led to an unexpected change of the media hash, when changing
non-relevant transformation properties, e.g. minWidth. This change
introduces the application property
caas.media.hash-property-names
, which defaults to
the list of these values:
"width", "height", "widthRatio", "heightRatio"
.
This change is considered breaking, because all media urls will change regarding the media hash. The expected impact is not high because wrong hashes issue a HTTP redirect (301) to the correct URL.
(CMS-23635)