Releases: barseghyanartur/django-elasticsearch-dsl-drf
Releases · barseghyanartur/django-elasticsearch-dsl-drf
0.17.6-2019-04-08
- Minor fixes.
- Additions to the docs.
0.17.5-2019-04-03
.. note::
Dropping support for Python 3.4. As of this version everything works, but
no longer tested.
- Minor fixes.
- Dropping Python 3.4 support.
- Django 2.2 support.
0.17.4-2019-03-13
- Source backend.
0.17.3-2019-02-08
- Obey object permissions.
0.17.2-2019-01-07
- Add nested ordering.
0.17.1-2018-12-14
- Skipping the new context suggester tests for Elasticsearch 2.x and a number
of other 2.x related fixes in tests. - A number of 5.x fixes in tests.
0.17-2018-12-12
.. note::
Release supported by `whythawk <https://github.com/whythawk>`_.
- Added support for context suggesters (
category
andgeo
). - Added support for
size
attribute on suggesters.
0.16.3-2018-10-31
.. note::
Release dedicated to Charles Aznavour.
- Make it possible to ignore certain Elastic exceptions by providing the
appropriateignore
argument (on the view level). Default behaviour is
intact. Set it to a list of integers (error codes) if you need it so.
0.16.2-2018-09-21
- Tested yet untested pip_helpers module.
- More tests.
0.16.1-2018-09-18
- Make it possible to control the size of the functional queries.