elasticsearch-dsl-py v7.4.0 Release Notes
Release Date: 2021-07-15 // almost 2 years ago-
- 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 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
)
.. [email protected]: https://github.com/dem4ply .. [email protected]: https://github.com/nrsimha .. [email protected]: https://github.com/armando1793 .. _#1447: https://github.com/elastic/elasticsearch-dsl-py/pull/1447 .. _#1456: https://github.com/elastic/elasticsearch-dsl-py/pull/1456 .. _#1458: https://github.com/elastic/elasticsearch-dsl-py/pull/1458 .. _#1459: https://github.com/elastic/elasticsearch-dsl-py/pull/1459 .. _#1461: https://github.com/elastic/elasticsearch-dsl-py/pull/1461 .. _#1463: https://github.com/elastic/elasticsearch-dsl-py/pull/1463 .. _#1464: https://github.com/elastic/elasticsearch-dsl-py/pull/1464 .. _#1465: https://github.com/elastic/elasticsearch-dsl-py/pull/1465 .. _#1466: https://github.com/elastic/elasticsearch-dsl-py/pull/1466 .. _#1467: https://github.com/elastic/elasticsearch-dsl-py/pull/1467 .. _#1502: https://github.com/elastic/elasticsearch-dsl-py/pull/1502
- Added the
Previous changes from v7.3.0
-
- Added
Intervals
,MatchBoolPrefix
,Shape
, andWrapper
queries (#1392
,#1418
) - โ Added
Boxplot
,RareTerms
,VariableWidthHistogram
,MedianAbsoluteDeviation
,TTest
,CumulativeCardinality
,Inference
,MovingPercentiles
, andNormalize
aggregations (#1416
,#1418
) - Added
__all__
and removed all star imports fromelasticsearch_dsl
namespace to avoid leaking unintended names (#1390
_) - ๐ Fixed an issue where
Object
andNested
could mutate the innerdoc_class
mapping (#1255
, contributed by@l1nd3r0th
) - ๐ Fixed a typo in query
SpanContaining
, previously wasSpanContainining
(#1418
_)
.. [email protected]: https://github.com/l1nd3r0th .. _#1255: https://github.com/elastic/elasticsearch-dsl-py/pull/1255 .. _#1390: https://github.com/elastic/elasticsearch-dsl-py/pull/1390 .. _#1392: https://github.com/elastic/elasticsearch-dsl-py/pull/1392 .. _#1416: https://github.com/elastic/elasticsearch-dsl-py/pull/1416 .. _#1418: https://github.com/elastic/elasticsearch-dsl-py/pull/1418
- Added