This release is compatible with the latest Elasticsearch 7.8.0 released in 18th June 2020.
It includes the following new endpoints 🎉:
and the following changes:
- Indices.getDataStreams, changed the
name
parameter type to string, instead of list - Tasks.cancel, added
wait_for_completion
boolean parameter. Can be use to block the request until the cancellation of the task and its descendant tasks is completed. Defaults tofalse
- Ml.deleteExpiredData, added
body
containing deleting expired data parameters - Ml.deleteDataFrameAnalytics, added
timeout
controls the time to wait until a job is deleted. Defaults to 1 minute
Elasticsearch 7.8.0 includes also some experimental APIs. Pleas note, an experimental API might have breaking changes in any future version, or it might even be removed entirely.
- Autoscaling.deleteAutoscalingPolicy
- Autoscaling.getAutoscalingPolicy
- Autoscaling.putAutoscalingPolicy
- Cluster.existsComponentTemplate
- Indices.deleteIndexTemplate
- Indices.existsIndexTemplate
- Indices.getIndexTemplate
- Indices.putIndexTemplate
- Indices.simulateIndexTemplate
and the new Searchable snapshot namespace with the following experimental APIs: