File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
+ 7.10.1 (2020-12-09)
7
+ -------------------
8
+
9
+ * Fixed issue where the Scan helper would fail if a ``scroll `` response returned
10
+ without a value for ``_shards.skipped `` (`#1451 `_)
11
+ * Fixed handling of IPv6 hosts with a port in the computed ``Connection.host `` property (`#1460 `_)
12
+ * Fixed documented task management API stability, should have been as "experimental" (`#1471 `_)
13
+ * Changed deprecated ``collections.Mapping `` in favor of
14
+ ``collections.abc.Mapping `` for Python 3.9 (`#1443 `_)
15
+
16
+ .. _#1443 : https://github.com/elastic/elasticsearch-py/pull/1443
17
+ .. _#1451 : https://github.com/elastic/elasticsearch-py/pull/1451
18
+ .. _#1460 : https://github.com/elastic/elasticsearch-py/pull/1460
19
+ .. _#1471 : https://github.com/elastic/elasticsearch-py/pull/1471
20
+
6
21
7.10.0 (2020-11-11)
7
22
-------------------
8
23
You can’t perform that action at this time.
0 commit comments