Skip to content

Commit f9df3af

Browse files
authored
Update changelog with 8.7.0 release (elastic#2195)
1 parent 0573a5a commit f9df3af

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

docs/guide/release-notes.asciidoc

+24-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[[release-notes]]
22
== Release notes
33

4+
* <<rn-8-7-0>>
45
* <<rn-8-6-2>>
56
* <<rn-8-6-1>>
67
* <<rn-8-6-0>>
@@ -25,15 +26,35 @@
2526
* <<rn-8-1-0>>
2627
* <<rn-8-0-0>>
2728

29+
[discrete]
30+
[[rn-8-7-0]]
31+
=== 8.7.0 (2023-04-06)
32+
33+
* Added the ``health_report`` API
34+
* Added the ``transform.schedule_now_transform`` API
35+
* Added the ``from_`` request parameter to the ``transform.start_transform`` API
36+
* Added the ``buffer``, ``grid_agg``, and ``with_labels`` parameters to the ``search_mvt`` API
37+
* Added the ``allow_auto_create`` parameter to the ``cluster.create_component_template`` API
38+
* Added the ``delete_user_annotations`` parameter to the ``ml.delete_job``, ``ml.reset_job`` API
39+
* Added the ``start`` and ``end`` parameters to the ``ml.preview_datafeed`` API
40+
* Added the ``priority`` parameter to the ``ml.start_datafeed`` API
41+
* Added the ``job_id`` parameter to the ``ml.update_datafeed`` API
42+
* Added the ``model_prune_window`` parameter to the ``ml.update_job`` API
43+
* Added the ``feature_states`` parameter to the ``snapshot.restore_snapshot`` API
44+
* Added the ``timeout`` parameter to the ``transform.get_transform_stats`` API
45+
* Added the ``from_`` parameter to the ``transform.start_transform`` API
46+
* Changed the ``input`` parameter of the ``ml.put_trained_models`` API from required to optional
47+
* Fixed the ``cluster.create_component_template`` API by removing the erroneously provided ``aliases``, ``mappings``, and ``settings`` parameters. Only the ``template`` parameter should be used for specifying component templates.
48+
2849
[discrete]
2950
[[rn-8-6-2]]
30-
=== 8.6.2 (2022-02-16)
51+
=== 8.6.2 (2023-02-16)
3152

3253
* Client is compatible with Elasticsearch 8.6.2
3354

3455
[discrete]
3556
[[rn-8-6-1]]
36-
=== 8.6.1 (2022-01-27)
57+
=== 8.6.1 (2023-01-27)
3758

3859
* Client is compatible with Elasticsearch 8.6.1
3960

@@ -44,7 +65,7 @@
4465

4566
[discrete]
4667
[[rn-8-6-0]]
47-
=== 8.6.0 (2022-01-10)
68+
=== 8.6.0 (2023-01-10)
4869

4970
* Client is compatible with Elasticsearch 8.6.0
5071

0 commit comments

Comments
 (0)