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 2
2
== Release notes
3
3
4
4
[discrete]
5
- === 8.0 .0
5
+ === 8.1 .0
6
6
7
7
[discrete]
8
8
==== Features
9
9
10
10
[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
+
11
40
[discrete]
12
41
===== Support for Elasticsearch `v8.0`
13
42
You can’t perform that action at this time.
0 commit comments