Skip to content

7.3.0

Compare
Choose a tag to compare
@sethmlarson sethmlarson released this 17 Sep 13:45
8bfbdfb

Added

  • Added Intervals, MatchBoolPrefix, Shape, and Wrapper queries (#1392, #1418)
  • Added Boxplot, RareTerms, VariableWidthHistogram, MedianAbsoluteDeviation,
    TTest, CumulativeCardinality, Inference, MovingPercentiles,
    and Normalize aggregations (#1416, #1418)
  • Added __all__ and removed all star imports from elasticsearch_dsl namespace
    to avoid leaking unintended names (#1390)

Fixed

  • Fixed an issue where Object and Nested could mutate the inner
    doc_class mapping (#1255, contributed by @l1nd3r0th)
  • Fixed a typo in query SpanContaining, previously was SpanContainining (#1418)