Skip to content

Releases: sanders41/meilisearch-python-sdk

v0.29.1

08 Dec 10:47
0143e2d

Choose a tag to compare

Changes

v0.29.0

05 Dec 01:18
65552ed

Choose a tag to compare

Changes

Features

⚠️ Breaking changes

v0.28.1

25 Oct 02:58
9e18aa1

Choose a tag to compare

Changes

v0.28.0

14 Oct 22:24
68a6be2

Choose a tag to compare

Changes

Features

v0.27.1

14 Oct 12:09
616b1ea

Choose a tag to compare

Changes

v0.27.0

03 Oct 13:10
6cc0257

Choose a tag to compare

Changes

Features

v0.26.0

06 Aug 17:57
92068a9

Choose a tag to compare

Changes

Features

v0.25.0

23 Jul 02:23
2aba006

Choose a tag to compare

Changes

Features

  • get_tasks, get_keys, get_documents, and get_indexes now accept pagination metadata @sanders41 (#264)
  • You can now find keys based on their key or uid @sanders41 (#264)

⚠️ Breaking changes

  • Remove auto_batch methods (Meilisearch now handles this itself) @sanders41 (#264)
  • Methods that used to return TaskStatus now return TaskInfo @sanders41 (#264)
  • update_key() can only update name and description fields @sanders41 (#264)
  • nb_hits replaced with estimated_total_hits in search @sanders41 (#264)
  • exhaustive_nb_hits is removed from search @sanders41 (#264)
  • exhaustive_facets_count is deleted @sanders41 (#264)
  • matches renamed show_matches_position @sanders41 (#264)
  • facets_distribution response parameter is renamed facet_distribution @sanders41 (#264)
  • attributes_to_retrieve replaced with fields in get_documents @sanders41 (#264)
  • indexes and documents now return results, limit, offset @sanders41 (#264)
  • get_dump_status and wait_for_dump_creation have been removed @sanders41 (#264)
  • create_dump now returns TaskInfo @sanders41 (#264)

v0.24.1

24 May 11:50
93c56d0

Choose a tag to compare

Changes

Features

  • Add support for httpx 0.23 (#252)

v0.24.0

09 May 23:23
7d5f32c

Choose a tag to compare

Changes

Features

  • Add custom highlighting tags and crop marker to search @sanders41 (#238)
  • Add new methods for the new typo tolerance settings @sanders41 (#238)
  • Return the full task status rather than only the id @sanders41 (#245)