Skip to content

Releases: barseghyanartur/django-elasticsearch-dsl-drf

0.20.6-2020-04-04

10 Apr 17:42
Compare
Choose a tag to compare
  • Basic implementation of RegExp field lookup.

0.20.5-2019-12-30

29 Dec 23:30
Compare
Choose a tag to compare
  • Minor fixes.

0.20.4-2019-12-25

25 Dec 20:50
6a06b97
Compare
Choose a tag to compare
  • 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

25 Dec 20:49
Compare
Choose a tag to compare
  • Testing the auxiliary versions module.

0.20.2-2019-08-31

30 Aug 22:40
Compare
Choose a tag to compare
  • Minor improvements in test coverage.

0.20.1-2019-08-18

30 Aug 22:40
Compare
Choose a tag to compare
  • Minor Elasticsearch 7.x compatibility fixes.

0.20-2019-08-17

16 Aug 22:17
Compare
Choose a tag to compare
  • Adding Elasticsearch 7.x support.

0.19-2019-08-06

06 Aug 22:41
Compare
Choose a tag to compare

.. 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

26 Jun 21:29
Compare
Choose a tag to compare

.. 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

29 May 23:55
Compare
Choose a tag to compare

.. 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.