Skip to content

v0.23.0 🐍

Compare
Choose a tag to compare
@meili-bot meili-bot released this 28 Nov 16:06
· 891 commits to refs/heads/main since this release
0b2f184

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 cancel enqueued and processing tasks (#596) @alallema
  • New pagination strategy with the search parameters page and hitsPerPage (#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: #597
    • status -> statuses
    • index_uid -> index_uids
    • type -> types

Thanks again to @alallema! πŸŽ‰