From a298517692a993d178c61b9e84c36d053c681ac2 Mon Sep 17 00:00:00 2001 From: delvedor Date: Wed, 9 Mar 2022 11:49:26 +0100 Subject: [PATCH] Updated changelog.asciidoc --- docs/changelog.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index d69e61016..52c2bf673 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -21,6 +21,11 @@ Now the client exports the SniffingTransport class. [discrete] ==== Fixes +[discrete] +===== Fix onFlushTimeout timer not being cleared when upstream errors https://github.com/elastic/elasticsearch-js/pull/1616[#1616] + +Fixes a memory leak caused by an error in the upstream dataset of the bulk helper. + [discrete] ===== Cleanup abort listener https://github.com/elastic/elastic-transport-js/pull/42[transport/#42]