Release 8.7.0
This release is compatible with the latest Elasticsearch 8.7.0.
- Allow plugin for
php-http/discoverylibrary #1294
General changes
This release introduces 2 new APIs.
Specific changes per endpoints
healthReport (new API)
API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/health_report.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/health-api.html
Transform.scheduleNowTransform (new API)
API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/transform.schedule_now_transform.json
Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/schedule-now-transform.html
Ml.deleteJob
Added the delete_user_annotations boolean parameter. Should annotations added by the user be deleted
Ml.resetJob
Added the delete_user_annotations boolean parameter. Should annotations added by the user be deleted
Transform.getTransformStats
Added the timeout time parameter. Controls the time to wait for the stats
Transform.startTransform
Added the from string parameter. Restricts the set of transformed entities to those changed after this time