meilisearch-python-sdk

An async and sync Python client for the Meilisearch API

MIT License

Downloads
14.1K
Stars
59
Committers
9

Bot releases are visible (Hide)

meilisearch-python-sdk - v2.2.3

Published by github-actions[bot] 11 months ago

Changes

  • Loosen type restriction on dict args to mapping @sanders41 (#770)

Bug Fixes

  • Fix typo in function name @sanders41 (#782)
meilisearch-python-sdk - v2.2.2

Published by github-actions[bot] 11 months ago

Changes

Bug Fixes

  • fix: http request when body is empty dict @long2ice (#768)
meilisearch-python-sdk - v2.2.1

Published by github-actions[bot] 11 months ago

Changes

  • Add depreciation warning for Pydantic < 2 @sanders41 (#762)
meilisearch-python-sdk - v2.2.0

Published by github-actions[bot] 11 months ago

Changes

  • Update for Meilisearch 1.5.0 @sanders41 (#719)

Features

  • Add create snapshot method @sanders41 (#719)
meilisearch-python-sdk - v2.1.0

Published by github-actions[bot] 12 months ago

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)
meilisearch-python-sdk - v2.0.1

Published by github-actions[bot] about 1 year ago

Changes

  • Expose index as public @sanders41 (#705)
  • Update user agent @sanders41 (#704)
meilisearch-python-sdk - v2.0.0

Published by github-actions[bot] about 1 year ago

⚠️ This package was previously named meilisearch-python-async.

Changes

⚠️ Breaking changes

  • Add a sync client option and rename package to meilisearch-python-sdk @sanders41 (#687)
  • Rename the old Client to AsyncClient, and Index to AsyncIndex. Client and Index are now sync options. @sanders41 (#687)
  • Move task methods to clients @sanders41 #690
  • Rename package to meilisearch_python_sdk @sanders41 #700
meilisearch-python-sdk - v1.8.1

Published by github-actions[bot] about 1 year ago

⚠️
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)
meilisearch-python-sdk - v1.8.0

Published by github-actions[bot] about 1 year ago

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)
meilisearch-python-sdk - v1.7.0

Published by github-actions[bot] about 1 year ago

Changes

Features

  • Use task groups in Python 3.11+ @sanders41 (#644)
meilisearch-python-sdk - v1.6.2

Published by github-actions[bot] about 1 year ago

Changes

Bug Fixes

  • Remove TTL cache @sanders41 (#629)
meilisearch-python-sdk - v1.6.1

Published by github-actions[bot] about 1 year ago

Changes

Bug Fixes

  • Add missing raise_for_stats when timeout is None in wait_for_task @sanders41 (#625)
meilisearch-python-sdk - v1.6.0

Published by github-actions[bot] about 1 year ago

Changes

Features

  • Add ttl cache to searches @sanders41 (#617)
meilisearch-python-sdk - v1.5.0

Published by github-actions[bot] about 1 year ago

Changes

Features

  • Update for Meilisearch 1.3.0 @sanders41 (#569)
  • Add vector search capability - experimental @sanders41 (#570)
  • Add option to specify attributes to search without modifying index settings @sanders41 (#579)
  • Add option to show the ranking score for documents in the search results @sanders41 (#580)
  • Add option to show ranking score details - experimental @sanders41 (#581)
  • Add option to sort facets @sanders41 (#582)
  • Add total to tasks @sanders41 (#584)
  • Add facet search @sanders41 (#589)
meilisearch-python-sdk - v1.4.8

Published by github-actions[bot] over 1 year ago

Changes

Bug Fixes

  • Fix bug where json_encoders for dates sometimes return a truncated value @sanders41 (#595)
meilisearch-python-sdk - v1.4.7

Published by github-actions[bot] over 1 year ago

Changes

Bug Fixes

  • Fix potential json_encoding date error in pydantic < 2 @sanders41 (#593)
meilisearch-python-sdk - v1.4.6

Published by github-actions[bot] over 1 year ago

Changes

Bug Fixes

  • Fix bug with get_tasks not returning all information @sanders41 (#585)
meilisearch-python-sdk - v1.4.5

Published by github-actions[bot] over 1 year ago

Changes

  • Make error more clear when iso date conversion fails @sanders41 (#573)
meilisearch-python-sdk - v1.4.4

Published by github-actions[bot] over 1 year ago

Changes

Bug Fixes

  • Fix issue with Pydantic version check @sanders41 (#559)
meilisearch-python-sdk - v1.4.3

Published by github-actions[bot] over 1 year ago

Changes

  • Add support for Pydantic v2 @sanders41 (#557)