Releases: open-southeners/laravel-scout-advanced-meilisearch
Releases · open-southeners/laravel-scout-advanced-meilisearch
4.1.0
4.0.0
Added
- Laravel Scout 10 support (using Meilisearch 1.x)
3.0.2
Added
- Laravel 10 support
3.0.1
Added
- Support to PHP 8.2
3.0.0
Added
- New
scout:tasks-cancel
command to cancel tasks - New
scout:tasks-prune
command to remove succeeded and canceled tasks (can optionally include failed with option--include-failed
)
Changed
- This package now enforces official's Meilisearch PHP version depending on its own needs
Removed
- Drop PHP 7.4 support
2.0.2
Fixed
- Minor fix to enforce always an status code is being returned from all commands
2.0.1
2.0.0
Added
- New
scout:keys
command for API keys lookup on Meilisearch - New
scout:key
command for API keys creation, modification and deletion on Meilisearch - New
scout:tasks
command for listing tasks by status from Meilisearch (default to pending tasks list) - Displayable & searchable attributes: https://docs.meilisearch.com/learn/configuration/displayed_searchable_attributes.html#searchable-fields
Changed
scout:update
command now adding searchable & displayable fields to models (also throughScoutSearchableAttributes
PHP attribute class)- All command reusing code from new
MeilisearchCommand
1.1.0
Added
- Wait option to
scout:update
command for waiting for Meilisearch task to finish - Command
scout:dump
command for create a Meilisearch dump (more info here)