From 9e7384894ec694e3f32d176cef08fd75cd234bcb Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 15 Apr 2025 13:30:05 -0500 Subject: [PATCH] Add changelog for 8.18 --- docs/changelog.asciidoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 02f383f21..93d264947 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,25 @@ [[changelog-client]] == Release notes +=== 8.18.0 + +[discrete] +==== Features + +[discrete] +===== Support for Elasticsearch `v8.18` + +You can find all the API changes +https://www.elastic.co/guide/en/elasticsearch/reference/8.18/release-notes-8.18.0.html[here]. + +[discrete] +==== Fixes + +[discrete] +===== Improved Cloud ID parsing + +When using a Cloud ID as the `cloud` parameter to instantiate the client, that ID was assumed to be in the correct format. New assertions have been added to verify that format and throw a `ConfigurationError` if it is invalid. See https://github.com/elastic/elasticsearch-js/issues/2694[#2694]. + [discrete] === 8.17.0