Skip to content

Commit 9242f0c

Browse files
authored
Release 7.9.0a1
1 parent 44bd75c commit 9242f0c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
Changelog
44
=========
55

6+
7.9.0a1 (2020-07-20)
7+
--------------------
8+
9+
* Added support for ES 7.9 APIs
10+
* Fixed retries to not raise an error when ``sniff_on_connection_error=True``
11+
and a ``TransportError`` is raised during the sniff step. Instead the
12+
retry will continue or the error that triggered the retry will be raised
13+
(See `#1279`_ and `#1326`_)
14+
15+
.. _#1326: https://github.com/elastic/elasticsearch-py/pull/1326
16+
.. _#1279: https://github.com/elastic/elasticsearch-py/pull/1279
17+
618
7.8.0 (2020-06-18)
719
------------------
820

0 commit comments

Comments
 (0)