Skip to content

Releases: Jeroen-G/Explorer

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.

3.4.1

06 Mar 14:10
6b94f69
Compare
Choose a tag to compare

Added

  • Support for Laravel v10

3.4.0

18 Jan 14:56
1dccb49
Compare
Choose a tag to compare

[3.4]

Added

  • Add prefix lenght field on multimatch query.
  • Support for PHP8.2.

Fixed

  • Range query error when starting at 0.
  • Ensure that aliases are created before index is updated.

Changed

  • Index configuration split in direct and aliased configurations.

3.3.1

31 Oct 10:10
dbe2531
Compare
Choose a tag to compare

[3.3.1]

Fixes

  • Bug returned class in Elastic client binding in the service provider.

3.3.0

28 Oct 15:00
2945fdc
Compare
Choose a tag to compare

[3.3]

Added

  • With new config builder all connection options should be available.
  • Parameters for the wildcard query syntax.

Changed

  • Set configuration for the Elasticsearch client using a builder.
  • PHP 8.2 in the CI.

Fixed

  • Index configs are not being skipped in update command.

3.2.1

15 Jul 09:30
e813fd3
Compare
Choose a tag to compare

[3.2.1]

Fixed

  • SSL option for connections with ES8.

3.2.0

08 Jul 13:40
Compare
Choose a tag to compare

[3.2.0]

Added

  • Configuration to use Basic Authentication (#99)
  • Syntax Distance (#100)

Fixed

  • Scout vs Explorer index prefixes (#101)
  • Scout flush command (#102)

2.6.0

08 Jul 13:21
Compare
Choose a tag to compare

[2.6.0]

Added

  • Configuration to use Basic Authentication (#99)

3.0.1

07 Apr 12:25
368cea7
Compare
Choose a tag to compare

[3.0.1]

Fixed

  • Bug with running the update command for and index without an alias (#92)