Releases: meilisearch/meilisearch-python
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! π
v0.31.1 π
π Bug Fixes
- Fix reported type of decorator (#956) @sanders41
βοΈ Maintenance/misc
- Changes related to the next Meilisearch release (v1.8.0) (#947)
π Security
Thanks again to @curquiza, and @sanders41! π
v0.31.0 π
This version introduces features released on Meilisearch v1.7.0 π
Check out the changelog of Meilisearch v1.7.0 for more information on the changes.
β οΈ Breaking changes
- Related to the experimental
vectorStore
feature:dimensions
field is now required when using OpenAI models (#928) @sanders41
π Bug Fixes
- Make embedders deseralize to correct type (#927) sanders41
βοΈ Maintenance/misc
v0.30.0 π
β οΈ Breaking changes
This release is only breaking for users that are using the experimental vector search feature. This release makes vector search compatable with the changes made in Meilisearch v1.6.
π Enhancements
Thanks again to @CaroFG, @meili-bors[bot], and @sanders41! π
v0.29.0 π
π Enhancements
- Supports typing around documents with
Mapping
(#896) @geeksambhu - implemented
create_snapshot
method (#885) @pbelokon
π Bug Fixes
- Fix validation error for optional Task values (#887) @sanders41
- Fix potential type error in client_agents (#899) @sanders41
βοΈ Maintenance/misc
- Improve release drafter template (#874) @curquiza
- Automation version update (#875) @curquiza
- Update tests related to the next Meilisearch release (v1.6.0) (#900)
- Disable code-cov (#913) @sanders41
Thanks again to @brunoocasali, @curquiza, @geeksambhu, @pbelokon and @sanders41! π
v0.28.4 π
π Enhancements
Maintenance
- Add testing for Python 3.12 (#859) @sanders41
Thanks again to @alallema, @ellnix, @meili-bors[bot], @sanders41 and @zebra-f! π