There was an error while loading. Please reload this page.
1 parent 44bd75c commit 9242f0cCopy full SHA for 9242f0c
Changelog.rst
@@ -3,6 +3,18 @@
3
Changelog
4
=========
5
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
18
7.8.0 (2020-06-18)
19
------------------
20
0 commit comments