Skip to content

Commit cd7f55a

Browse files
committed
Update changelog for 8.8.1
1 parent bf3a5c4 commit cd7f55a

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

docs/changelog.asciidoc

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
[[changelog-client]]
22
== Release notes
33

4+
[discrete]
5+
=== 8.8.1
6+
7+
===== Support for Elasticsearch `v8.8.1`
8+
9+
You can find all the API changes
10+
https://www.elastic.co/guide/en/elasticsearch/reference/8.8/release-notes-8.8.1.html[here].
11+
12+
[discrete]
13+
==== Fixes
14+
15+
[discrete]
16+
===== Fix index drift bug in bulk helper https://github.com/elastic/elasticsearch-js/pull/1759[#1759]
17+
18+
Fixes a bug in the bulk helper that would cause `onDrop` to send back the wrong JSON document or error on a nonexistent document when an error occurred on a bulk HTTP request that contained a `delete` action.
19+
20+
[discrete]
21+
===== Fix a memory leak caused by an outdated version of Undici https://github.com/elastic/elasticsearch-js/pull/1902[#1902]
22+
23+
Undici 5.5.1, used by https://github.com/elastic/elastic-transport-js[elastic-transport-js], could create a memory leak when a high volume of requests created too many HTTP `abort` listeners. Upgrading Undici to 5.22.1 removed the memory leak.
24+
425
[discrete]
526
=== 8.8.0
627

@@ -11,7 +32,7 @@
1132
===== Support for Elasticsearch `v8.8.0`
1233

1334
You can find all the API changes
14-
https://www.elastic.co/guide/en/elasticsearch/reference/8.8/release-notes-8.7.0.html[here].
35+
https://www.elastic.co/guide/en/elasticsearch/reference/8.8/release-notes-8.8.0.html[here].
1536

1637
[discrete]
1738
==== Fixes

0 commit comments

Comments
 (0)