Releases: sanders41/meilisearch-python-sdk
Releases · sanders41/meilisearch-python-sdk
v0.29.1
v0.29.0
Changes
- Add support for Meilisearch v0.30.0 @sanders41 (#325)
- Add default cancel parameters @sanders41 (#328)
Features
- Add option to use Client in task functions @sanders41 (#334)
- Add index swap @sanders41 (#337)
- Add delete tasks @sanders41 (#332)
⚠️ Breaking changes
- Add option to use Client in task functions @sanders41 (#333)
- Add task cancellation @sanders41 (#327)
- Add new search parameters and result fields @sanders41 (#326)
v0.28.1
Changes
- Add python 3.11 to supported version @sanders41 (#317)
v0.28.0
v0.27.1
Changes
- Fix Docstrings' Import Error @Makiyu-py (#310)
v0.27.0
Changes
- Refactor batching for better concurrency @sanders41 (#308)
Features
- Update for Meilisearch v0.29 @sanders41 (#300)
v0.26.0
v0.25.0
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)
v0.24.1
v0.24.0
Changes
Features
- Add custom highlighting tags and crop marker to search @sanders41 (#238)
- Add new methods for the new typo tolerance settings @sanders41 (#238)
- Return the full task status rather than only the id @sanders41 (#245)