Skip to content

Commit

Permalink
Add 8.9.0 release to changelog on main
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Sep 7, 2023
1 parent 3073976 commit ba5d5d6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
Changelog
=========

8.9.0 (2023-09-07)
------------------

* Added Elasticsearch 8.x support (`#1664`_)
* Dropped support for Python 2.7 and 3.5 (`#1606`_, contributed by `@hugovk`_)
* Added support for Python 3.10 and 3.11 (`#1608`_, contributed by `@hugovk`_)
* Added the ``MultiTerms`` aggregation (`#1543`_, contributed by `@Telomeraz`_)
* Added the ``CombinedFields`` query (`#1557`_, contributed by `@Telomeraz`_)

.. _@Telomeraz: https://github.com/Telomeraz
.. _@hugovk: https://github.com/hugovk
.. _#1664: https://github.com/elastic/elasticsearch-dsl-py/pull/1664
.. _#1606: https://github.com/elastic/elasticsearch-dsl-py/pull/1606
.. _#1608: https://github.com/elastic/elasticsearch-dsl-py/pull/1608
.. _#1543: https://github.com/elastic/elasticsearch-dsl-py/pull/1543
.. _#1557: https://github.com/elastic/elasticsearch-dsl-py/pull/1557


7.4.1 (2023-03-01)
------------------

Expand Down

0 comments on commit ba5d5d6

Please sign in to comment.