- Added PHP 8 support,
- Added
auth_typeclient parameter Elastica#1790. - Added a post mapping builder event.
- Upgraded
pagerfanta/pagerfantato v3. - Fixed deprecations for
Elastica\Index::create()Elastica#1828. - [BC break] Marked all
fos_elastica.finder.*services as private. - [BC break] Marked the
fos_elastica.clientalias as private. - [BC break] Marked the
fos_elastica.client_prototypeservice as private. - [BC break] Marked the
fos_elastica.index_template_prototypeservice as private. - [BC break] Marked all events final and introduced several abstract classes.
- [BC break] Signature of
FantaPaginatorAdapter::getNbResults()has changed. - [BC break] Signature of
FantaPaginatorAdapter::getSlice()has changed. - [BC break] Signature of
PartialResultsInterface::toArray(),PartialResultsInterface::getTotalHits()andPartialResultsInterface::getAggregations()have changed.