Core
anchor

DynamoDB to Elasticsearch Handler Payload Limit (#2885external link)
anchor

We have increased the DynamoDB to Elasticsearch handler payload limit to 1GB.

The default was 1MB, which was not enough to transfer a lot of large entries from the DynamoDB to the Elasticsearch.

Headless CMS
anchor

Fix GraphQL Union Type Generation for therefFields (#2887external link)
anchor

This PR fixes an issue with GraphQL union type generation for ref fields, configured to accept multiple models, within a nested object field.

Initialize Content Model Data Parameter (#2888external link)
anchor

We added the data parameter to the initializeModel GraphQL mutation, so users can send any kind of data in it and use it in their plugins.

Compress Latest Entry Data (#2889external link)
anchor

We fixed the bug where latest entry data was not compressed when it was sent to be stored into the Elasticsearch. This possibly caused problems with extremely large entries (400+ kb).