Skip to content

Commit 252f39e

Browse files
authored
Add 7.10.0a1 release to Changelog on master
1 parent f59a480 commit 252f39e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Changelog.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
Changelog
44
=========
55

6+
7.10.0a1 (2020-10-14)
7+
---------------------
8+
9+
* Added support for Elasticsearch 7.10 APIs
10+
* Added basic type stubs for static type checking and IDE auto-complete of API parameters (`#1297`_)
11+
* Added support for `Optimistic Concurrency Control options`_
12+
(``_if_seq_no``/``_if_primary_term``) to bulk helpers (`#1387`_)
13+
* Added support for passing ``_source`` with ``"_op_type": "update"``
14+
bulk helpers (`#1387`_)
15+
* Fixed bug where ``Connection.log_request_failure()`` call would receive the compressed
16+
HTTP body rather than uncompressed when an error is raised for ``RequestsHttpConnection`` (`#1394`_)
17+
* Removed explicit ``yarl`` dependency from ``[async]`` extra to avoid issue where pip
18+
would override ``aiohttp``'s pin of ``yarl``. This is not a problem if you
19+
install with ``--use-feature=2020-resolver``. Users should see no changes. (`#1401`_)
20+
21+
.. _Optimistic Concurrency Control options: https://www.elastic.co/guide/en/elasticsearch/reference/current/optimistic-concurrency-control.html
22+
.. _#1401: https://github.com/elastic/elasticsearch-py/pull/1401
23+
.. _#1394: https://github.com/elastic/elasticsearch-py/pull/1394
24+
.. _#1387: https://github.com/elastic/elasticsearch-py/pull/1387
25+
.. _#1297: https://github.com/elastic/elasticsearch-py/pull/1297
26+
627
7.9.1 (2020-08-19)
728
------------------
829

0 commit comments

Comments
 (0)