Releases: Jeroen-G/Explorer
Releases · Jeroen-G/Explorer
3.4.1
Added
- Support for Laravel v10
3.4.0
3.3.1
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.0
2.6.0
3.0.1
3.0.0
[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
andelastic:delete
commands - DocumentAdapterInterface and IndexAdapterInterface have slightly changed