packagist meilisearch/meilisearch-php v1.0.0
v1.0.0 🐘

latest releases: dev-staging, dev-main, v1.12.0...
2 years ago

This version makes this package compatible with Meilisearch v1.0.0 🎉
Check out the changelog of Meilisearch v1.0.0 for more information on the changes.

💥 Breaking Changes

  • Endpoints/Indexes date attributes $createdAt and $updatedAt are DateTime now instead of string. (#457) @brunoocasali
    • Removed getCreatedAtString and getUpdatedAtString functions.
  • Add canceledBy/setCanceledBy in TasksQuery (#454) @brunoocasali
  • Remove next attribute and setNext from TasksQuery. (#454) @brunoocasali
  • Remove next attribute and setNext from DeleteTasksQuery. (#454) @brunoocasali
  • Remove next, canceledBy attributes and setNext, setCanceledBy from CancelTasksQuery. (#454) @brunoocasali
  • Remove deleteAllIndexes, since they don't really delete all the indexes but only the first page. (#454) @brunoocasali
  • Remove getAllRawIndexes function. (#454) @brunoocasali
  • Rename getAllIndexes to getIndexes. (#454) @brunoocasali
  • Move all traits to src/Endpoints/Delegates. (#455) @brunoocasali
    • Meilisearch\Delegates\HandlesIndex to Meilisearch\Endpoints\Delegates\HandlesIndex
    • Meilisearch\Delegates\HandlesSystem to Meilisearch\Endpoints\Delegates\HandlesSystem
    • Meilisearch\Delegates\TasksQueryTrait to Meilisearch\Endpoints\Delegates\TasksQueryTrait

Enhancements

Thanks again to @brunoocasali and @norkunas! 🎉

Don't miss a new meilisearch-php release

NewReleases is sending notifications on new releases.