------------------------------------------------------------------- Mon Apr 6 07:52:26 UTC 2020 - Marketa Calabkova - 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 - Update to 7.5.1 * All API is now auto generated * deprecated the .xpack namespace * Update client to support ES 7.5 APIs * Fix sniffing with http.publish_host * Fix request_timeout for indices APIs * Allow access to x-pack features without xpack namespace * Fix verify_certs=False ------------------------------------------------------------------- Fri Sep 13 08:03:22 UTC 2019 - Tomáš Chvátal - Update to 7.0.4: * remove sleep in retries * pass scroll_id through body in scroll * add user-agent ------------------------------------------------------------------- Fri Jun 7 09:21:34 UTC 2019 - Marketa Calabkova - 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 - update to 6.3.1: * Removed deprecated option ``update_all_types``. * Pass retry object instead of False in urllib3 * Add support for `allow_partial_search_results` * Deprecate `update_all_types` * Add an exponential wait on delays * Fix issues with dependencies * Adding X-pack Docs * Adding forecast to x-pack ML client * cleanup for SSL Context * Add X-Pack clients to -py * Adding Gzip support for capacity constrained networks * ``_routing`` in bulk action has been deprecated in ES. Introduces a breaking change if you use ``routing`` as a field in your documents. * Updates to SSLContext logic to make it easier to use and have saner defaults. * Doc updates * bad release ------------------------------------------------------------------- Tue Dec 4 12:47:36 UTC 2018 - Matej Cepl - Remove superfluous devel dependency for noarch package ------------------------------------------------------------------- Thu Nov 23 15:32:45 UTC 2017 - mimi.vx@gmail.com - fix Source url, use pypi package ------------------------------------------------------------------- Thu Nov 23 13:27:11 UTC 2017 - kkaempf@suse.com - Update to 6.0.0 * compatibility with Elasticsearch 6.0.0 ------------------------------------------------------------------- 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 ------------------------------------------------------------------- Tue Feb 14 20:34:21 UTC 2017 - jengelh@inai.de - Remove hypothetical wording from description ------------------------------------------------------------------- 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 - 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 ------------------------------------------------------------------- Wed Apr 29 13:15:43 UTC 2015 - tbechtold@suse.com - Initial packaging