v0.21.0 π¦
meili-bot
released this
28 Nov 15:16
·
481 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
pagination
strategy with the search parameterspage
andhitsPerPage
#374 - New bulder methods on
get_tasks
:with_uids
,with_before_enqueued_at
, ... see #375 - New
client.cancel_tasks
method that lets you cancelenqueued
andprocessing
tasks #377 - New
client.delete_tasks
method that lets you delete tasks #381 - New
client.swap_indexes
method that lets you swap two indexes #382 - Adds
Document
proc macro for easy index configuration (#358) @romilpunetha
β οΈ Breaking change
- builder functions on
TasksQuery
name changes: #375with_status
->with_statuses
with_index_uid
->with_index_uids
with_type
->with_types
- Task detail
receivedDocumentIds
renamed toprovidedIds
#393 - Error field in
Task
is now always present and has aNone
value when there are no errors #390 - Add and rename some error codes: #384
Thanks again to @bidoubiwa, @brunoocasali, @loiclec, @romilpunetha and @washbin! π