You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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 from Elasticsearch\ConnectionPool\Selectors\RoundRobinSelector to Elastic\Transport\NodePool\Selector\RoundRobin