Releases: infoxchange/django_elastic_appsearch
Releases · infoxchange/django_elastic_appsearch
v1.1.0 (2021-01-27)
v1.0.2 (2020-12-29)
- Dependency upgrades
- Bug fixes
v1.1.0b1 (2020-12-14)
- Use new official enterprise-search-python client package
- Deprecate
get_api_v1_client
method. Useget_api_v1_enterprise_search_client
instead. - Deprecate
get_appsearch_client
method. Useget_enterprise_search_appsearch_client
instead.
v1.0.1 (2020-12-15)
v1.0.0 (2020-11-26)
- Ensure Python 3.9 support in tests
- Update the project status to stable
v0.7.6 (2020-11-26)
v0.7.5 (2020-10-28)
v0.7.4 (2020-10-05)
- Add support for testing overridden queryset methods
- Update documentation