Skip to content

Commit 53ccd17

Browse files
authored
Changelog for 8.1 (#1657)
1 parent f6c14b7 commit 53ccd17

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

docs/changelog.asciidoc

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,41 @@
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

0 commit comments

Comments
 (0)