Skip to content

Releases: elastic/elasticsearch-py

8.10.0

22 Sep 10:43
v8.10.0
ca45614

Choose a tag to compare

8.9.0

10 Aug 08:06
v8.9.0
18c5b70

Choose a tag to compare

  • Added the cluster.info API
  • Updated the inference_config argument in ml.put_trained_model API to reflect an improvement in the specification

8.8.2

06 Jul 12:37

Choose a tag to compare

Client is compatible with Elasticsearch 8.8.2

8.8.1

06 Jul 12:02
2d5434f

Choose a tag to compare

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

8.8.0

25 May 17:46

Choose a tag to compare

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

8.7.0

06 Apr 20:59
870fb86

Choose a tag to compare

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

8.6.2

16 Feb 19:53
8150a6d

Choose a tag to compare

  • Client is compatible with Elasticsearch 8.6.2

7.17.9

02 Feb 23:36
deccbb7

Choose a tag to compare

  • Client is compatible with Elasticsearch 7.17.9

8.6.1

03 Feb 15:55
2b297b2

Choose a tag to compare

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

8.6.0

10 Jan 22:06
9ecf733

Choose a tag to compare

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.