Skip to content

Commit

Permalink
Release 7.10.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Oct 20, 2020
1 parent c4e8edc commit 1b74154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
Changelog
=========

7.10.0a1 (2020-10-14)
7.10.0a2 (2020-10-20)
---------------------

* Added support for Elasticsearch 7.10 APIs
* Added basic type stubs for static type checking and IDE auto-complete of API parameters (`#1297`_)
* Added basic type stubs for static type checking and IDE auto-complete of API parameters (`#1297`_, `#1406`_)
* Added support for `Optimistic Concurrency Control options`_
(``_if_seq_no``/``_if_primary_term``) to bulk helpers (`#1387`_)
* Added support for passing ``_source`` with ``"_op_type": "update"``
Expand All @@ -19,6 +19,7 @@ Changelog
install with ``--use-feature=2020-resolver``. Users should see no changes. (`#1401`_)

.. _Optimistic Concurrency Control options: https://www.elastic.co/guide/en/elasticsearch/reference/current/optimistic-concurrency-control.html
.. _#1406: https://github.com/elastic/elasticsearch-py/pull/1406
.. _#1401: https://github.com/elastic/elasticsearch-py/pull/1401
.. _#1394: https://github.com/elastic/elasticsearch-py/pull/1394
.. _#1387: https://github.com/elastic/elasticsearch-py/pull/1387
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# flake8: noqa
from __future__ import absolute_import

__versionstr__ = "7.10.1+dev"
__versionstr__ = "7.10.0a2"

import re
import sys
Expand Down

0 comments on commit 1b74154

Please sign in to comment.