Skip to content

Releases: Jeroen-G/Explorer

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.

3.6.0

15 Apr 12:06
791ff1c
Compare
Choose a tag to compare

[3.6.0]

Added

  • PHPStan.
  • Regex syntax.
  • Default settings for every index via config.

Changed

  • Internals of the Scout builder and service provider.

Fixed

  • where and whereIn support.

3.5.0

19 Mar 14:31
8767e41
Compare
Choose a tag to compare

[3.5.0]

Added

  • QueryProperties with source filter and track total hits as first properties.
  • Support for Laravel Scout 10.
  • Support for scout:delete-all-indexes command.

Fixed

  • Bugs with deleting (aliased) indices.

Changed

  • (internal) service container bindings.