Switch 8.8 clients to only get patch updates to transport (#2212)

This commit is contained in:
Josh Mock
2024-04-09 12:47:09 -05:00
committed by GitHub
parent 168c0b1fc4
commit 71ac5abbb0
2 changed files with 24 additions and 3 deletions

View File

@ -1,6 +1,13 @@
[[changelog-client]]
== Release notes
[discrete]
=== 8.8.2
[discrete]
===== Bump @elastic/transport to `~8.3.2`
Switching from `^8.3.2` to `~8.3.2` ensures 8.8 client users are not required to update to Node.js v18+, which is a new requirement set by `@elastic/transport` v8.5.0. See https://github.com/elastic/elastic-transport-js/issues/91[elastic/elastic-transport-js#91] for details.
[discrete]
=== 8.8.1
@ -46,6 +53,13 @@ https://www.elastic.co/guide/en/elasticsearch/reference/8.8/release-notes-8.8.0.
Prior releases contained a bug where type declarations for legacy types that include a `body` key were not actually importing the type that includes the `body` key.
[discrete]
=== 8.7.3
[discrete]
===== Bump @elastic/transport to `~8.3.1`
Switching from `^8.3.1` to `~8.3.1` ensures 8.7 client users are not required to update to Node.js v18+, which is a new requirement set by `@elastic/transport` v8.5.0. See https://github.com/elastic/elastic-transport-js/issues/91[elastic/elastic-transport-js#91] for details.
[discrete]
=== 8.7.0
@ -55,6 +69,13 @@ Prior releases contained a bug where type declarations for legacy types that inc
You can find all the API changes
https://www.elastic.co/guide/en/elasticsearch/reference/8.7/release-notes-8.7.0.html[here].
[discrete]
=== 8.6.1
[discrete]
===== Bump @elastic/transport to `~8.3.1`
Switching from `^8.3.1` to `~8.3.1` ensures 8.6 client users are not required to update to Node.js v18+, which is a new requirement set by `@elastic/transport` v8.5.0. See https://github.com/elastic/elastic-transport-js/issues/91[elastic/elastic-transport-js#91] for details.
[discrete]
=== 8.6.0

View File

@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
"version": "8.8.1",
"versionCanary": "8.8.1-canary.2",
"version": "8.8.2",
"versionCanary": "8.8.2-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
"types": "index.d.ts",
@ -86,7 +86,7 @@
"zx": "^6.1.0"
},
"dependencies": {
"@elastic/transport": "^8.3.2",
"@elastic/transport": "~8.3.2",
"tslib": "^2.4.0"
},
"tap": {