Skip to content

Commit abcdd08

Browse files
authored
Backport #2543 (#2544)
1 parent b3e523a commit abcdd08

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

docs/changelog.asciidoc

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

4+
[discrete]
5+
=== 8.17.0
6+
7+
[discrete]
8+
==== Features
9+
10+
[discrete]
11+
===== Support for Elasticsearch `v8.17`
12+
13+
You can find all the API changes
14+
https://www.elastic.co/guide/en/elasticsearch/reference/8.17/release-notes-8.17.0.html[here].
15+
16+
[discrete]
17+
=== 8.16.3
18+
19+
[discrete]
20+
==== Fixes
21+
22+
[discrete]
23+
===== Improved support for Elasticsearch `v8.16`
24+
25+
Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.
26+
427
[discrete]
528
=== 8.16.2
629

package.json

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