meilisearch-fastapi

Meilisearch integration with FastAPI

MIT License

Downloads
1.5K
Stars
41
Committers
4

Bot releases are visible (Hide)

meilisearch-fastapi - v0.7.0

Published by github-actions[bot] over 3 years ago

Changes

Features

  • Adding auto batching of documents @sanders41 (#75)
  • Adding query parameters to get documents route @sanders41 (#74)
meilisearch-fastapi - v0.6.0

Published by github-actions[bot] over 3 years ago

Changes

  • Adding cache to get_config @sanders41 (#70)

Features

  • Adding health route @sanders41 (#71)
meilisearch-fastapi - v0.5.1

Published by github-actions[bot] over 3 years ago

Changes

  • Fixing typo in AttributesForFacetingWithUID model name @sanders41 (#64)
meilisearch-fastapi - v0.5.0

Published by github-actions[bot] over 3 years ago

Changes

  • Fixing typo @sanders41 (#51)
  • Adding supported python version to readme @sanders41 (#49)
  • Formatting docstrings @sanders41 (#48)
  • Changing CI to the new poetry install script and adding 3.10 to tests @sanders41 (#47)
  • Simplifying the contributing file @sanders41 (#46)
  • Improving test @sanders41 (#37)

Breaking changes ⚠️

  • Changed async-search-client dependency to meilisearch-python-async @sanders41 (#60)

The async-search-client package was renamed to meilisearch-python-async. The functionality of the packages are the same so if you were using any modules out of the async-search-client package they will still work, but you will need to import meilisearch-python-async instead now.

meilisearch-fastapi - Version 0.4.0

Published by sanders41 over 3 years ago

Added delete-if-exists route to indexes routes

meilisearch-fastapi - Version 0.3.1

Published by sanders41 over 3 years ago

Bumped async-search-client from 0.7.2 to 0.7.3. Version 0.7.3 removes some instances where the main thread was blocked.

meilisearch-fastapi - Version 0.3.0

Published by sanders41 over 3 years ago

Added route to update documents in batches

meilisearch-fastapi - Version 0.2.1

Published by sanders41 over 3 years ago

Bumped async-search-client from 0.7.0 to 0.7.1

meilisearch-fastapi - Version 0.2.0

Published by sanders41 over 3 years ago

Added route to add documents in batches

meilisearch-fastapi - Version 0.1.2

Published by sanders41 over 3 years ago

Bumped async-search-client from 0.6.0 to 0.6.1 for the more flexable handling of iso dates

meilisearch-fastapi - Version 0.1.1

Published by sanders41 over 3 years ago

Changing get_index and get_indexes to use the newly available get_raw_index and get_raw_indexes methods from async-search-client to add efficiency.

meilisearch-fastapi - Version 0.1.0-1

Published by sanders41 over 3 years ago

Fixed issue in the README

meilisearch-fastapi - Version 0.1.0

Published by sanders41 over 3 years ago

Initial release