v0.21.0 π¦
·
806 commits
to refs/heads/main
since this release
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.
π Enhancements
- New
paginationstrategy with the search parameterspageandhitsPerPage#374 - New bulder methods on
get_tasks:with_uids,with_before_enqueued_at, ... see #375 - New
client.cancel_tasksmethod that lets you cancelenqueuedandprocessingtasks #377 - New
client.delete_tasksmethod that lets you delete tasks #381 - New
client.swap_indexesmethod that lets you swap two indexes #382 - Adds
Documentproc macro for easy index configuration (#358) @romilpunetha
β οΈ Breaking change
- builder functions on
TasksQueryname changes: #375with_status->with_statuseswith_index_uid->with_index_uidswith_type->with_types
- Task detail
receivedDocumentIdsrenamed toprovidedIds#393 - Error field in
Taskis now always present and has aNonevalue when there are no errors #390 - Add and rename some error codes: #384
Thanks again to @bidoubiwa, @brunoocasali, @loiclec, @romilpunetha and @washbin! π