Releases: elastic/elasticsearch-py
Releases · elastic/elasticsearch-py
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.
8.5.3
- Client is compatible with Elasticsearch 8.5.3
7.17.8
- Removed the work-around for a bug in aiohttp when sending HEAD requests. This change was backported from v8.x of elastic-transport.
8.5.2
- Client is compatible with Elasticsearch 8.5.2
8.5.1
- Client is compatible with Elasticsearch 8.5.1
8.5.0
Indices
- Added the experimental
indices.downsampleAPI.
Rollup
- Removed the deprecated
rollup.rollupAPI.
Snapshot
- Added the
index_namesparameter to thesnapshot.getAPI.
Machine Learning
- Added the beta
ml.clear_trained_model_deployment_cacheAPI. - Changed the
ml.put_trained_model_definition_partAPI from experimental to stable. - Changed the
ml.put_trained_model_vocabularyAPI from experimental to stable. - Changed the
ml.start_trained_model_deploymentAPI from experimental to stable. - Changed the
ml.stop_trained_model_deploymentAPI from experimental to stable.
Security
- Added the
with_limited_byparameter to theget_api_keyAPI. - Added the
with_limited_byparameter to thequery_api_keysAPI. - Added the
with_profile_uidparameter to theget_userAPI. - Changed the
security.activate_user_profileAPI from beta to stable. - Changed the
security.disable_user_profileAPI from beta to stable. - Changed the
security.enable_user_profileAPI from beta to stable. - Changed the
security.get_user_profileAPI from beta to stable. - Changed the
security.suggest_user_profilesAPI from beta to stable. - Changed the
security.update_user_profile_dataAPI from beta to stable. - Changed the
security.has_privileges_user_profileAPI from experimental to stable.