Skip to content

v0.21.0 πŸ¦€

Compare
Choose a tag to compare
@meili-bot meili-bot released this 28 Nov 15:16
· 481 commits to refs/heads/main since this release
9457894

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 and hitsPerPage #374
  • New bulder methods on get_tasks: with_uids, with_before_enqueued_at, ... see #375
  • New client.cancel_tasks method that lets you cancel enqueued and processing 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: #375
    • with_status -> with_statuses
    • with_index_uid -> with_index_uids
    • with_type -> with_types
  • Task detail receivedDocumentIds renamed to providedIds #393
  • Error field in Task is now always present and has a None value when there are no errors #390
  • Add and rename some error codes: #384

Thanks again to @bidoubiwa, @brunoocasali, @loiclec, @romilpunetha and @washbin! πŸŽ‰