For the full list of changes, check out the Webiny 5.41.3external link release on GitHub.

Headless CMS
anchor

Added a Missing Dynamic Zone Storage Transform (#4399external link
anchor

With this patch, we added a missing storage transform was added for the dynamicZone field type. A missing storage transform was manifesting an error when trying to save a dynamicZone field with a datetime field with without timezone setting.

Now the system stores the datetime field as expected.

Deployments
anchor

Amazon Cloudfront Distributions - Further Ignoring Changes instagingProperty (#4414external link)
anchor

With the 5.41.2 release, we released the Amazon Cloudfront Distributions - Ignore Changes in staging Property fix.

However, we missed a few places where the staging property was not being ignored. The initial fix was only applying the fix for Amazon CloudFront distributions that are deployed as part of the Website project application. API and Admin CloudFront distributions were not covered by the initial fix.

With this patch, we are now ignoring the staging property for all CloudFront distributions.

For more details on the actual issue and the fix, please refer to the original Website Amazon Cloudfront Distributions - Ignore Changes in staging Property changelog item.