Skip to content

Releases: sanders41/meilisearch-python-sdk

v2.11.1

08 Jul 00:46
0e8d63c
Compare
Choose a tag to compare

Changes

Bug Fixes

  • Fix issue with raising MeilisearchApiError when no JSON returned @sanders41 (#983)

v2.11.0

01 Jul 12:45
a61acf5
Compare
Choose a tag to compare

Changes

Features

v2.10.1

21 Jun 00:38
cc7d250
Compare
Choose a tag to compare

Changes

v2.10.0

10 Jun 23:26
e19c74c
Compare
Choose a tag to compare

Features

v2.9.0

06 May 09:09
2bc6848
Compare
Choose a tag to compare

Changes

⚠️ Note for anyone using vector search. Meilisearch had breaking changes to vector search in 1.8.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.

  • Only import types when type checking for slight performance boost @sanders41 (#916)

Features

v2.8.0

11 Mar 11:32
baa3f1f
Compare
Choose a tag to compare

Changes

⚠️ Note for anyone using vector search. Meilisearch had breaking changes to vector search in 1.7.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

v2.7.0

02 Mar 19:25
46ac14d
Compare
Choose a tag to compare

Changes

Features

v2.6.2

12 Feb 21:45
abd0f38
Compare
Choose a tag to compare

Changes

Bug Fixes

v2.6.1

10 Feb 21:32
1a55120
Compare
Choose a tag to compare

Changes

v2.6.0

18 Jan 15:28
453da1d
Compare
Choose a tag to compare

Changes

Features

  • Extend create index timeouts and make wait for settings optional @sanders41 (#816)