v0.23.0 π
·
891 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
client.cancel_tasks
method that lets you cancelenqueued
andprocessing
tasks (#596) @alallema - New
pagination
strategy with the search parameterspage
andhitsPerPage
(#595) @alallema - New
client.delete_tasks
method that lets you deleted tasks (#598) @alallema - New
client.swap_indexes
method that lets you swap two indexes (#603) @alallema
β οΈ Breaking change
- Parameters on
get_tasks
name changes: #597status
->statuses
index_uid
->index_uids
type
->types
Thanks again to @alallema! π