Skip to content

Latest commit

 

History

History
104 lines (56 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

104 lines (56 loc) · 2.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[4.1.0] - 2024-05-24

Added

  • Added support Laravel 11

[4.0.0] - 2023-05-12

Added

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

[3.0.2] - 2023-02-16

Added

  • Laravel 10 support

[3.0.1] - 2022-12-21

Added

  • Support to PHP 8.2

[3.0.0] - 2022-12-06

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] - 2022-12-06

Fixed

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

[2.0.1] - 2022-09-26

Fixed

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

[2.0.0] - 2022-09-26

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] - 2022-09-10

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] - 2022-09-06

Fixed

  • Laravel service provider discovery

[1.0.2] - 2022-09-05

Fixed

  • PHP 8 attributes not working

[1.0.1] - 2022-09-05

Fixed

  • Command errors for scout:update when model isn't searchable

[1.0.0] - 2022-09-05

Added

  • Initial release!