Releases: barseghyanartur/django-elasticsearch-dsl-drf
Releases · barseghyanartur/django-elasticsearch-dsl-drf
0.20.6-2020-04-04
- Basic implementation of RegExp field lookup.
0.20.5-2019-12-30
- Minor fixes.
0.20.4-2019-12-25
- Tested against Django 3.0.
- Tested against Python 3.8.
- Tested against Django REST Framework 3.11.
- Minor fixes.
- Test optimisations.
0.20.3-2019-09-20
- Testing the auxiliary versions module.
0.20.2-2019-08-31
- Minor improvements in test coverage.
0.20.1-2019-08-18
- Minor Elasticsearch 7.x compatibility fixes.
0.20-2019-08-17
- Adding Elasticsearch 7.x support.
0.19-2019-08-06
.. note::
Dropping support for Elasticsearch versions prior 6.x. This is unfortunate,
but this project depends on the upstream ``django-elasticsearch-dsl`` where
as of version 6.4.x the support for older Elasticsearch versions was
dropped. Use ``django-elasticsearch-dsl-drf`` version 0.18 if you need
to work with 5.x or 2.x.
- Dropping support for Elasticsearch versions prior to 6.x.
0.18-2019-06-26
.. note::
Support for Django versions prior 1.11 has been dropped.
Support for Django REST Framework prior 3.9 has been dropped.
- Dropping support for Django versions prior 1.11.
- Dropping support for Django REST Framework versions prior 3.9.
- Fix Django REST Framework deprecations.
0.17.7-2019-05-30
.. note::
Support for Django 1.8, 1.9 and 1.10 will be dropped in the next release.
As usual, compatibility shims won't be removed directly. The change
will affect the test matrix only first.
- Prevent unicode errors in tests on Python 2.7.
- Fixes in occasionally failing search test (
test_search
and
test_filtering_geo_spatial
). - Working travis.
- Fixed issue with errors on empty
ids
filter.