Update changelog for 8.14.0 (#2279)

This commit is contained in:
Josh Mock
2024-06-06 14:23:42 -05:00
committed by GitHub
parent f97ba5b02a
commit 2b0eebc8fa

View File

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