packagist meilisearch/meilisearch-php v2.0.0-beta.5
v2.0.0-beta.5 🌱

18 hours ago

Note

This replaces the incorrect v2.0.0-beta.4 release tagged from the wrong branch.

⚠️ Breaking changes

  • Wrap data with Task before passing to TasksResults (#864) @norkunas

Migration guide

  • TaskResults is now final
  • $client->getTasks() and $index->getTasks() now returns TaskResults objects
  • $client->tasks->all() now returns Task objects

🚀 Enhancements

  • Add raw data to Task and implement ArrayAccess (#863) @norkunas
  • Use environment flag to allow all network IPs in tests (#867) @Strift

⚙️ Maintenance/misc

Thanks to @Strift, @norkunas and dependabot[bot]! 🎉

See full changelog: v2.0.0-beta.3...v2.0.0-beta.5

Don't miss a new meilisearch-php release

NewReleases is sending notifications on new releases.