Skip to content

Commit fd310bf

Browse files
authored
Add release notes for 8.5.0
1 parent 1d1b312 commit fd310bf

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

Diff for: docs/guide/release-notes.asciidoc

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

4+
=======
5+
* <<rn-8-5-0>>
6+
* <<rn-8-4-3>>
7+
* <<rn-8-4-2>>
48
* <<rn-8-4-1>>
59
* <<rn-8-4-0>>
610
* <<rn-8-3-3>>
@@ -16,6 +20,75 @@
1620
* <<rn-8-1-0>>
1721
* <<rn-8-0-0>>
1822
23+
[discrete]
24+
=======
25+
[[rn-8-5-0]]
26+
=== 8.5.0 (2022-11-2)
27+
28+
[discrete]
29+
==== Indices
30+
31+
* Added the **experimental** `indices.downsample` API
32+
33+
[discrete]
34+
==== Rollup
35+
36+
* Removed the deprecated `rollup.rollup` API.
37+
38+
[discrete]
39+
==== Snapshot
40+
41+
* Added the `index_names` parameter to the `snapshot.get` API.
42+
43+
[discrete]
44+
==== Machine Learning
45+
46+
* Added the **beta** `ml.clear_trained_model_deployment_cache` API.
47+
* Changed the `ml.put_trained_model_definition_part` API from **experimental** to **stable**.
48+
* Changed the `ml.put_trained_model_vocabulary` API from **experimental** to **stable**.
49+
* Changed the `ml.start_trained_model_deployment` API from **experimental** to **stable**.
50+
* Changed the `ml.stop_trained_model_deployment` API from **experimental** to **stable**.
51+
52+
[discrete]
53+
==== Security
54+
55+
* Added the `with_limited_by` parameter to the `get_api_key` API.
56+
* Added the `with_limited_by` parameter to the `query_api_keys` API.
57+
* Added the `with_profile_uid` parameter to the `get_user` API.
58+
* Changed the `security.activate_user_profile` API from **beta** to **stable**.
59+
* Changed the `security.disable_user_profile` API from **beta** to **stable**.
60+
* Changed the `security.enable_user_profile` API from **beta** to **stable**.
61+
* Changed the `security.get_user_profile` API from **beta** to **stable**.
62+
* Changed the `security.suggest_user_profiles` API from **beta** to **stable**.
63+
* Changed the `security.update_user_profile_data` API from **beta** to **stable**.
64+
* Changed the `security.has_privileges_user_profile` API from **experimental** to **stable**.
65+
66+
[discrete]
67+
[[rn-8-4-3]]
68+
=== 8.4.3 (2022-10-06)
69+
70+
* Client is compatible with Elasticsearch 8.4.3
71+
72+
[discrete]
73+
[[rn-8-4-2]]
74+
=== 8.4.2 (2022-09-20)
75+
76+
[discrete]
77+
==== Documents
78+
79+
* Added the `error_trace`, `filter_path`, `human` and `pretty` parameters to the `get_source` API.
80+
* Added the `ext` parameter to the `search` API.
81+
82+
[discrete]
83+
==== Async Search
84+
85+
* Added the `ext` parameter to the `async_search.submit` API.
86+
87+
[discrete]
88+
==== Fleet
89+
90+
* Added the `ext` parameter to the `fleet.search` API.
91+
1992
[discrete]
2093
[[rn-8-4-1]]
2194
=== 8.4.1 (2022-09-06)

0 commit comments

Comments
 (0)