Skip to content

Releases: open-southeners/laravel-scout-advanced-meilisearch

4.1.0

24 May 11:27
7fb1d72
Compare
Choose a tag to compare

Added

  • Added support Laravel 11

4.0.0

12 May 16:01
ad6b272
Compare
Choose a tag to compare

Added

  • Laravel Scout 10 support (using Meilisearch 1.x)

3.0.2

16 Feb 09:41
8662d3a
Compare
Choose a tag to compare

Added

  • Laravel 10 support

3.0.1

21 Dec 18:00
1c517c4
Compare
Choose a tag to compare

Added

  • Support to PHP 8.2

3.0.0

06 Dec 20:47
7017812
Compare
Choose a tag to compare

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

06 Dec 18:23
f6e60fc
Compare
Choose a tag to compare

Fixed

  • Minor fix to enforce always an status code is being returned from all commands

2.0.1

26 Sep 12:12
b09162c
Compare
Choose a tag to compare

Fixed

  • scout:update with searchable attributes replacing Meilisearch defaults ['*']

2.0.0

26 Sep 09:57
b93f547
Compare
Choose a tag to compare

Added

Changed

  • scout:update command now adding searchable & displayable fields to models (also through ScoutSearchableAttributes PHP attribute class)
  • All command reusing code from new MeilisearchCommand

1.1.0

10 Sep 15:48
0f86b5a
Compare
Choose a tag to compare

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)

1.0.3

05 Sep 22:37
ad5f1cc
Compare
Choose a tag to compare

Fixed

  • Laravel service provider discovery