From 3146b367359452afe232d95b90403448ca5312b6 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Wed, 22 Oct 2025 12:25:12 -0500 Subject: [PATCH] Add release notes for 9.2.0 --- docs/release-notes/index.md | 10 +++++++++- package.json | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 484c0afd9..0a70b6214 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -20,7 +20,15 @@ To check for security updates, go to [Security announcements for the Elastic sta % ### Fixes [elasticsearch-javascript-client-next-fixes] % \* -## 9.1.1 +## 9.2.0 [elasticsearch-javascript-client-9.2.0-release-notes] + +### Features and enhancements [elasticsearch-javascript-client-9.2.0-features-enhancements] + +- **Compatibility with Elasticsearch 9.2:** All changes and additions to Elasticsearch APIs for its 9.2 release are reflected in this release. + +- **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. + +## 9.1.1 [elasticsearch-javascript-client-9.1.1-release-notes] ### Fixes [elasticsearch-javascript-client-9.1.1-fixes] diff --git a/package.json b/package.json index 424490f27..ec21e7362 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "9.1.0", - "versionCanary": "9.1.0-canary.0", + "version": "9.2.0", + "versionCanary": "9.2.0-canary.0", "description": "The official Elasticsearch client for Node.js", "main": "./index.js", "types": "index.d.ts",