Skip to content

Releases: sanders41/meilisearch-python-sdk

v0.23.1

16 Mar 16:43
c245e14

Choose a tag to compare

Changes

v0.23.0

14 Mar 15:10
54929a5

Choose a tag to compare

Changes

Features

  • Update for Meilisearch v0.26.0 and add generate_tenant_token method @sanders41 (#200)

v0.22.0

28 Jan 00:19
9636a80

Choose a tag to compare

Changes

⚠️ Breaking changes

  • Change attributes_to_retrieve parameter to a list in get_documents @sanders41 (#183)

v0.21.0

11 Jan 23:49
2a55f4e

Choose a tag to compare

Changes

Features

⚠️ Breaking changes

  • Update for MeiliSearch v0.25.0 @sanders41 (#140)
  • Changes for new MeiliSearch task API @sanders41 (#143)
  • index.wait_for_pending_update moved to task.wait_for_task @sanders41 (#140)
  • index.delete now returns a TaskStatus @sanders41 (#140)
  • index.wait_for_pending_update moved to task._wait_for_task and parameters changed @sanders41 (#140)
  • index.get_all_update_statuses moved to task.get_tasks @sanders41 (#140)
  • index.get_update_status moved to task.get_task @sanders41 (#140)
  • models.update UpdateId and UpdateStatus moved to models.task TaskId and TaskStatus and accepted values changed @sanders41 (#140)
  • UpdateId and UpdateStatus return types changed to TaskId and TaskStatus respectively @sanders41 (#140)
  • Removed status check decorator because it no longer works with the new tasks API @sanders41 (#140)

v0.20.1

22 Nov 18:27
2019548

Choose a tag to compare

Changes

v0.20.0

16 Nov 13:24
459c9a8

Choose a tag to compare

Changes

⚠️ Breaking changes

v0.19.0

25 Oct 00:06
876e454

Choose a tag to compare

Changes

⚠️ Breaking changes

  • Made time_out in client __init__ a named parameter @sanders41 (#85)
  • Made primary_key required in the index update @sanders41 (#85)
  • Made timeout_in_ms and interval_in_ms in wait_for_pending_update named parameters @sanders41 (#85)

v0.18.0

12 Oct 17:16
21dac46

Choose a tag to compare

Changes

Features

  • Add option to add/update documents with raw csv or ndjson files @sanders41 (#75)

v0.17.0

11 Oct 17:53
956184f

Choose a tag to compare

Changes

This release supports v0.23 of MeiliSearch.

Features

  • Add option to add/update documents from csv and ndjson files @sanders41 (#63)

v0.16.1

04 Oct 22:58
1f5dcc2

Choose a tag to compare

Changes