2018-12-04 14:25:14 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:47:36 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2017-11-23 16:33:15 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 23 15:32:45 UTC 2017 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
- fix Source url, use pypi package
|
|
|
|
|
2017-11-23 15:33:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 23 13:27:11 UTC 2017 - kkaempf@suse.com
|
|
|
|
|
|
|
|
- Update to 6.0.0
|
|
|
|
* compatibility with Elasticsearch 6.0.0
|
|
|
|
|
2017-10-19 16:12:29 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 19 00:43:55 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Implement single-spec version
|
|
|
|
- Update to version 5.4.0
|
|
|
|
* see changelog at https://github.com/elastic/elasticsearch-py/blob/5.4.0/Changelog.rst
|
|
|
|
|
2017-02-14 22:44:20 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 14 20:34:21 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Remove hypothetical wording from description
|
|
|
|
|
2017-02-13 09:49:48 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2017-01-20 00:38:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 19 23:36:29 UTC 2017 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 2.4.0:
|
|
|
|
* increase default size for ``scan`` helper to 1000
|
|
|
|
* added ``client_key`` argument to configure client certificates
|
|
|
|
* debug logging now includes response body even for failed requests
|
|
|
|
* Elasticsearch 2.0 compatibility release
|
|
|
|
* removed thrift and memcached connections, if you wish to continue using
|
|
|
|
those, extract the classes and use them separately.
|
|
|
|
* added a new, parallel version of the bulk helper using thread pools
|
|
|
|
* In helpers, removed ``bulk_index`` as an alias for ``bulk``. Use ``bulk``
|
|
|
|
instead.
|
|
|
|
* thrift now deprecated, to be removed in future version
|
|
|
|
* make sure urllib3 always uses keep-alive
|
|
|
|
|
2015-04-29 15:22:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 29 13:15:43 UTC 2015 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Initial packaging
|
|
|
|
|