Releases: meilisearch/meilisearch-python
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! π
v0.28.3 π
π Enhancements
- Add total to
TasksResult
(#833) @arturgoms - Support search in facet values (#839) @cyprx
- Add sort_facet_values_by to Faceting model to order the facet search (#848) @sanders41
π Bug Fixes
- Make parameters required for delete (#821) @sanders41
Thanks again to @alallema, @arturgoms, @curquiza, @cyprx, and @sanders41! π
v0.28.2 π
This version introduces features released on Meilisearch v1.3.0 π
Check out the changelog of Meilisearch v1.3.0 for more information on the changes.
π Enhancements
β οΈ EXPERIMENTAL: Adds docstring and tests for vector search (#805) @sanders41
π Bug Fixes
- Fix potential json_encoding date error and truncation in pydantic < 2 (#807) @sanders41
π Misc
- Migrate docs hosting to Meilisearch subdomain (#810) @Strift
- Update documentation deployment workflow (#811) @Strift
Thanks again to @Strift, @alallema, and @sanders41! π
v0.28.1 π
π Enhancements
- Drop Python 3.7 support (#788) @sanders41
π Bug Fixes
- Add support for Pydantic v2 (#790) @sanders41
Thanks again to @alallema and @sanders41! π
v0.28.0 π
Release CHANGELOG:
This version introduces features released on Meilisearch v1.2.0 π
Check out the changelog of Meilisearch v1.2.0 for more information on the changes.
π Enhancements
- The method
delete_documents()
now supports a new parameterfilter
that allows deleting documents by filtering. Thefilter
field works precisely like thefilter
field used on thesearch
method. See the docs on how to use filters. (#756) @sanders41 - Add the ability to receive a
filter
key from theget_documents
/documents
methods. Thefilter
field works precisely like thefilter
field used on thesearch
method. See the docs on how to use filters. (#757) @sanders41
Thanks again to @sanders41! π