Releases: barseghyanartur/django-elasticsearch-dsl-drf
Releases · barseghyanartur/django-elasticsearch-dsl-drf
0.22.5-2022-07-04
- Return 0 for count when using
EmptySearch
.
0.22.4-2022-01-24
- Skip some parts of the ViewSet class definition on empty
document
.
0.22.3-2022-01-24
- Make running of ViewSet checks flexible (to allow dynamic document definition).
- Added the FacetedFilterSearchFilterBackend.
0.22.2-2021-08-29
- Tested against Django 3.2.
0.22.1-2021-05-01
DictionaryProxy
gets an optionalmeta
argument, which will hold meta information of the hit.
0.22-2021-03-26
Release dedicated to my dear son, Raffi, who turns 16 at the end of the
month. Happy birthday, dear Raffi.
- Make it easier to override the
DictionaryProxy
by moving it to the
scope of theBaseDocumentViewSet
. - Add
tzinfo
check for better date vs datetime determination. - Broader
EmptySearch
compatibility withelasticsearch_dsl.Search
. - Remove old Django code from docs.
- Allow more specific targeting for nested sort fields.
- Add more tests.
0.21-2021-02-04
Release dedicated to defenders of Armenia and Artsakh (Nagorno Karabakh)
and all the victims of Turkish and Azerbaijani aggression.
- Drop support for Python 2.7 and 3.5.
- Drop support for Django 1.11, 2.0 and 2.1.
- Tested against Django 3.1 and Python 3.9.
- Take options (ex: boost, fuzziness) into consideration in
NestedQueryBackend
. - Added an example of a proper date formatting.
- Added an example of alternative document ID.
- Added experimental
QueryFriendlyPageNumberPagination
which fires just a single query instead of used two used byPageNumberPagination
.
0.20.9-2020-10-16
Help to rebuild the Armenian homeland. Please, make a donation.
All donations received are solely for humanitarian purposes.
- Implemented
geo_shape
filter.
0.20.8-2020-04-10
Fixes in skip_duplicates
option support for native suggester.
0.20.7-2020-04-10
- Make
skip_duplicates
option available for native suggester.