From e07325c8ca207f53cdac4047da053b664be72e9d Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 15 Apr 2025 13:41:24 -0500 Subject: [PATCH] Update changelog to include fix for #2694 (#2745) (cherry picked from commit 2a93c062e4cb27adca29da2a1b58df7fe96aa59e) --- docs/release-notes/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 35c5ae158..85b8d67c0 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -38,4 +38,6 @@ To check for security updates, go to [Security announcements for the Elastic sta Docstrings for types that differ between stack and serverless have also been updated to indicate when that is the case. +- **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 [#2694](https://github.com/elastic/elasticsearch-js/issues/2694). + % ### Fixes [elasticsearch-javascript-client-900-fixes]