- 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:
parent
4a98197b58
commit
b861dc1d8b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e71dd7058b940f409068d8d5df2354dc4367436947a28e0e03d35d5c0508c310
|
||||
size 61091
|
3
elasticsearch-5.2.0.tar.gz
Normal file
3
elasticsearch-5.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45d9f8fbe0878a1b7493afeb20f4f6677a43982776ed1a77d9373e9c5b9de966
|
||||
size 63593
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 08:47:46 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 19 23:36:29 UTC 2017 - dmueller@suse.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user