Skip to content

Commit d5a0f11

Browse files
authored
Add recent releases to changelog (#2633)
1 parent d86eb82 commit d5a0f11

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/changelog.asciidoc

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ In 8.0, the top-level `body` parameter that was available on all API functions <
1717

1818
Setting HTTP timeouts on Elasticsearch requests goes against Elastic's recommendations. See <<timeout-best-practices>> for more information.
1919

20+
[discrete]
21+
=== 8.17.1
22+
23+
[discrete]
24+
==== Fixes
25+
26+
[discrete]
27+
===== Improved support for Elasticsearch `v8.17`
28+
29+
Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.
30+
31+
[discrete]
32+
===== Report correct transport connection type in telemetry
33+
34+
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]
35+
2036
[discrete]
2137
=== 8.17.0
2238

@@ -29,6 +45,22 @@ Setting HTTP timeouts on Elasticsearch requests goes against Elastic's recommend
2945
You can find all the API changes
3046
https://www.elastic.co/guide/en/elasticsearch/reference/8.17/release-notes-8.17.0.html[here].
3147

48+
[discrete]
49+
=== 8.16.4
50+
51+
[discrete]
52+
==== Fixes
53+
54+
[discrete]
55+
===== Improved support for Elasticsearch `v8.16`
56+
57+
Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.
58+
59+
[discrete]
60+
===== Report correct transport connection type in telemetry
61+
62+
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]
63+
3264
[discrete]
3365
=== 8.16.3
3466

0 commit comments

Comments
 (0)