1
0

Accepting request 708266 from home:mcalabkova:branches:devel:languages:python

- update to 7.0.2
  * Add connection parameter for Elastic Cloud cloud_id
  * ML client uses client object for _bulk_body requests
  * Blocking pool must fit thread_count
  * Update client to support missing ES 7 API's and query params.
  * Removed deprecated option update_all_types
  * Using insecure SSL configuration (verify_cert=False) raises a 
    warning, this can be not showed with ssl_show_warn=False
  * Add support for 7.x api's in Elasticsearch

OBS-URL: https://build.opensuse.org/request/show/708266
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2019-06-07 10:24:23 +00:00
committed by Git OBS Bridge
parent b890756a7a
commit e8aabf1722
4 changed files with 21 additions and 8 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jun 7 09:21:34 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to 7.0.2
* Add connection parameter for Elastic Cloud cloud_id
* ML client uses client object for _bulk_body requests
* Blocking pool must fit thread_count
* Update client to support missing ES 7 API's and query params.
* Removed deprecated option update_all_types
* Using insecure SSL configuration (verify_cert=False) raises a
warning, this can be not showed with ssl_show_warn=False
* Add support for 7.x api's in Elasticsearch
-------------------------------------------------------------------
Thu Jan 10 13:18:55 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>