Releases: ikollipara/django-meili
Releases · ikollipara/django-meili
0.0.8-alpha
Full Changelog: 0.0.7-alpha...0.0.8-alpha
- Adds support for DJP, Django Plugin Manager.
- Adds support for Django 5
- Adds support for Meilisearch up to 1.11
- Adds support for Python 3.13
0.0.7-alpha
What's Changed
- feat: syncindex can handle large queryset, allow for nonstandard pk models by @rosscdh-tpg in #10
New Contributors
- @rosscdh-tpg made their first contribution in #10
Full Changelog: 0.0.6-alpha...0.0.7-alpha
0.0.6-alpha
Changelog
A big thanks to @soulshake for adding the CI testing to the project!
0.0.5-alpha
Changelog
- Updated GitHub Actions dependencies
0.0.4-alpha
Changelog
- (#5) Fixed issue with not respecting custom index names
0.0.3-alpha
This release enables geo-searching and updates the configuration for models. Please see the new documentation.
0.0.2-alpha
This release includes the ability to search with a queryset-like interface.
In addition, the settings have been reworked, so please check out the readme to see the differences.
Thank you to @sanders41 for the advice on potential sequencing issues. The "SYNC" setting is a direct result of his input.
Full Changelog: Alpha...0.0.2-alpha
0.0.1-alpha
First version released