From a58f460946a87f67220844bd4796c534b282bfe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Saint-F=C3=A9lix?= Date: Wed, 13 Sep 2023 16:13:36 +0200 Subject: [PATCH] Changelog: Add 8.10 release (#719) --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6abbdd2ed..9e8daa4d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# 8.10.0 + +## API +**Experimental APIs for internal use** +* `FleetDeleteSecret` +* `FleetGetSecret` +* `FleetPostSecret` + +**Exprimental APIs** + +`QueryRulesetList` + +**Stable APIs** + +`Security.GetSettings` +`Security.UpdateSettings` + +## Typed API +**Exprimental APIs** + +`QueryRuleset.List` + +**Technical Preview** +* [QueryRuleSet](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-rules-apis.html) + +**Beta** +* [Synonyms](https://www.elastic.co/guide/en/elasticsearch/reference/current/synonyms-apis.html) + # 8.9.0 ## API