Skip to content

Commit

Permalink
Changelog for 8.1 (#1657)
Browse files Browse the repository at this point in the history
  • Loading branch information
delvedor committed Mar 9, 2022
1 parent f6c14b7 commit 53ccd17
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion docs/changelog.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,41 @@
== Release notes

[discrete]
=== 8.0.0
=== 8.1.0

[discrete]
==== Features

[discrete]
===== Support for Elasticsearch `v8.1`

You can find all the API changes
https://www.elastic.co/guide/en/elasticsearch/reference/8.1/release-notes-8.1.0.html[here].

[discrete]
===== Export SniffingTransport https://github.com/elastic/elasticsearch-js/pull/1653[#1653]

Now the client exports the SniffingTransport class.

[discrete]
==== Fixes

[discrete]
===== Cleanup abort listener https://github.com/elastic/elastic-transport-js/pull/42[transport/#42]

The legacy http client was not cleaning up the abort listener, which could cause a memory leak.

[discrete]
===== Improve undici performances https://github.com/elastic/elastic-transport-js/pull/41[transport/#41]

Improve the stream body collection and keep alive timeout.

[discrete]
=== 8.0.0

[discrete]
==== Features

[discrete]
===== Support for Elasticsearch `v8.0`

Expand Down

0 comments on commit 53ccd17

Please sign in to comment.