Releases: sanders41/meilisearch-python-sdk
Releases · sanders41/meilisearch-python-sdk
v2.2.2
v2.2.1
Changes
- Add depreciation warning for Pydantic < 2 @sanders41 (#762)
v2.2.0
Changes
- Update for Meilisearch 1.5.0 @sanders41 (#719)
Features
- Add create snapshot method @sanders41 (#719)
v2.1.0
Changes
- Change decorator connection parameters @sanders41 (#738)
- Use typevars for complex types @sanders41 (#709)
Features
- Add decorators for adding documents @sanders41 (#735)
Bug Fixes
- Fix None default in Pydantic 2 @sanders41 (#739)
v2.0.1
Changes
- Expose index as public @sanders41 (#705)
- Update user agent @sanders41 (#704)
v2.0.0
meilisearch-python-async.
Changes
⚠️ Breaking changes
- Add a sync client option and rename package to meilisearch-python-sdk @sanders41 (#687)
- Rename the old
ClienttoAsyncClient, andIndextoAsyncIndex.ClientandIndexare now sync options. @sanders41 (#687) - Move task methods to clients @sanders41 #690
- Rename package to meilisearch_python_sdk @sanders41 #700
v1.8.1
This is the last release under the meilisearch-python-async name. Starting with version 2.0.0 the project has been renamed to meilisearch-python-sdk, and contains both an async and a sync client.
Changes
- Update links for new repo name @sanders41 (#701)
- Add tests and support for Python 3.12 @sanders41 (#694)
v1.8.0
Changes
Features
- Update for Meilisearch v1.4.0 @sanders41 (#660)
- Add limit and offset to get_keys @sanders41 (#679)
- Add limit and offset to get_raw_indexes @sanders41 (#678)
- Add word dictionary settings @sanders41 (#662)
- Add separator and non-separator token settings @sanders41 (#661)
- Add offset and limit options to get_indexes @sanders41 (#658)