From e4bdddf0ef7ae0e166a6f1b95454b8d861b3230a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 17:00:57 +0200 Subject: [PATCH] Add changelog for 8.7.0 release (#644) (#645) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurent Saint-FĂ©lix --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb143ded07..ff39bc0039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # 8.7.0 +## API + +* `ML.DeleteJob`: Added `WithDeleteUserAnnotations`. Should annotations added by the user be deleted. +* `ML.ResetJob`: Added `WithDeleteUserAnnotations`. Should annotations added by the user be deleted. +* `ML.StartTrainedModelDeployment`: Added `WithPriority`. The deployment priority. +* `TransformGetTransformStats`: Added `WithTimeout`. Controls the time to wait for the stats. +* `TransformStartTransform`: Added `WithFrom`. Restricts the set of transformed entities to those changed after this time. + +**New APIs** + +`TransformScheduleNowTransform` [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/8.7/schedule-now-transform.html). +`HealthReport` [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/8.7/health-api.html). + ## Typed API * Inclusion of responses structures.