Elasticsearch Py Versions Save

Official Python client for Elasticsearch

v8.8.1

10 months ago
  • Added the rank parameter in search() endpoint 2d5434f

v8.8.0

1 year ago
  • Added include_defaults parameter to the cluster.get_component_template, indices.get_data_stream, and indices.get_index_template API
  • Added the indices.delete_data_lifecycle, indices.explain_data_lifecycle, indices.get_data_lifecycle, and indices.put_data_lifecycle APIs
  • Added the experimental search_application.delete, search_application.delete_behavioral_analytics, search_application.get, search_application.get_behavioral_analytics, search_application.list, search_application.put, search_application.put_behavioral_analytics, and search_application.search APIs.

v8.7.0

1 year ago
  • Added the health_report API
  • Added the transform.schedule_now_transform API
  • Added the from_ request parameter to the transform.start_transform API
  • Added the buffer, grid_agg, and with_labels parameters to the search_mvt API
  • Added the allow_auto_create parameter to the cluster.create_component_template API
  • Added the delete_user_annotations parameter to the ml.delete_job, ml.reset_job API
  • Added the start and end parameters to the ml.preview_datafeed API
  • Added the priority parameter to the ml.start_datafeed API
  • Added the job_id parameter to the ml.update_datafeed API
  • Added the model_prune_window parameter to the ml.update_job API
  • Added the feature_states parameter to the snapshot.restore_snapshot API
  • Added the timeout parameter to the transform.get_transform_stats API
  • Added the from_ parameter to the transform.start_transform API
  • Changed the input parameter of the ml.put_trained_models API from required to optional
  • Fixed the cluster.create_component_template API by removing the erroneously provided aliases, mappings, and settings parameters. Only the template parameter should be used for specifying component templates.

v8.6.2

1 year ago
  • Client is compatible with Elasticsearch 8.6.2

v8.6.1

1 year ago
  • Added the expand_wildcards, preference, and routing parameters to the open_point_in_time API.

v7.17.9

1 year ago
  • Client is compatible with Elasticsearch 7.17.9

v8.6.0

1 year ago

Core

  • Changed the fields parameter of the field_caps API to be encoded in the HTTP request body.
  • Changed the index parameter of the rank_eval API to be optional.
  • Changed the requests parameter of the rank_eval API to be optional.

CAT

  • Added the time parameter to the cat.indices API

Machine Learning

  • Fixed the model_id parameter of the ml.clear_trained_model_deployment_cache API to be required.

v7.17.8

1 year ago
  • Removed the work-around for a bug in aiohttp when sending HEAD requests. This change was backported from v8.x of elastic-transport.

v8.5.3

1 year ago
  • Client is compatible with Elasticsearch 8.5.3

v8.5.2

1 year ago
  • Client is compatible with Elasticsearch 8.5.2