Switch 8.10 clients to only get patch updates to transport (#2214)
This commit is contained in:
@ -1,11 +1,22 @@
|
|||||||
[[changelog-client]]
|
[[changelog-client]]
|
||||||
== Release notes
|
== Release notes
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
=== 8.10.1
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
==== Fixes
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
===== Bump @elastic/transport to `~8.3.4`
|
||||||
|
|
||||||
|
Switching from `^8.3.4` to `~8.3.4` ensures 8.10 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]
|
[discrete]
|
||||||
=== 8.10.0
|
=== 8.10.0
|
||||||
|
|
||||||
[discrete]
|
[discrete]
|
||||||
=== Features
|
==== Features
|
||||||
|
|
||||||
[discrete]
|
[discrete]
|
||||||
===== Support for Elasticsearch `v8.10.0`
|
===== Support for Elasticsearch `v8.10.0`
|
||||||
@ -13,6 +24,17 @@
|
|||||||
You can find all the API changes
|
You can find all the API changes
|
||||||
https://www.elastic.co/guide/en/elasticsearch/reference/8.10/release-notes-8.10.0.html[here].
|
https://www.elastic.co/guide/en/elasticsearch/reference/8.10/release-notes-8.10.0.html[here].
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
=== 8.9.2
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
==== Fixes
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
===== Bump @elastic/transport to `~8.3.4`
|
||||||
|
|
||||||
|
Switching from `^8.3.4` to `~8.3.4` ensures 8.9 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]
|
[discrete]
|
||||||
=== 8.9.1
|
=== 8.9.1
|
||||||
|
|
||||||
@ -49,6 +71,17 @@ In the https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/curre
|
|||||||
|
|
||||||
The `user-agent` header the client used to connect to Elasticsearch was using a non-standard format that has been improved.
|
The `user-agent` header the client used to connect to Elasticsearch was using a non-standard format that has been improved.
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
=== 8.8.2
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
==== Fixes
|
||||||
|
|
||||||
|
[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]
|
[discrete]
|
||||||
=== 8.8.1
|
=== 8.8.1
|
||||||
|
|
||||||
@ -94,6 +127,17 @@ 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.
|
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]
|
||||||
|
==== Fixes
|
||||||
|
|
||||||
|
[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]
|
[discrete]
|
||||||
=== 8.7.0
|
=== 8.7.0
|
||||||
|
|
||||||
@ -103,6 +147,17 @@ Prior releases contained a bug where type declarations for legacy types that inc
|
|||||||
You can find all the API changes
|
You can find all the API changes
|
||||||
https://www.elastic.co/guide/en/elasticsearch/reference/8.7/release-notes-8.7.0.html[here].
|
https://www.elastic.co/guide/en/elasticsearch/reference/8.7/release-notes-8.7.0.html[here].
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
=== 8.6.1
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
==== Fixes
|
||||||
|
|
||||||
|
[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]
|
[discrete]
|
||||||
=== 8.6.0
|
=== 8.6.0
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@elastic/elasticsearch",
|
"name": "@elastic/elasticsearch",
|
||||||
"version": "8.10.0",
|
"version": "8.10.1",
|
||||||
"versionCanary": "8.10.0-canary.1",
|
"versionCanary": "8.10.1-canary.0",
|
||||||
"description": "The official Elasticsearch client for Node.js",
|
"description": "The official Elasticsearch client for Node.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
@ -82,7 +82,7 @@
|
|||||||
"zx": "^7.2.2"
|
"zx": "^7.2.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@elastic/transport": "^8.3.4",
|
"@elastic/transport": "~8.3.4",
|
||||||
"tslib": "^2.4.0"
|
"tslib": "^2.4.0"
|
||||||
},
|
},
|
||||||
"tap": {
|
"tap": {
|
||||||
|
|||||||
Reference in New Issue
Block a user