File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 22== Release notes
33
44[discrete]
5- === 8.0 .0
5+ === 8.1 .0
66
77[discrete]
88==== Features
99
1010[discrete]
11+ ===== Support for Elasticsearch `v8.1`
12+
13+ You can find all the API changes
14+ https://www.elastic.co/guide/en/elasticsearch/reference/8.1/release-notes-8.1.0.html[here].
15+
16+ [discrete]
17+ ===== Export SniffingTransport https://github.com/elastic/elasticsearch-js/pull/1653[#1653]
18+
19+ Now the client exports the SniffingTransport class.
20+
21+ [discrete]
22+ ==== Fixes
23+
24+ [discrete]
25+ ===== Cleanup abort listener https://github.com/elastic/elastic-transport-js/pull/42[transport/#42]
26+
27+ The legacy http client was not cleaning up the abort listener, which could cause a memory leak.
28+
29+ [discrete]
30+ ===== Improve undici performances https://github.com/elastic/elastic-transport-js/pull/41[transport/#41]
31+
32+ Improve the stream body collection and keep alive timeout.
33+
34+ [discrete]
35+ === 8.0.0
36+
37+ [discrete]
38+ ==== Features
39+
1140[discrete]
1241===== Support for Elasticsearch `v8.0`
1342
You can’t perform that action at this time.
0 commit comments