Skip to content

Commit 640bbd5

Browse files
authored
Add changelog for 9.0.4 and 9.1.1 (#2965)
1 parent 09492ff commit 640bbd5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/release-notes/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020
% ### Fixes [elasticsearch-javascript-client-next-fixes]
2121
% \*
2222

23+
## 9.1.1
24+
25+
### Fixes [elasticsearch-javascript-client-9.1.1-fixes]
26+
27+
- **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.
28+
2329
## 9.1.0 [elasticsearch-javascript-client-9.1.0-release-notes]
2430

2531
### 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
3036

3137
- **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.
3238

39+
## 9.0.4
40+
41+
### Fixes [elasticsearch-javascript-client-9.0.4-fixes]
42+
43+
- **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.
44+
3345
## 9.0.3
3446

3547
### Fixes [elasticsearch-javascript-client-9.0.3-fixes]

0 commit comments

Comments
 (0)