Skip to content

Commit 1f76647

Browse files
committed
[DOCS] Updates release notes for 8.10
1 parent 8a7a1d3 commit 1f76647

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

docs/release_notes/810.asciidoc

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
[[release_notes_8100]]
2+
=== 8.10 Release notes
3+
4+
[discrete]
5+
[[release_notes_810_0]]
6+
=== 8.10.0 Release notes
7+
8+
[discrete]
9+
=== Client
10+
* Tested versions of Ruby for 8.10.0: Ruby (MRI) 3.0, 3.1 and 3.2. JRuby 9.3 and JRuby 9.4.
11+
12+
[discrete]
13+
=== API
14+
15+
[discrete]
16+
==== New Experimental APIs, for internal use:
17+
- `fleet.delete_secret`
18+
- `fleet.get_secret`
19+
- `fleet.post_secret`
20+
21+
[discrete]
22+
==== New stable APIs:
23+
- `security.get_settings` - Retrieve settings for the security system indices
24+
- `security.update_settings` - Update settings for the security system indices
25+
26+
[discrete]
27+
==== New Experimental API:
28+
- `query_ruleset.list` List query rulesets.
29+
30+
[discrete]
31+
==== API Changes:
32+
- `indices.reload_search_analyzers` - Adds parameter `resource` changed resource to reload analyzers from if applicable
33+
34+
Promoted from Experimental to Beta:
35+
36+
- `security.create_cross_cluster_api_key`
37+
- `security.update_cross_cluster_api_key`
38+
39+
[discrete]
40+
==== Synonyms namespace update:
41+
42+
All synonym related APIs have been moved to the `synonyms` namespace and some of the endpoints have been renamed, as well as their parameters:
43+
44+
- `synonyms.delete` => `synonyms.delete_synonym` - requires `id`, the id of the synonyms set to be deleted.
45+
- `synonyms.get` => `synonyms.get_synonym` - requires `id`, the name of the synonyms set to be retrieved.
46+
- `synonyms_set.get_synonyms_sets` => `synonyms.get_synonyms_sets`
47+
- `synonyms.put` => `synonyms.put_synonym` - requires `id` of the synonyms set to be created or updated.
48+
- `synonym_rule.put` => `synonyms.put_synonym_rule` - Parameters changed to `set_id` (the id of the synonym set to be updated with the synonym rule) and `rule_id` (the id of the synonym rule to be updated or created).
49+
- New Experimental API `synonyms.delete_synonym_rule` - Deletes a synonym rule in a synonym set
50+
- New Experimental API `synonyms.get_synonym_rule` - Retrieves a synonym rule from a synonym set
51+

docs/release_notes/index.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
[discrete]
55
=== 8.x
6+
* <<release_notes_8100, 8.10 Release Notes>>
67
* <<release_notes_89, 8.9 Release Notes>>
78
* <<release_notes_88, 8.8 Release Notes>>
89
* <<release_notes_87, 8.7 Release Notes>>
@@ -31,6 +32,7 @@
3132
* <<release_notes_75, 7.5 Release Notes>>
3233
* <<release_notes_70, 7.0 Release Notes>>
3334

35+
include::810.asciidoc[]
3436
include::89.asciidoc[]
3537
include::88.asciidoc[]
3638
include::87.asciidoc[]

0 commit comments

Comments
 (0)