Skip to content

Releases: barseghyanartur/django-elasticsearch-dsl-drf

0.9-2018-07-04

04 Jul 22:17
Compare
Choose a tag to compare
  • Introduced post_filter support.
  • Generalised the FilteringFilterBackend backend. Both
    PostFilterFilteringFilterBackend and NestedFilteringFilterBackend
    backends are now primarily based on it.
  • Reduced Elastic queries from 3 to 2 when using LimitOffsetPagination.

0.8.4-2018-06-27

27 Jun 14:10
Compare
Choose a tag to compare
Release supported by [Goldmund, Wyldebeast & Wunderliebe](https://goldmund-wyldebeast-wunderliebe.nl/>).
  • Added NestedFilteringFilterBackend backend.
  • Documentation updated with examples of implementing a nested aggregations/facets.

0.8.3-2018-06-25

27 Jun 14:10
Compare
Choose a tag to compare
  • It's possible to retrieve original dictionary from DictionaryProxy object.
  • Added helper wrappers and helper functions as a temporary fix for issues in the django-elasticsearch-dsl.

0.8.2-2018-06-05

08 Jun 06:57
Compare
Choose a tag to compare
  • Minor fixes.

0.8.1-2018-06-05

08 Jun 06:56
Compare
Choose a tag to compare
  • Fixed wrong filter name in functional suggesters results into an error on
    Django 1.10 (and prior).
  • Documentation improvements.

0.8-2018-06-01

03 Jun 22:56
Compare
Choose a tag to compare
This release contain minor backwards incompatible changes. You should
update your code.

- (1) ``BaseDocumentViewSet`` (which from now on does not contain
      ``suggest`` functionality) has been renamed to ``DocumentViewSet``
      (which does contain ``suggest`` functionality).
- (2) You should no longer import from
      ``django_elasticsearch_dsl_drf.views``. Instead, import from
      ``django_elasticsearch_dsl_drf.viewsets``.
  • Deprecated django_elasticsearch_dsl_drf.views in favour
    of django_elasticsearch_dsl_drf.viewsets.
  • Suggest action/method has been moved to SuggestMixin class.
  • FunctionalSuggestMixin class introduced which resembled functionality
    of the SuggestMixin with several improvements/additions, such as
    advanced filtering and context-aware suggestions.
  • You can now define a default suggester in suggester_fields which will
    be used if you do not provide suffix for the filter name.

0.7.2-2018-05-09

10 May 00:54
Compare
Choose a tag to compare

Release dedicated to the Victory Day, the victims of the Second World War and Liberation of Shushi.

  • Django REST framework 3.8.x support.

0.7.1-2018-04-05

05 Apr 12:44
Compare
Choose a tag to compare
  • Add query boost support for search fields.

0.7-2018-03-08

05 Apr 12:43
Compare
Choose a tag to compare
  • CoreAPI/CoreSchema support.

0.6.4-2018-03-05

05 Apr 12:43
Compare
Choose a tag to compare
  • Minor fix: explicitly use DocType in the ViewSets.