diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 3b38197aa..ac703cc37 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -20,6 +20,12 @@ To check for security updates, go to [Security announcements for the Elastic sta % ### Fixes [elasticsearch-javascript-client-next-fixes] % \* +## 9.3.4 [elasticsearch-javascript-client-9.3.4-release-notes] + +### Fixes [elasticsearch-javascript-client-9.3.4-fixes] + +- Pins transport 9.3.5 for client v9.3.4+. + ## 9.3.3 [elasticsearch-javascript-client-9.3.3-release-notes] ### Fixes [elasticsearch-javascript-client-9.3.3-fixes] diff --git a/package.json b/package.json index c03c65336..b7bf9bbbc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/elasticsearch", - "version": "9.3.3", - "versionCanary": "9.3.3-canary.0", + "version": "9.3.4", + "versionCanary": "9.3.4-canary.0", "description": "The official Elasticsearch client for Node.js", "type": "commonjs", "main": "./index.js", @@ -115,7 +115,7 @@ "zx": "8.8.0" }, "dependencies": { - "@elastic/transport": "^9.3.3", + "@elastic/transport": "^9.3.5", "apache-arrow": "18.x - 21.x", "tslib": "^2.4.0" }