forked from pool/python-elasticsearch
Accepting request 791736 from home:mcalabkova:branches:devel:languages:python
- Update to 7.6.0 * Added support for ES 7.6 APIs * Added support for `X-Opaque-Id`_ to identify long-running tasks * Added support for HTTP compression to ``RequestsHttpConnection`` * Updated default setting of ``http_compress`` when using ``cloud_id`` to ``True`` * Updated default setting of ``sniffing`` when using ``cloud_id`` to ``False`` * Updated default port to ``443`` if ``cloud_id`` and no other port is defined on the client or within ``cloud_id`` * Fix regression of ``client.cluster.state()`` where the default ``metric`` should be set to ``"_all"`` if an index is given (See `#1143`_) * Fix regression of ``client.tasks.get()`` without a ``task_id`` having similar functionality to ``client.tasks.list()`` This will be removed in ``v8.0`` of ``elasticsearch-py`` (See `#1157`_) OBS-URL: https://build.opensuse.org/request/show/791736 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch?expand=0&rev=21
This commit is contained in:
committed by
Git OBS Bridge
parent
b31fa2dc1d
commit
f7ec9f8f8e
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 6 07:52:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to 7.6.0
|
||||
* Added support for ES 7.6 APIs
|
||||
* Added support for `X-Opaque-Id`_ to identify long-running tasks
|
||||
* Added support for HTTP compression to ``RequestsHttpConnection``
|
||||
* Updated default setting of ``http_compress`` when using ``cloud_id`` to ``True``
|
||||
* Updated default setting of ``sniffing`` when using ``cloud_id`` to ``False``
|
||||
* Updated default port to ``443`` if ``cloud_id`` and no other port is defined
|
||||
on the client or within ``cloud_id``
|
||||
* Fix regression of ``client.cluster.state()`` where the default ``metric``
|
||||
should be set to ``"_all"`` if an index is given (See `#1143`_)
|
||||
* Fix regression of ``client.tasks.get()`` without a ``task_id``
|
||||
having similar functionality to ``client.tasks.list()`` This will
|
||||
be removed in ``v8.0`` of ``elasticsearch-py`` (See `#1157`_)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 2 15:39:59 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user