Skip to content

Commit a3b7d2d

Browse files
committed
Add changelog entry for 7.10.0
1 parent 45834ee commit a3b7d2d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: Changelog.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Changelog
44
=========
55

6-
7.10.0a2 (2020-10-20)
7-
---------------------
6+
7.10.0 (2020-11-11)
7+
-------------------
88

99
* Added support for Elasticsearch 7.10 APIs
1010
* Added basic type stubs for static type checking and IDE auto-complete of API parameters (`#1297`_, `#1406`_)
@@ -14,11 +14,13 @@ Changelog
1414
bulk helpers (`#1387`_)
1515
* Fixed bug where ``Connection.log_request_failure()`` call would receive the compressed
1616
HTTP body rather than uncompressed when an error is raised for ``RequestsHttpConnection`` (`#1394`_)
17+
* Fix a typo in AsyncTransport where ``sniff_timeout`` was used instead of ``sniffer_timeout`` (`#1431`_)
1718
* Removed explicit ``yarl`` dependency from ``[async]`` extra to avoid issue where pip
1819
would override ``aiohttp``'s pin of ``yarl``. This is not a problem if you
1920
install with ``--use-feature=2020-resolver``. Users should see no changes. (`#1401`_)
2021

2122
.. _Optimistic Concurrency Control options: https://www.elastic.co/guide/en/elasticsearch/reference/current/optimistic-concurrency-control.html
23+
.. _#1431: https://github.com/elastic/elasticsearch-py/pull/1431
2224
.. _#1406: https://github.com/elastic/elasticsearch-py/pull/1406
2325
.. _#1401: https://github.com/elastic/elasticsearch-py/pull/1401
2426
.. _#1394: https://github.com/elastic/elasticsearch-py/pull/1394

0 commit comments

Comments
 (0)