Skip to content

Releases: sanders41/meilisearch-python-sdk

v4.0.0

23 Dec 13:05
9069614
Compare
Choose a tag to compare

Changes

⚠️ Breaking changes

Features

v3.6.2

27 Nov 20:53
2e78e8e
Compare
Choose a tag to compare

Changes

Bug Fixes

  • Fix False in body being treated as empty in sync requests @sanders41 (#1152)

v3.6.1

04 Nov 19:13
7cdbce4
Compare
Choose a tag to compare

Changes

Bug Fixes

v3.6.0

28 Oct 13:56
6e7efa5
Compare
Choose a tag to compare

Changes

Features

v3.5.1

08 Oct 16:46
34289c8
Compare
Choose a tag to compare

Changes

v3.5.0

18 Sep 21:10
1d5cabc
Compare
Choose a tag to compare

Changes

Features

  • Add option to limit concurrency when async processing batches @sanders41 (#1092)

v3.4.0

05 Sep 10:05
eb6a50d
Compare
Choose a tag to compare

Changes

Features

v3.3.0

26 Aug 10:54
1bc1fbe
Compare
Choose a tag to compare

Changes

⚠️ Note for anyone using vector search. Meilisearch had breaking changes to vector search in 1.10.0. Because this still an experimental feature it is not considered a breaking change in this package therefore there is not a major version bump. If you are using this feature you will need to make updates to continue using vector search.

Features

v3.2.0

19 Aug 15:03
be470e0
Compare
Choose a tag to compare

Changes

Features

v3.1.0

12 Aug 14:56
12eddd2
Compare
Choose a tag to compare

Changes

Features

  • Make hits in SearchResults generic so custom types can be used @sanders41 (#1044)