Skip to content

Commit 5b78ce5

Browse files
[Backport 8.14] Update changelog for 8.14.0 (#2280)
(cherry picked from commit 2b0eebc) Co-authored-by: Josh Mock <[email protected]>
1 parent 41c8687 commit 5b78ce5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/changelog.asciidoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
[discrete]
88
==== Features
99

10+
[discrete]
11+
===== Support for Elasticsearch `v8.14.0`
12+
13+
You can find all the API changes
14+
https://www.elastic.co/guide/en/elasticsearch/reference/8.14/release-notes-8.14.0.html[here].
15+
1016
[discrete]
1117
===== ES|QL object API helper
1218

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

1925
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]
2026

27+
[discrete]
28+
===== Request retries are more polite
29+
30+
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.
31+
32+
2133
[discrete]
2234
=== 8.13.1
2335

0 commit comments

Comments
 (0)