Skip to content

Releases: Jeroen-G/Explorer

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)

3.0.0

01 Apr 14:10
5546cb7
Compare
Choose a tag to compare

[3.0.0]

Added

  • Support for PHP 8.1
  • Laravel Scout's prefix is added to the index name if present
  • Max and Nested aggregations

Changed

  • Dropped support for PHP 7
  • Dropped support for Laravel 7 and 8
  • Removed deprecated elastic:create and elastic:delete commands
  • DocumentAdapterInterface and IndexAdapterInterface have slightly changed

2.5.1

09 Feb 18:57
5ffd1a8
Compare
Choose a tag to compare

[2.5.1]

Fixed

  • Fixed bug where index could not be created without settings (#81)