SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python38-elasticsearch-7.6.0-qubes.4.23.noarch.rpm :

* Mon May 23 2022 pgajdosAATTsuse.com- do not require python-mock for build- added patches fix https://github.com/elastic/elasticsearch-py/issues/1983 + python-elasticsearch-no-mock.patch
* Sun Aug 16 2020 John Vandenberg - Replace nose with pytest- Remove %bcond_without test- Tidy spec
* Mon Apr 06 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 02 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 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 07 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 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 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Thu Nov 23 2017 mimi.vxAATTgmail.com- fix Source url, use pypi package
* Thu Nov 23 2017 kkaempfAATTsuse.com- Update to 6.0.0
* compatibility with Elasticsearch 6.0.0
 
ICM