Releases: sanders41/meilisearch-python-sdk
Releases · sanders41/meilisearch-python-sdk
v3.2.0
v3.1.0
v3.0.1
v3.0.0
Changes
Features
- Add option to use orjson or ujson @sanders41 (##993)
⚠️ Breaking changes
- Add option to use orjson or ujson @sanders41 (#993)
custom_serializeris now added to theBuiltinHandlerrather than sending to the functions @sanders41 (#993)- Drop support for Python 3.8 @sanders41 (#992)
- Drop support for Pydantic < 2 @sanders41 (#992)
v2.12.1
v2.12.0
v2.11.1
Changes
Bug Fixes
- Fix issue with raising MeilisearchApiError when no JSON returned @sanders41 (#983)
v2.11.0
Changes
Features
- Update for meilisearch 1.9.0 @sanders41 (#947)
- Make matching_strategy a literal with all, last, and frequency @sanders41 (#954)
- Add ranking_score_threshold parameter to search @sanders41 (#955)
- Add similar search @sanders41 (#959)
- Add ranking_score_threshold to facet search @sanders41 (#960)
v2.10.1
Changes
- Fix httpx depreciation warning @sanders41 (#966)
v2.10.0
Features
- Allow passing a custom serializer for documents @sanders41 (#957)