Skip to content

Releases: meilisearch/meilisearch-python

v0.16.1 ๐Ÿ

13 Sep 15:39
18e704c
Compare
Choose a tag to compare

This package version is compatible with MeiliSearch v0.22.0 ๐ŸŽ‰

Changes

  • Add sort feature compatibility (#318) @alallema. More about sorting.
    • Add sortable attributes methods: get_sortable_attributes, set_sortable_attributes, reset_sortable_attributes.
    • Add sort parameter during search.

Thanks again to @alallema, @curquiza! ๐ŸŽ‰

v0.16.0 ๐Ÿ

24 Aug 16:37
773d28e
Compare
Choose a tag to compare

This version makes this package compatible with MeiliSearch v0.21.0
๐ŸŽ‰ Check out the changelog of MeiliSearch v0.21.0

Changes

Breaking changes โš ๏ธ

  • Rename attributes_for_faceting into filterable_attributes (#287) @alallema
  • Changes related to the next MeiliSearch release (v0.21.0) (#250)

Bug

Thanks again to @alallema, @curquiza, and @sanders41! ๐ŸŽ‰

v0.15.1 ๐Ÿ

07 Jun 15:57
4d065f4
Compare
Choose a tag to compare

Changes

Thanks again to @sanders41! ๐ŸŽ‰

v0.15.0 ๐Ÿ

01 Jun 12:11
1e0b24d
Compare
Choose a tag to compare

Changes

Breaking changes โš ๏ธ

  • get_indexes returns a list of Index instance + add raw index methods (#261) @sanders41

Thanks again to @alallema, @bidoubiwa, @curquiza, and @sanders41! ๐ŸŽ‰

v0.14.2 ๐Ÿ

22 Apr 13:45
f0e56be
Compare
Choose a tag to compare

Changes

Thanks again to @alallema and @curquiza! ๐ŸŽ‰

v0.14.1 ๐Ÿ

24 Mar 12:46
158210e
Compare
Choose a tag to compare

Changes

Thanks again to @sanders41 @bb, and @ritwickdsouza! ๐ŸŽ‰

v0.14.0 ๐Ÿ

08 Dec 17:19
901dac3
Compare
Choose a tag to compare

Changes

  • Introduction of the index() method that replaces get_index(). get_index() is still available but does HTTP call, so this should be only used to fetch information from the MeiliSearch instance. See our Getting Started to use this package the right way (#175) @curquiza
  • Add a new attribute in the Index class: primary_key. You can now use client.get_index('books').primary_key to access the primary key of your index. (#175) @curquiza
  • Update dependencies

Breaking changes โš ๏ธ

  • get_index() is still present but does an HTTP call. This method should be only used to fetch information from the MeiliSearch instance, not to manipulate an Index object in your code base. Use index() instead. See our Getting Started to be sure using this SDK the most optimized way. (#175) @curquiza
  • Rename info() into fetch_info() (#175) @curquiza
  • Make the update_index() method return an Index instance (#176) @curquiza

Thanks again to @bidoubiwa, @curquiza, and most of all to @kamyar for having refactored the tests suite! ๐ŸŽ‰

v0.13.0 ๐Ÿ

04 Nov 14:30
41e9fed
Compare
Choose a tag to compare

Breaking changes โš ๏ธ

Also, thanks to @ledo01! ๐ŸŽ‰

v0.12.4 ๐Ÿ

14 Oct 13:55
a9b9bd8
Compare
Choose a tag to compare

v0.12.3 ๐Ÿ

01 Sep 13:59
Compare
Choose a tag to compare

Changes

Thanks again to @eskombro! ๐ŸŽ‰