Added
- Added the
ConstantKeyword
,RankFeatures
field types (#1456, #1465) - Added the
ScriptScore
query type (#1464) - Added
UpdateByQueryResponse.success()
method (#1463) - Added
return_doc_meta
parameter toDocument.save()
andDocument.update()
for
accessing the complete API response (#1466) - Added support for
calendar_interval
andfixed_interval
toDateHistogramFacet
(#1467) - Added
Document.exists()
method (#1447, contributed by @dem4ply) - Added support for the
year
interval toDateHistogramFacet
(#1502, contributed by @nrsimha)
Fixed
- Fixed issue where
to_dict()
should be called recursively onSearch.extras
and**kwargs
(#1458) - Fixed inverse of an empty
Bool
query should beMatchNone
(#1459) - Fixed issue between
retry_on_conflict
and optimistic concurrency control withinDocument.update()
(#1461, contributed by @armando1793)