From 4237d7e125582cfa7560d97dd8c3baee622875f1 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Thu, 28 Sep 2023 12:38:34 +0200 Subject: [PATCH] Prep for 8.10 release --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++ docs/release-notes.asciidoc | 7 +++++++ 2 files changed, 48 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5901d7264..06b9b151b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,44 @@ +## Release 8.10.0 + +- Added 10 new APIs: 8 EXPERIMENTAL and 2 stable: + - `QueryRuleset.list` (new EXPERIMENTAL API) + - API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/query_ruleset.list.json + - Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/list-query-rulesets.html + - `Security.getSettings` (new API) + - API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/security.get_settings.json + - Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-settings.html + - `Security.updateSettings` (new API) + - API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/security.update_settings.json + - Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-update-settings.html + - `Synonyms.delete` + - Removed this API in favor of `deleteSynonym`. + - `Synonyms.deleteSynonym` (new EXPERIMENTAL API) + - This API replaces `Synonyms.delete`. Removed `synonyms_set` in favor of `id` +parameter (string). The id of the synonyms set to be deleted. + - `Synonyms.deleteSynonymRule` (new EXPERIMENTAL API) + - API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/synonyms.delete_synonym_rule.json + - Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-synonym-rule.html + - `Synonyms.get` + - Removed this function in favor of `getSynonym`. + - `Synonyms.getSynonym` (new EXPERIMENTAL API) + - This API replaces `Synonyms.getSynonym`. Removed `synonyms_set` in favor of `id` +required parameter (string). The name of the synonyms set to be retrieved. + - `Synonyms.getSynonymRule` (new EXPERIMENTAL API) + - API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/synonyms.get_synonym_rule.json + - Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/get-synonym-rule.html + - `Synonyms.getSynonymsSets` (new EXPERIMENTAL API) + - API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/synonyms.get_synonyms_sets.json + - Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/list-synonyms-sets.html + - `Synonyms.put` + - Removed this function in favor of `putSynonym`. + - `Synonyms.putSynonym` (new EXPERIMENTAL API) + - This API replaces `Synonyms.put`. Removed `synonyms_set` in favor of `id` +required parameter (string). The id of the synonyms set to be created or updated. + - `Synonyms.putSynonymRule` (new EXPERIMENTAL API) + - API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/synonyms.put_synonym_rule.json + - Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/put-synonym-rule.html + + ## Release 8.9.0 - Fixed issue with psr/http-message, changed PSR-7 versions to 1.1 and 2.0 diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index 35a3c6fe7..67ed1a0b4 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -1,6 +1,7 @@ [[release-notes]] == Release notes +* <> * <> * <> * <> @@ -41,6 +42,12 @@ * <> * <> +[discrete] +[[rn-8-10-0]] +=== 8.10.0 + +* Updated the API endpoints to Elasticserach 8.10.0 + [discrete] [[rn-8-9-0]] === 8.9.0