github meilisearch/meilisearch-go v0.22.0
v0.22.0 🐹

latest releases: v0.36.3, v0.36.2, v0.36.1...
3 years ago

This version makes this package compatible with Meilisearch v0.30.0 🎉
Check out the changelog of Meilisearch v0.30.0 for more information on the changes(#382).

⚠️ Breaking change

  • Parameters on GetTasks name changes: #390
    • Status -> Statuses
    • IndexUID -> IndexUIDS
    • Type -> Types

🚀 Enhancements

  • New pagination strategy with the search parameters Page and HitsPerPage #392
  • New filters on GetTasks: UID, BeforeEnqueuedAt, AfterEnqueuedAt, ... see #390
  • New client.CancelTasks method that lets you cancel enqueued and processing tasks #395
  • New client.DeleteTasks method that lets you delete tasks #396
  • New client.SwapIndexes method that lets you swap two indexes #397
  • New fields on Task.Details #395

Thanks again to @alallema! 🎉

Don't miss a new meilisearch-go release

NewReleases is sending notifications on new releases.