Bump elasticsearch from 7.10.0 to 7.10.1
Bumps elasticsearch from 7.10.0 to 7.10.1.
Release notes
Sourced from elasticsearch's releases.
7.10.1
Client
Fixed
- Fixed issue where the Scan helper would fail if a
scroll
response returned without a value for_shards.skipped
(#1451)- Fixed handling of IPv6 hosts with a port in the computed
Connection.host
property (#1460)- Fixed documented task management API stability, should have been "experimental" (#1471)
Changed
- Changed deprecated
collections.Mapping
in favor ofcollections.abc.Mapping
for Python 3.9 (#1443)
Changelog
Sourced from elasticsearch's changelog.
7.10.1 (2020-12-09)
- Fixed issue where the Scan helper would fail if a
scroll
response returned without a value for_shards.skipped
([#1451](https://github.com/elastic/elasticsearch-py/issues/1451)
_)- Fixed handling of IPv6 hosts with a port in the computed
Connection.host
property ([#1460](https://github.com/elastic/elasticsearch-py/issues/1460)
_)- Fixed documented task management API stability, should have been as "experimental" (
[#1471](https://github.com/elastic/elasticsearch-py/issues/1471)
_)- Changed deprecated
collections.Mapping
in favor ofcollections.abc.Mapping
for Python 3.9 ([#1443](https://github.com/elastic/elasticsearch-py/issues/1443)
_).. _#1443: https://github.com/elastic/elasticsearch-py/pull/1443 .. _#1451: https://github.com/elastic/elasticsearch-py/pull/1451 .. _#1460: https://github.com/elastic/elasticsearch-py/pull/1460 .. _#1471: https://github.com/elastic/elasticsearch-py/pull/1471
Commits
-
e275834
Release 7.10.1 -
531695d
Mark task management APIs as experimental -
42e8c98
[API] Update REST APIs to a5e65beab27 -
a52ebaf
[7.10] [DOCS] Adds Connecting section to Python book -
4369ed7
[7.10] Start using wipe_cluster() for consistent cluster state -
d1f9940
[7.10] Support IPv6 braces in Connection.host -
0a92e9b
[7.10] Handle qualified version snapshots with make.sh -
f5bc6b2
[7.10] Remove -it option from make.sh Docker call -
d8a9ccd
[7.10] Allow '_shards.skipped' to be absent on scroll responses -
231a013
[7.10] Add Python 3.9 to CI - Additional commits viewable in compare view