Releases: Jeroen-G/Explorer
Releases · Jeroen-G/Explorer
3.14.0
[3.14.0]
Added
- Add support for nested aggregations
3.13.0
[3.13.0]
Added
- Support Laravel and Scout 11.
3.10.0
[3.10.0]
Added
- The configurable logger may now be a channel name.
3.9.0
[3.9.0]
Changed
- Refactoring of rescoring and sorting.
Fixed
- Non-bucket based aggregations throwing exception.
3.8.0
[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
[3.7.0]
Added
- Support for Laravel Scouts's search callback.
Fixed
- Only update aliases for the intended index.
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.