From b5158993af3cdfeab70a279debeec2fccf0ac870 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Fri, 8 Aug 2025 11:47:17 -0500 Subject: [PATCH] Add changelog for 9.0.4 and 9.1.1 (#2965) (cherry picked from commit 640bbd50f43c24dd11a624f70b96e1e9cf51d059) --- docs/release-notes/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 6c1ea53a5..484c0afd9 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -20,6 +20,12 @@ To check for security updates, go to [Security announcements for the Elastic sta % ### Fixes [elasticsearch-javascript-client-next-fixes] % \* +## 9.1.1 + +### Fixes [elasticsearch-javascript-client-9.1.1-fixes] + +- **Propagate telemetry disabling option to transport:** an upcoming version of `@elastic/transport` will include the `x-elastic-client-meta` HTTP header that is used to capture some basic client telemetry. This change ensures the client's `enableMetaHeader` setting, which disables collecting this telemetry, is propagated to the transport. + ## 9.1.0 [elasticsearch-javascript-client-9.1.0-release-notes] ### Features and enhancements [elasticsearch-javascript-client-9.1.0-features-enhancements] @@ -30,6 +36,12 @@ To check for security updates, go to [Security announcements for the Elastic sta - **Deep merge nested options on client instantiation:** If custom values for `redaction` and `headers` options were set by the user during `Client` instantiation, nested default values would be dropped rather than deep-merged. This has been fixed. +## 9.0.4 + +### Fixes [elasticsearch-javascript-client-9.0.4-fixes] + +- **Propagate telemetry disabling option to transport:** an upcoming version of `@elastic/transport` will include the `x-elastic-client-meta` HTTP header that is used to capture some basic client telemetry. This change ensures the client's `enableMetaHeader` setting, which disables collecting this telemetry, is propagated to the transport. + ## 9.0.3 ### Fixes [elasticsearch-javascript-client-9.0.3-fixes]