File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
- 7.10.0a1 (2020-10-14 )
6
+ 7.10.0a2 (2020-10-20 )
7
7
---------------------
8
8
9
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 `_)
10
+ * Added basic type stubs for static type checking and IDE auto-complete of API parameters (`#1297 `_, ` #1406 `_ )
11
11
* Added support for `Optimistic Concurrency Control options `_
12
12
(``_if_seq_no ``/``_if_primary_term ``) to bulk helpers (`#1387 `_)
13
13
* Added support for passing ``_source `` with ``"_op_type": "update" ``
@@ -19,6 +19,7 @@ Changelog
19
19
install with ``--use-feature=2020-resolver ``. Users should see no changes. (`#1401 `_)
20
20
21
21
.. _Optimistic Concurrency Control options : https://www.elastic.co/guide/en/elasticsearch/reference/current/optimistic-concurrency-control.html
22
+ .. _#1406 : https://github.com/elastic/elasticsearch-py/pull/1406
22
23
.. _#1401 : https://github.com/elastic/elasticsearch-py/pull/1401
23
24
.. _#1394 : https://github.com/elastic/elasticsearch-py/pull/1394
24
25
.. _#1387 : https://github.com/elastic/elasticsearch-py/pull/1387
Original file line number Diff line number Diff line change 18
18
# flake8: noqa
19
19
from __future__ import absolute_import
20
20
21
- __versionstr__ = "7.10.1+dev "
21
+ __versionstr__ = "7.10.0a2 "
22
22
23
23
import re
24
24
import sys
You can’t perform that action at this time.
0 commit comments