Skip to content

Commit

Permalink
Add 7.3.0 release to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Sep 17, 2020
1 parent 5e37026 commit bcb9cf3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
Changelog
=========

7.3.0 (2020-09-16)
------------------

* 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 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`_)

.. _@l1nd3r0th: 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

7.2.1 (2020-06-02)
------------------

Expand Down

0 comments on commit bcb9cf3

Please sign in to comment.