Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
Expand Down
Loading