Skip to content

Commit 9ed5186

Browse files
Add release notes for 9.2.0 (#3043) (#3045)
Co-authored-by: Josh Mock <joshua.mock@elastic.co>
1 parent ad6b452 commit 9ed5186

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/release-notes/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020
% ### Fixes [elasticsearch-javascript-client-next-fixes]
2121
% \*
2222

23-
## 9.1.1
23+
## 9.2.0 [elasticsearch-javascript-client-9.2.0-release-notes]
24+
25+
### Features and enhancements [elasticsearch-javascript-client-9.2.0-features-enhancements]
26+
27+
- **Compatibility with Elasticsearch 9.2:** All changes and additions to Elasticsearch APIs for its 9.2 release are reflected in this release.
28+
29+
- **Accepted parameter names added to transport request metadata:** All requests sent through `@elastic/transport` already included some metadata about the request (API name, path parameters). An `acceptedParams` array has been added that includes the names of all parameters that an API supports. This helps support more flexible pre-flight request modifications made by custom transports.
30+
31+
## 9.1.1 [elasticsearch-javascript-client-9.1.1-release-notes]
2432

2533
### Fixes [elasticsearch-javascript-client-9.1.1-fixes]
2634

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/elasticsearch",
3-
"version": "9.1.0",
4-
"versionCanary": "9.1.0-canary.0",
3+
"version": "9.2.0",
4+
"versionCanary": "9.2.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)