- Fixed issue when trying to save changes on file field settings.
- Added new field events to allow extensions to manage how extenral entities
handle fields.
- Added support to select which fields can be saved and in which order.
- Fixed an issue on extenal entity listing cache (cache setting was ignored).
- Fixed views support including translation support (xntt_views).
- Added pattern property mapper.
- Introduced a breaking change on data aggregators and storage clients to
better support unhandled filtering. Now DataAggregatorInterface::query(),
DataAggregatorInterface::countQuery(), StorageClientInterface::query(), and
StorageClientInterface::countQuery() have an extra optional argument
`$unhandled_filters` passed by reference to hold unhandled filters.
Data aggregator and storage client plugins implementing those methods should
be updated. Storage client not implementing/overriding those methods (ie.
relying on the `StorageClientBase` implementations) do not need to be updated
unless they are not supporting "start" and "length" query parameters.
- Introduced a breaking change on ExternalEntity::getBaseDefinition() to add
support for a new altering event.
- Improved REST client
- Updated documenttion
- Improved mapping data processor
- Fixed config schema issues
- Requires Drupal 11.2
VCS Label
3.0.0-beta7
Release type
Short description
Views support fixes and pattern property mapper
Packaged Git sha1
7892ec040c75a2a9e96b9be1e9b90d753629da1c
Release files