v0.25.0
·
2635 commits
to refs/heads/main
since this release
Changes
- Fix search parameter @sanders41 (#270)
Features
get_tasks,get_keys,get_documents, andget_indexesnow 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
TaskStatusnow returnTaskInfo@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_statusandwait_for_dump_creationhave been removed @sanders41 (#264)create_dumpnow returnsTaskInfo@sanders41 (#264)