Updated changelog.asciidoc

This commit is contained in:
delvedor
2022-03-09 11:49:26 +01:00
parent 53ccd17dbf
commit a298517692

View File

@ -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]