forked from pool/python-elasticsearch
- update to 5.2.0:
* The client now automatically sends ``Content-Type`` http header set to ``application/json``. If you are explicitly passing in other encoding than ``json`` you need to set the header manually. * Fixed sniffing * Fixed performance regression in ``scan`` helper * when using SSL certificate validation is now on by default. Install ``certifi`` or supply root certificate bundle. * ``elasticsearch.trace`` logger now also logs failed requests, signature of internal logging method ``log_request_fail`` has changed, all custom connection classes need to be updated * added ``headers`` arg to connections to support custom http headers * passing in a keyword parameter with ``None`` as value will cause that param to be ignored OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elasticsearch?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
4a98197b58
commit
b861dc1d8b
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-elasticsearch
|
||||
Version: 2.4.0
|
||||
Version: 5.2.0
|
||||
Release: 0
|
||||
Summary: Python client for Elasticsearch
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user