Skip to content

Commit e275834

Browse files
committed
Release 7.10.1
1 parent 531695d commit e275834

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
Changelog
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+
621
7.10.0 (2020-11-11)
722
-------------------
823

0 commit comments

Comments
 (0)