Skip to content

Commit e4bdddf

Browse files
Add changelog for 8.7.0 release (#644) (#645)
Co-authored-by: Laurent Saint-Félix <laurent.saintfelix@elastic.co>
1 parent a1e1188 commit e4bdddf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# 8.7.0
22

3+
## API
4+
5+
* `ML.DeleteJob`: Added `WithDeleteUserAnnotations`. Should annotations added by the user be deleted.
6+
* `ML.ResetJob`: Added `WithDeleteUserAnnotations`. Should annotations added by the user be deleted.
7+
* `ML.StartTrainedModelDeployment`: Added `WithPriority`. The deployment priority.
8+
* `TransformGetTransformStats`: Added `WithTimeout`. Controls the time to wait for the stats.
9+
* `TransformStartTransform`: Added `WithFrom`. Restricts the set of transformed entities to those changed after this time.
10+
11+
**New APIs**
12+
13+
`TransformScheduleNowTransform` [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/8.7/schedule-now-transform.html).
14+
`HealthReport` [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/8.7/health-api.html).
15+
316
## Typed API
417

518
* Inclusion of responses structures.

0 commit comments

Comments
 (0)