Skip to content

Commit 469c853

Browse files
authored
Bump to 8.17.1 (#2632)
1 parent 01f4cf9 commit 469c853

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

docs/changelog.asciidoc

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

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]
19+
420
[discrete]
521
=== 8.17.0
622

@@ -13,6 +29,22 @@
1329
You can find all the API changes
1430
https://www.elastic.co/guide/en/elasticsearch/reference/8.17/release-notes-8.17.0.html[here].
1531

32+
[discrete]
33+
=== 8.16.4
34+
35+
[discrete]
36+
==== Fixes
37+
38+
[discrete]
39+
===== Improved support for Elasticsearch `v8.16`
40+
41+
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]
47+
1648
[discrete]
1749
=== 8.16.3
1850

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/elasticsearch",
3-
"version": "8.17.0",
4-
"versionCanary": "8.17.0-canary.0",
3+
"version": "8.17.1",
4+
"versionCanary": "8.17.1-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)