This changelog references the relevant changes (bug and security fixes) done in 5.0 versions.
- Add
ruflin/elastica5.x support. - Add asnychronous index update option.
- Add ability to close an index.
- Add support for HTTP authentication.
- Fix undefined index when
ignore_missingis active. - Dropped PHP 5.5 support.
- Removed Symfony 3.0 support.
- Removed all
fos_elastica.*.classparameters. Overwrite or decorate the service instead if you need to change the definition. - [BC break] Removed
_boost,ttlandtimestampconfig options. - [BC break] Removed deprecated config options
servers,mappingsandis_indexable_callback. - [BC break] Add
PaginatedFinderInterface::createRawPaginatorAdapter. - [BC break] Add
PaginatorAdapterInterface::getMaxScore.