Skip to content

Commit

Permalink
Release 7.9.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Jul 20, 2020
1 parent 44bd75c commit 9242f0c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Changelog.rst
Expand Up @@ -3,6 +3,18 @@
Changelog
=========

7.9.0a1 (2020-07-20)
--------------------

* Added support for ES 7.9 APIs
* Fixed retries to not raise an error when ``sniff_on_connection_error=True``
and a ``TransportError`` is raised during the sniff step. Instead the
retry will continue or the error that triggered the retry will be raised
(See `#1279`_ and `#1326`_)

.. _#1326: https://github.com/elastic/elasticsearch-py/pull/1326
.. _#1279: https://github.com/elastic/elasticsearch-py/pull/1279

7.8.0 (2020-06-18)
------------------

Expand Down

0 comments on commit 9242f0c

Please sign in to comment.