Bump to 9.0.3 (#2888)

This commit is contained in:
Josh Mock
2025-07-01 16:16:06 -05:00
committed by GitHub
parent ac20b78476
commit 7be0f90526
2 changed files with 7 additions and 1 deletions

View File

@ -20,6 +20,12 @@ To check for security updates, go to [Security announcements for the Elastic sta
% ### Fixes [elasticsearch-javascript-client-next-fixes]
% \*
## 9.0.3
### Fixes [elasticsearch-javascript-client-9.0.3-fixes]
**Improved compatibility with Elasticsearch 9.0:** Several fixes and improvements have been made to APIs and TypeScript type definitions to better reflect the Elasticsearch 9.0 specification.
## 9.0.2
### Fixes [elasticsearch-javascript-client-9.0.2-fixes]

View File

@ -1,6 +1,6 @@
{
"name": "@elastic/elasticsearch",
"version": "9.0.2",
"version": "9.0.3",
"versionCanary": "9.0.2-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "./index.js",