Skip to content

v0.21.0

Choose a tag to compare

@github-actions github-actions released this 11 Jan 23:49
· 2850 commits to main since this release
2a55f4e

Changes

Features

⚠️ Breaking changes

  • Update for MeiliSearch v0.25.0 @sanders41 (#140)
  • Changes for new MeiliSearch task API @sanders41 (#143)
  • index.wait_for_pending_update moved to task.wait_for_task @sanders41 (#140)
  • index.delete now returns a TaskStatus @sanders41 (#140)
  • index.wait_for_pending_update moved to task._wait_for_task and parameters changed @sanders41 (#140)
  • index.get_all_update_statuses moved to task.get_tasks @sanders41 (#140)
  • index.get_update_status moved to task.get_task @sanders41 (#140)
  • models.update UpdateId and UpdateStatus moved to models.task TaskId and TaskStatus and accepted values changed @sanders41 (#140)
  • UpdateId and UpdateStatus return types changed to TaskId and TaskStatus respectively @sanders41 (#140)
  • Removed status check decorator because it no longer works with the new tasks API @sanders41 (#140)