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 33Changelog
44=========
55
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+
6217.10.0 (2020-11-11)
722-------------------
823
You can’t perform that action at this time.
0 commit comments