We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfef68 commit 6fb0f42Copy full SHA for 6fb0f42
docs/changelog.asciidoc
@@ -1,6 +1,17 @@
1
[[changelog-client]]
2
== Release notes
3
4
+[discrete]
5
+=== 8.16.3
6
+
7
8
+==== Fixes
9
10
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
=== 8.16.2
17
package.json
@@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
- "version": "8.16.2",
- "versionCanary": "8.16.2-canary.0",
+ "version": "8.16.3",
+ "versionCanary": "8.16.3-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "./index.js",
"types": "index.d.ts",
0 commit comments