Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@Jeroen-G Jeroen-G released this 05 Jan 19:19
975cf7e

[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