Compare commits
2 Commits
v9.0.0-alp
...
v8.6.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 281ac00af7 | |||
| 0f0c600bb7 |
@ -1,6 +1,21 @@
|
|||||||
[[changelog-client]]
|
[[changelog-client]]
|
||||||
== Release notes
|
== Release notes
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
=== 8.6.0
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
===== Bump @elastic/transport to 8.3.1+ https://github.com/elastic/elasticsearch-js/pull/1802[#1802]
|
||||||
|
|
||||||
|
The `@elastic/transport` dependency has been bumped to `~8.3.1` to ensure
|
||||||
|
fixes to the `maxResponseSize` option are available in the client.
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
===== Support for Elasticsearch `v8.6.0`
|
||||||
|
|
||||||
|
You can find all the API changes
|
||||||
|
https://www.elastic.co/guide/en/elasticsearch/reference/8.6/release-notes-8.6.0.html[here].
|
||||||
|
|
||||||
[discrete]
|
[discrete]
|
||||||
=== 8.5.0
|
=== 8.5.0
|
||||||
|
|
||||||
|
|||||||
@ -81,7 +81,7 @@
|
|||||||
"zx": "^6.1.0"
|
"zx": "^6.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@elastic/transport": "^8.2.0",
|
"@elastic/transport": "^8.3.1",
|
||||||
"tslib": "^2.4.0"
|
"tslib": "^2.4.0"
|
||||||
},
|
},
|
||||||
"tap": {
|
"tap": {
|
||||||
@ -91,4 +91,4 @@
|
|||||||
"coverage": false,
|
"coverage": false,
|
||||||
"check-coverage": false
|
"check-coverage": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user