Skip to content

Commit

Permalink
[Backport 8.14] Update changelog for 8.14.0 (#2280)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2b0eebc)

Co-authored-by: Josh Mock <[email protected]>
  • Loading branch information
github-actions[bot] and JoshMock authored Jun 6, 2024
1 parent 41c8687 commit 5b78ce5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
[discrete]
==== Features

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

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

[discrete]
===== ES|QL object API helper

Expand All @@ -18,6 +24,12 @@ A TypeScript type parameter can also be provided to improve developer experience

The bulk helper now supports an `onSuccess` callback that will be called for each successful operation. https://github.com/elastic/elasticsearch-js/pull/2199[#2199]

[discrete]
===== Request retries are more polite

https://github.com/elastic/elastic-transport-js/releases/tag/v8.6.0[`@elastic/transport` v8.6.0] was released, which refactored when and how failed requests are retried. Timed-out requests are no longer retried by default, and retries now use exponential backoff rather than running immediately.


[discrete]
=== 8.13.1

Expand Down

0 comments on commit 5b78ce5

Please sign in to comment.