Compare commits

..

3 Commits

Author SHA1 Message Date
902a1fdcda Prep 8.12.2 for release (#2142) 2024-02-23 17:43:12 -06:00
06079afa4c Update changelog for 8.12.2 (#2141)
* Backport changelog for 8.12.1

* Add changelog for 8.12.2
2024-02-23 17:00:14 -06:00
ca7a9b524e [Backport 8.12] Upgrade transport to 8.4.1 (#2138)
(cherry picked from commit 8df91fce7c)

Co-authored-by: Josh Mock <joshua.mock@elastic.co>
2024-02-23 13:24:23 -06:00
2 changed files with 15 additions and 4 deletions

View File

@ -1,6 +1,17 @@
[[changelog-client]]
== Release notes
[discrete]
=== 8.12.2
[discrete]
==== Fixes
[discrete]
===== Upgrade transport to 8.4.1 https://github.com/elastic/elasticsearch-js/pull/2137[#2137]
Upgrades `@elastic/transport` to 8.4.1 to resolve https://github.com/elastic/elastic-transport-js/pull/83[a bug] where arrays in error diagnostics were unintentionally transformed into objects.
[discrete]
=== 8.12.1

View File

@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
"version": "8.12.1",
"versionCanary": "8.12.1-canary.0",
"version": "8.12.2",
"versionCanary": "8.12.2-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
"types": "index.d.ts",
@ -83,7 +83,7 @@
"zx": "^7.2.2"
},
"dependencies": {
"@elastic/transport": "^8.4.0",
"@elastic/transport": "^8.4.1",
"tslib": "^2.4.0"
},
"tap": {
@ -93,4 +93,4 @@
"coverage": false,
"check-coverage": false
}
}
}