You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/changelog.asciidoc
+32
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
[[changelog-client]]
2
2
== Release notes
3
3
4
+
[discrete]
5
+
=== 8.17.1
6
+
7
+
[discrete]
8
+
==== Fixes
9
+
10
+
[discrete]
11
+
===== Improved support for Elasticsearch `v8.17`
12
+
13
+
Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.
14
+
15
+
[discrete]
16
+
===== Report correct transport connection type in telemetry
17
+
18
+
The client's telemetry reporting mechanism was incorrectly reporting all traffic as using `HttpConnection` when the default is `UndiciConnection`. https://github.com/elastic/elasticsearch-js/issues/2324[#2324]
Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.
42
+
43
+
[discrete]
44
+
===== Report correct transport connection type in telemetry
45
+
46
+
The client's telemetry reporting mechanism was incorrectly reporting all traffic as using `HttpConnection` when the default is `UndiciConnection`. https://github.com/elastic/elasticsearch-js/issues/2324[#2324]
0 commit comments