Revisions of python-elasticsearch

buildservice-autocommit accepted request 998086 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 998025 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 27)
- Update to 8.3.3
    * Client is compatible with Elasticsearch 8.3.3
- Release 8.3.2
  + Security
    * Added the refresh parameter to the
      security.create_service_token API.
- Release 8.3.1
  + Security
    * Added the experimental security.has_privileges_user_profile
      API
    * Added the hint parameter to the experimental
      security.suggest_user_profiles API
- Release 8.3.0
    * Client is compatible with Elasticsearch 8.3.0
- Release 8.2.3
  + Documents
    * Added the routing parameter to the msearch API.
  + CAT
    * Added the cat.component_templates API.
  + Ingest
    * Added the if_version parameter to the ingest.put_pipeline
      API.
  + Security
    * Changed the name parameter for the
      security.create_service_token API from required to optional.
    * Added the refresh parameter to the
      security.create_service_token API.
    * Changed the name of access parameter to the labels parameter
      in the security.update_user_profile_data API.
  + Shutdown
buildservice-autocommit accepted request 978728 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 26)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 978711 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 25)
- do not require python-mock for build
- added patches
  fix https://github.com/elastic/elasticsearch-py/issues/1983
  + python-elasticsearch-no-mock.patch
buildservice-autocommit accepted request 827223 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 24)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 827025 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 23)
Replace nose with pytest
buildservice-autocommit accepted request 791738 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 22)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 791736 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 21)
- 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`_)
buildservice-autocommit accepted request 781062 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 20)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) accepted request 781011 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 19)
- 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
buildservice-autocommit accepted request 730628 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 18)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 17)
- Update to 7.0.4:
  * remove sleep in retries
  * pass scroll_id through body in scroll
  * add user-agent
buildservice-autocommit accepted request 708268 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 16)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 708266 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 15)
- 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
buildservice-autocommit accepted request 664361 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 14)
baserev update by copy to link target
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 13)
- 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
buildservice-autocommit accepted request 654031 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 12)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 11)
Remove superfluous devel dependency for noarch package
buildservice-autocommit accepted request 544888 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 10)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 9)
- fix Source url, use pypi package
Displaying revisions 21 - 40 of 48
openSUSE Build Service is sponsored by