Changes
- Fix search parameter sanders41 (270)
Features
- `get_tasks`, `get_keys`, `get_documents`, and `get_indexes` now accept pagination metadata sanders41 (264)
- You can now find keys based on their key or uid sanders41 (264)
⚠️ Breaking changes
- Remove auto_batch methods (Meilisearch now handles this itself) sanders41 (264)
- Methods that used to return `TaskStatus` now return `TaskInfo` sanders41 (264)
- update_key() can only update name and description fields sanders41 (264)
- nb_hits replaced with estimated_total_hits in search sanders41 (264)
- exhaustive_nb_hits is removed from search sanders41 (264)
- exhaustive_facets_count is deleted sanders41 (264)
- matches renamed show_matches_position sanders41 (264)
- facets_distribution response parameter is renamed facet_distribution sanders41 (264)
- attributes_to_retrieve replaced with fields in `get_documents` sanders41 (264)
- indexes and documents now return `results`, `limit`, `offset` sanders41 (264)
- `get_dump_status` and `wait_for_dump_creation` have been removed sanders41 (264)
- `create_dump` now returns `TaskInfo` sanders41 (264)