Releases: elastic/elasticsearch-py
Releases · elastic/elasticsearch-py
8.10.0
- Add the Query rules APIs
- Add the Synonyms APIs
8.9.0
- Added the
cluster.infoAPI - Updated the
inference_configargument inml.put_trained_modelAPI to reflect an improvement in the specification
8.8.2
8.8.1
8.8.0
- Added
include_defaultsparameter to thecluster.get_component_template,indices.get_data_stream, andindices.get_index_templateAPI - Added the
indices.delete_data_lifecycle,indices.explain_data_lifecycle,indices.get_data_lifecycle, andindices.put_data_lifecycleAPIs - 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, andsearch_application.searchAPIs.
8.7.0
- Added the
health_reportAPI - Added the
transform.schedule_now_transformAPI - Added the
from_request parameter to thetransform.start_transformAPI - Added the
buffer,grid_agg, andwith_labelsparameters to thesearch_mvtAPI - Added the
allow_auto_createparameter to thecluster.create_component_templateAPI - Added the
delete_user_annotationsparameter to theml.delete_job,ml.reset_jobAPI - Added the
startandendparameters to theml.preview_datafeedAPI - Added the
priorityparameter to theml.start_datafeedAPI - Added the
job_idparameter to theml.update_datafeedAPI - Added the
model_prune_windowparameter to theml.update_jobAPI - Added the
feature_statesparameter to thesnapshot.restore_snapshotAPI - Added the
timeoutparameter to thetransform.get_transform_statsAPI - Added the
from_parameter to thetransform.start_transformAPI - Changed the
inputparameter of theml.put_trained_modelsAPI from required to optional - Fixed the
cluster.create_component_templateAPI by removing the erroneously providedaliases,mappings, andsettingsparameters. Only thetemplateparameter should be used for specifying component templates.
8.6.2
7.17.9
- Client is compatible with Elasticsearch 7.17.9
8.6.1
- Added the
expand_wildcards,preference, androutingparameters to theopen_point_in_timeAPI.
8.6.0
Core
- Changed the
fieldsparameter of thefield_capsAPI to be encoded in the HTTP request body. - Changed the
indexparameter of therank_evalAPI to be optional. - Changed the
requestsparameter of therank_evalAPI to be optional.
CAT
- Added the
timeparameter to thecat.indicesAPI
Machine Learning
- Fixed the
model_idparameter of theml.clear_trained_model_deployment_cacheAPI to be required.