Releases: elastic/elasticsearch-py
Releases · elastic/elasticsearch-py
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.
7.17.7
- Client is compatible with Elasticsearch 7.17.7
8.4.3
- Client is compatible with Elasticsearch 8.4.3
8.4.2
Documents
- Added the
error_trace,filter_path,humanandprettyparameters to theget_sourceAPI. - Added the
extparameter to thesearchAPI.
Async Search
- Added the
extparameter to theasync_search.submitAPI.
Fleet
- Added the
extparameter to thefleet.searchAPI.
8.4.1
- Client is compatible with Elasticsearch 8.4.1
8.4.0
Documents
- Added the
knnparameter to thesearchAPI. - Added the
knnparameter to theasync_search.submitAPI.
Machine Learning
- Added the
cache_sizeparameter to theml.start_trained_model_deploymentAPI.
Security
- Added the
security.update_api_keyAPI.