Releases: sanders41/pytest-meilisearch
Releases · sanders41/pytest-meilisearch
v0.6.1
Changes
- Add support for python 3.13 @sanders41 (#191)
v0.6.0
Changes
⚠ Breaking changes
- Remove support for meilisearch-python-sdk < 3 @sanders41 (#182)
- Drop support for python 3.8 @sanders41 (#179)
v0.5.0
Changes
⚠ Breaking changes
- Add fixture to delete documents after each test @sanders41 (#91)
- Renamed client and async_client to avoid conflicts @Seluj78 (#90)
v0.4.0
v0.3.5
Changes
- Extend timeout @sanders41 (#69)
Bug Fixes
- Fix yield when not starting server @sanders41 (#70)
v0.3.4
v0.3.3
v0.3.2
Changes
- Print Meilisearch shutdown errors @sanders41 (#28)
Bug Fixes
- Yield even if not starting server @sanders41 (#31)
v0.3.1
Changes
- Improve error handling when starting Meilisearch @sanders41 (#25)
v0.3.0
Changes
Features
- Add option to specify timeout @sanders41 (#23)
- Add option to auto start and stop Meilisearch @sanders41 (#21)