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
GetTasksname changes: #390Status->StatusesIndexUID->IndexUIDSType->Types
🚀 Enhancements
- New
paginationstrategy with the search parametersPageandHitsPerPage#392 - New filters on
GetTasks:UID,BeforeEnqueuedAt,AfterEnqueuedAt, ... see #390 - New
client.CancelTasksmethod that lets you cancelenqueuedandprocessingtasks #395 - New
client.DeleteTasksmethod that lets you delete tasks #396 - New
client.SwapIndexesmethod that lets you swap two indexes #397 - New fields on
Task.Details#395
Thanks again to @alallema! 🎉