Releases: meilisearch/meilisearch-python
Releases Β· meilisearch/meilisearch-python
v0.34.1 π
π Enhancements
- Sync embedder models with latest meili settings (#1075) @ellnix
- Allow custom headers in requests (#1076) @ellnix
- Make key description optional (#1067) @ellnix
- Update Documents with Functions (#1074) @MuddyHope
βοΈ Maintenance/misc
Thanks again to @MuddyHope, @Strift, & @ellnix! π
v0.34.0 ποΈ
This version introduces features released on Meilisearch v1.13.0 π
β¨ New
- AI-powered search is now stable @Strift
π Enhancements
- Stabilize vector store usage (#1079) @Strift
- Support localized-attributes settings (#1060) @ellnix
- Support batches API (#1062) @ellnix
- Support searching for similar documents (#1063) @ellnix
βοΈ Maintenance/misc
v0.33.1 π
π Bug Fixes
- Improve documentation for Index.add_documents() methods (#1057) @samuelbradshaw
Thanks again to @samuelbradshaw and @sanders41! π
v0.33.0 π
v0.32.0 π
β οΈ Breaking changes
- Drop support for python 3.8 and add 3.13 support (#1039) @sanders41
v0.31.6 π
π Enhancements
- Compatibility of
embedder
settings with Meilisearch v1.11 (#1018) @sanders41 & @dureuill - Supports
rankingScoreThreshold
search parameter (#1008) @aweidner - Federated Search Addition (#1013) @MuddyHope
βοΈ Maintenance/misc
Thanks again to @MuddyHope, @aweidner, @curquiza, @dureuill and @sanders41! π
v0.31.5 π
v0.31.4 π
π Bug Fixes
- Fixed a typing mistake in /meilisearch/index.py:1084 (#993) @Nikolas-Lehto
βοΈ Maintenance/misc
- Fix flaky test (#978) @sanders41
- Bump certifi from 2023.11.17 to 2024.7.4 in the pip group (#991)
- Remove huggingface setting in tests to fix flakiyness (#994) @sanders41
π Security
- Bump certifi from 2023.11.17 to 2024.7.4 in the pip group (#991)
Thanks again to @Nikolas-Lehto, and @sanders41! π
v0.31.3 π
π Enhancements
- Allow passing a custom serializer for documents (#974) @sanders41
v0.31.2 π
π Enhancements
- Added search cutoff ms settings (#964) @the-sinner
- Add proximityPrecision setting (#971) @the-sinner
βοΈ Maintenance/misc
- Typo fix in get_document doc comment. (#960) @alenpaulvarghese
- Fix document and vector fixture (#963) @sanders41
- Add tests and docs about showRankingScoreDetails (#965) @the-sinner
- Add tests for displaying ranking score in search hits (#966) @the-sinner
Thanks again to @alenpaulvarghese, @sanders41 and @the-sinner! π