Releases
v0.21.0
Compare
Sorry, something went wrong.
No results found
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 )
You can’t perform that action at this time.