From 469c853a10a2bedbef522124b8e485bacfd8c5d4 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Mon, 24 Feb 2025 13:37:19 -0600 Subject: [PATCH] Bump to 8.17.1 (#2632) --- docs/changelog.asciidoc | 32 ++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 02f383f21..442f08739 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,22 @@ [[changelog-client]] == Release notes +[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 @@ -13,6 +29,22 @@ 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 diff --git a/package.json b/package.json index 5a54c87a5..3a24e84fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "8.17.0", - "versionCanary": "8.17.0-canary.0", + "version": "8.17.1", + "versionCanary": "8.17.1-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "./index.js", "types": "index.d.ts",