./databases/py-elasticsearch, Python client for Elasticsearch

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 8.12.1, Package name: py311-elasticsearch-8.12.1, Maintainer: imil

Official low-level client for Elasticsearch. Its goal is to provide common
ground for all Elasticsearch-related code in Python; because of this it tries
to be opinion-free and very extendable. The full documentation is available at
http://elasticsearch-py.rtfd.org/


Required to run:
[lang/python310] [databases/py-elastic-transport]

Master sites:

Filesize: 337.729 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-22 13:07:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-elasticsearch: updated to 8.12.1

8.12.1 (2024-02-22)

Fixed but deprecated parameter aliases in body parameter
Added mappings and bulk to quickstart page
   2024-01-19 20:59:40 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-elasticsearch: updated to 8.12.0

8.11.1

Added missing role_templates to security.put_role_mapping API
Added interactive examples page to documentation
Changed API reference to have one page per sub-client

8.11.0

Support Python 3.12
Added missing scores parameter to create trained model vocabulary API
Added missing delete_dest_index parameter to delete transform API

8.10.1

Removed deprecation warnings when using body parameter
Fixed some type hints to use covariant Sequence instead of invariant List

8.10.0

Added the Query rules APIs
Added the Synonyms APIs

8.9.0

Added the cluster.info API
Updated the inference_config argument in ml.put_trained_model API to reflect an \ 
improvement in the specification
   2022-11-21 00:23:19 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-elasticsearch: updated to 8.5.0

8.5.0

Indices

Added the experimental indices.downsample API

Rollup

Removed the deprecated rollup.rollup API.

Snapshot

Added the index_names parameter to the snapshot.get API.

Machine Learning

Added the beta ml.clear_trained_model_deployment_cache API.
Changed the ml.put_trained_model_definition_part API from experimental to stable.
Changed the ml.put_trained_model_vocabulary API from experimental to stable.
Changed the ml.start_trained_model_deployment API from experimental to stable.
Changed the ml.stop_trained_model_deployment API from experimental to stable.

Security

Added the with_limited_by parameter to the get_api_key API.
Added the with_limited_by parameter to the query_api_keys API.
Added the with_profile_uid parameter to the get_user API.
Changed the security.activate_user_profile API from beta to stable.
Changed the security.disable_user_profile API from beta to stable.
Changed the security.enable_user_profile API from beta to stable.
Changed the security.get_user_profile API from beta to stable.
Changed the security.suggest_user_profiles API from beta to stable.
Changed the security.update_user_profile_data API from beta to stable.
Changed the security.has_privileges_user_profile API from experimental to stable.
   2022-09-11 19:12:49 by Thomas Klausner | Files touched by this commit (4)
Log message:
*: restrict more packages to python 3
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:10:08 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz
   2021-10-07 15:35:53 by Nia Alarie | Files touched by this commit (417)
Log message:
databases: Remove SHA1 distfile hashes
   2018-04-06 17:59:56 by Filip Hajny | Files touched by this commit (3) | Package updated
Log message:
databases/py-elasticsearch: Update to 6.2.0.

6.2.0
------------------

- 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.

6.1.1
------------------

- Updates to SSLContext logic to make it easier to use and have saner
  defaults.
- Doc updates

6.1.0
------------------

- Bad release