Releases: sanders41/meilisearch-python-sdk
Releases · sanders41/meilisearch-python-sdk
v0.23.1
Changes
- Make mkdocs-material a dev only dependency @sanders41 (#216)
v0.23.0
Changes
Features
- Update for Meilisearch v0.26.0 and add generate_tenant_token method @sanders41 (#200)
v0.22.0
Changes
⚠️ Breaking changes
- Change attributes_to_retrieve parameter to a list in get_documents @sanders41 (#183)
v0.21.0
Changes
- Change authorization header to bearer @sanders41 (#141)
Features
- Add management of MeiliSearch auth keys @sanders41 (#144)
⚠️ 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
Changes
- Fix pyright Client not exported error @sanders41 (#123)
v0.20.0
Changes
⚠️ Breaking changes
- Update for MeiliSearch 0.24.0 @sanders41 (#91)
- Update error information to match new MeiliSearch errors @sanders41 (#91)
- Update UpdateStatus model to work with new error information @sanders41 (#91)
- Remove model imports from init.py @sanders41 (#102)
v0.19.0
Changes
⚠️ Breaking changes
- Made
time_outin client__init__a named parameter @sanders41 (#85) - Made
primary_keyrequired in the indexupdate@sanders41 (#85) - Made
timeout_in_msandinterval_in_msinwait_for_pending_updatenamed parameters @sanders41 (#85)
v0.18.0
v0.17.0
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
Changes
- Add Python 3.10 to supported versions @sanders41 (#60)