Releases: Jeroen-G/Explorer
Releases · Jeroen-G/Explorer
4.0.0
[4.0.0]
Added
- Support for ElasticSearch 8.
Removed
- ElasticSearch 7 support: the elastic 8 client is not backwards compatible. See 'changed' for the breaking changes.
- Support for Laravel 9 and below to make package maintenance easier.
- Support for PHP 8.0 and 8.1, as required by Laravel.
Changed
- The import path for
selector
has changed fromElasticsearch\ConnectionPool\Selectors\RoundRobinSelector
toElastic\Transport\NodePool\Selector\RoundRobin
3.15.0
3.14.0
3.13.0
3.12.0
What's Changed
- Add SortOrder class to allow missing to be set for sorting by @mvantwillert in #232
New Contributors
- @mvantwillert made their first contribution in #232
Full Changelog: 3.11.0...3.12.0