From e8ab3d1cbc3e3c3eb7be4ac088fe4a4bc3d458d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:19:57 +0200 Subject: [PATCH] Changelog: Add 8.9 release changelog (#707) (#708) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurent Saint-FĂ©lix --- CHANGELOG.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 236a64d0a3..d6abbdd2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,29 @@ # 8.9.0 +## API +**New API** + +* `Cluster.Info` [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-info.html) + +**Experimental APIs** + +* `QueryRulesetGet` [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/get-query-ruleset.html) +* `QueryRulesetDelete` [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-query-ruleset.html) +* `QueryRulesetPut` [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/put-query-ruleset.html) +* `SearchApplicationRenderQuery` [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/master/search-application-render-query.html) +* `Security.CreateCrossClusterAPIKey` [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-cross-cluster-api-key.html) +* `Security.UpdateCrossClusterAPIKey` [Documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-update-cross-cluster-api-key.html) + ## Typed API * Propagated request fields towards the endpoint for ease of access, taking priority over same-name query string fields. * Added a stub for Do methods on endpoints that only support a boolean response such as `core.exists`. -* NDJSON endpoints support with custom serialization and helpers for specific like `core.bulk`. -* Link to endpoints documentation in API index to better display and easy of use. +* NDJSON endpoints support with custom serialization like `core.bulk`. +* Link to endpoints documentation in API index to better display and ease of use. + +**fixes** + +* Fixed a deserialization issue for `Property` & `Analyzer` #696 # 8.8.2