We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6db97 commit b050185Copy full SHA for b050185
docs/changelog.asciidoc
@@ -1,6 +1,17 @@
1
[[changelog-client]]
2
== Release notes
3
4
+[discrete]
5
+=== 8.15.2
6
+
7
8
+==== Features
9
10
11
+===== Improved support for Elasticsearch `v8.15`
12
13
+Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.
14
15
[discrete]
16
=== 8.15.1
17
package.json
@@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
- "version": "8.15.1",
- "versionCanary": "8.15.1-canary.0",
+ "version": "8.15.2",
+ "versionCanary": "8.15.2-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
"types": "index.d.ts",
0 commit comments