Skip to content

Releases: meilisearch/meilisearch-python

v0.31.1 🐍

06 May 14:06
6605bb0
Compare
Choose a tag to compare

🐛 Bug Fixes

⚙️ Maintenance/misc

  • Changes related to the next Meilisearch release (v1.8.0) (#947)

🔒 Security

  • Bump black from 24.2.0 to 24.3.0 (#940)
  • Bump idna from 3.6 to 3.7 (#948)

Thanks again to @curquiza, and @sanders41! 🎉

v0.31.0 🐍

11 Mar 13:16
948b1d0
Compare
Choose a tag to compare

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 🐍

08 Feb 15:29
fd6b0dc
Compare
Choose a tag to compare

⚠️ 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.

  • Implement vector search experimental feature v2 (v1.6) (#924) @CaroFG

🚀 Enhancements

  • Implement vector search experimental feature v2 (v1.6) (#924) @CaroFG

Thanks again to @CaroFG, @meili-bors[bot], and @sanders41! 🎉

v0.29.0 🐍

16 Jan 18:04
d52e2df
Compare
Choose a tag to compare

🚀 Enhancements

🐛 Bug Fixes

⚙️ Maintenance/misc

Thanks again to @brunoocasali, @curquiza, @geeksambhu, @pbelokon and @sanders41! 🎉

v0.28.4 🐍

25 Oct 16:27
9e5c070
Compare
Choose a tag to compare

🚀 Enhancements

Maintenance

Thanks again to @alallema, @ellnix, @meili-bors[bot], @sanders41 and @zebra-f! 🎉

v0.28.3 🐍

25 Sep 12:16
21520f9
Compare
Choose a tag to compare

🚀 Enhancements

🐛 Bug Fixes

Thanks again to @alallema, @arturgoms, @curquiza, @cyprx, and @sanders41! 🎉

v0.28.2 🐍

31 Jul 11:59
c6ca566
Compare
Choose a tag to compare

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.

⚠️ If you want to adopt new features of this release, update the Meilisearch server to the according version.

🚀 Enhancements

  • ⚠️ EXPERIMENTAL: Adds docstring and tests for vector search (#805) @sanders41

⚠️ The EXPERIMENTAL features are not covered by semver. To explicitly opt-in, check this guide.

🐛 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 🐍

04 Jul 19:13
444b297
Compare
Choose a tag to compare

🚀 Enhancements

🐛 Bug Fixes

Thanks again to @alallema and @sanders41! 🎉

v0.28.0 🐍

05 Jun 11:53
145a324
Compare
Choose a tag to compare

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.
⚠️ If you want to adopt new features of this release, update the Meilisearch server to the according version.

🚀 Enhancements

  • The method delete_documents() now supports a new parameter filter that allows deleting documents by filtering. The filter field works precisely like the filter field used on the search method. See the docs on how to use filters. (#756) @sanders41
  • Add the ability to receive a filter key from the get_documents/documents methods. The filter field works precisely like the filter field used on the search method. See the docs on how to use filters. (#757) @sanders41

Thanks again to @sanders41! 🎉

v0.27.0 🐍

01 Jun 08:57
863dc5b
Compare
Choose a tag to compare

⚠️ Breaking changes

  • Return Task instances from task methods instead of Dict (#750) @sanders41

🚀 Enhancements

  • Changes utcnow() to now() with a utc time zone. (#754) @sanders41
  • Adding header parameters to the client constructor (#771) @alallema

🐛 Bug Fixes

Thanks again to @KShivendu, @alallema, @curquiza and @sanders41! 🎉