Skip to content

Releases: Jeroen-G/Explorer

4.0.0

05 Jan 19:19
975cf7e
Compare
Choose a tag to compare

[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

3.15.0

25 Dec 20:04
2fd73a6
Compare
Choose a tag to compare

[3.15.0]

Fixed

  • Avoid overriding minimumShouldMatch on compound queries.

3.14.0

26 Apr 08:44
6e390e6
Compare
Choose a tag to compare

[3.14.0]

Added

  • Add support for nested aggregations

3.13.0

16 Mar 22:30
3a0283c
Compare
Choose a tag to compare

[3.13.0]

Added

  • Support Laravel and Scout 11.

3.12.0

14 Feb 13:03
26c7911
Compare
Choose a tag to compare

What's Changed

  • Add SortOrder class to allow missing to be set for sorting by @mvantwillert in #232

New Contributors

Full Changelog: 3.11.0...3.12.0

3.11.0

14 Dec 12:01
f725403
Compare
Choose a tag to compare

[3.11.0]

Added

  • Support for PHP8.3.

3.10.0

27 Nov 14:24
f0e4100
Compare
Choose a tag to compare

[3.10.0]

Added

  • The configurable logger may now be a channel name.

3.9.0

28 Sep 08:26
afaee27
Compare
Choose a tag to compare

[3.9.0]

Changed

  • Refactoring of rescoring and sorting.

Fixed

  • Non-bucket based aggregations throwing exception.

3.8.0

15 Sep 13:07
c7f3aa0
Compare
Choose a tag to compare

[3.8.0]

Added

  • Updating the index alias is now done through a (queueable) job.
  • Nested aggregations in the results.
  • Option to enable a PSR-3 compliant logger.
  • Allow custom order by (as a syntax object).

3.7.0

03 Jun 18:29
3a109ad
Compare
Choose a tag to compare

[3.7.0]

Added

  • Support for Laravel Scouts's search callback.

Fixed

  • Only update aliases for the intended index.