Releases: sanders41/meilisearch-fastapi
Releases · sanders41/meilisearch-fastapi
v0.20.0
v0.19.0
Changes
- Add testing and support for Python 3.12 @sanders41 (#575)
- Switch from meilisearch-python-async to meilisearch-python-sdk @sanders41 (#592)
Features
- Add matching_strategy: str = "all" to the SearchParameters model on f… @viktoriussuwandi (#500)
⚠️ Breaking changes
- Make minimum Pydantic version 2.0 @sanders41 (#565)
v0.18.2
Changes
- Drop Python 3.7 support @sanders41 (#483)
v0.18.1
Changes
- Bump meilisearch-python-async from 1.1.1 to 1.3.0 @sanders41 (#465)
v0.18.0
Changes
This release makes the package compatible with Meilisearch versions 1.0+
⚠️ Breaking changes
- Rename MeiliSearch to Meilisearch in all instances @sanders41 (#429)
v0.17.1
Changes
- Add python 3.11 to supported version @sanders41 (#323)
v0.17.0
v0.16.0
Changes
Features
- You can now find keys based on their key or uid @sanders41 (#280)
⚠️ Breaking changes
- Update for Meilisearch v0.28 @sanders41 (#280)
- Remove auto_batch methods (Meilisearch now handles this itself) @sanders41 (#280)
- Routes that used to return
TaskStatus
now returnTaskInfo
@sanders41 (#280) - update_key() can only update name and description fields @sanders41 (#280)
- nb_hits replaced with estimated_total_hits in search @sanders41 (#280)
- exhaustive_nb_hits is removed from search @sanders41 (#280)
- exhaustive_facets_count is deleted @sanders41 (#280)
- matches renamed show_matches_position @sanders41 (#280)
- facets_distribution response parameter is renamed facet_distribution @sanders41 (#280)
- attributes_to_retrieve replaced with fields in
get_documents
@sanders41 (#280) - indexes and documents now return
results
,limit
,offset
@sanders41 (#280)
v0.15.0
Changes
Features
- Add custom highlighting tags and crop marker to search @sanders41 (#246)
- Add new methods for the new typo tolerance settings @sanders41 (#246)
v0.14.0
Changes
Features
- Update for Meilisearch v0.26.0 and add generate-tenant-token route @sanders41 (#215)