From e73c2497741c0eee7e162b5885e948b8b62bde18 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Mon, 24 Feb 2025 12:06:19 -0600 Subject: [PATCH] Add recent releases to changelog --- docs/changelog.asciidoc | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 78b23e45a..0fdb9e682 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -17,6 +17,22 @@ In 8.0, the top-level `body` parameter that was available on all API functions < Setting HTTP timeouts on Elasticsearch requests goes against Elastic's recommendations. See <> for more information. +[discrete] +=== 8.17.1 + +[discrete] +==== Fixes + +[discrete] +===== Improved support for Elasticsearch `v8.17` + +Updated TypeScript types based on fixes and improvements to the Elasticsearch specification. + +[discrete] +===== Report correct transport connection type in telemetry + +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] + [discrete] === 8.17.0 @@ -29,6 +45,22 @@ Setting HTTP timeouts on Elasticsearch requests goes against Elastic's recommend You can find all the API changes https://www.elastic.co/guide/en/elasticsearch/reference/8.17/release-notes-8.17.0.html[here]. +[discrete] +=== 8.16.4 + +[discrete] +==== Fixes + +[discrete] +===== Improved support for Elasticsearch `v8.16` + +Updated TypeScript types based on fixes and improvements to the Elasticsearch specification. + +[discrete] +===== Report correct transport connection type in telemetry + +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] + [discrete] === 8.16.3