Releases: Jeroen-G/Explorer
Releases · Jeroen-G/Explorer
3.6.0
[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
[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.0
[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
[3.3.1]
Fixes
- Bug returned class in Elastic client binding in the service provider.
3.3.0
[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
[3.2.1]
Fixed
- SSL option for connections with ES8.
3.2.0
[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
[2.6.0]
Added
- Configuration to use Basic Authentication (#99)
3.0.1
[3.0.1]
Fixed
- Bug with running the update command for and index without an alias (#92)