Skip to content

Commit 120845a

Browse files
authored
Bump to 8.16.4 (#2631)
1 parent a003078 commit 120845a

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

docs/changelog.asciidoc

+16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
[[changelog-client]]
22
== Release notes
33

4+
[discrete]
5+
=== 8.16.4
6+
7+
[discrete]
8+
==== Fixes
9+
10+
[discrete]
11+
===== Improved support for Elasticsearch `v8.16`
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]
19+
420
[discrete]
521
=== 8.16.3
622

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/elasticsearch",
3-
"version": "8.16.3",
4-
"versionCanary": "8.16.3-canary.0",
3+
"version": "8.16.4",
4+
"versionCanary": "8.16.4-canary.0",
55
"description": "The official Elasticsearch client for Node.js",
66
"main": "./index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)