Skip to content

Commit 2a65740

Browse files
[Backport 8.9] Changelog for 8.9.0 (#1962)
Co-authored-by: Josh Mock <[email protected]>
1 parent ab764ae commit 2a65740

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/changelog.asciidoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
[[changelog-client]]
22
== Release notes
33

4+
[discrete]
5+
=== 8.9.0
6+
7+
[discrete]
8+
==== Features
9+
10+
[discrete]
11+
===== Support for Elasticsearch `v8.9.0`
12+
13+
You can find all the API changes
14+
https://www.elastic.co/guide/en/elasticsearch/reference/8.9/release-notes-8.9.0.html[here].
15+
16+
[discrete]
17+
===== Allow document to be overwritten in `onDocument` iteratee of bulk helper https://github.com/elastic/elasticsearch-js/pull/1732[#1732]
18+
19+
In the https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/client-helpers.html#bulk-helper[bulk helper], documents could not be modified before being sent to Elasticsearch. It is now possible to https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/client-helpers.html#_modifying_a_document_before_operation[modify a document] before sending it.
20+
21+
[discrete]
22+
==== Fixes
23+
24+
[discrete]
25+
===== Updated `user-agent` header https://github.com/elastic/elasticsearch-js/pull/1954[#1954]
26+
27+
The `user-agent` header the client used to connect to Elasticsearch was using a non-standard format that has been improved.
28+
429
[discrete]
530
=== 8.8.1
631

0 commit comments

Comments
 (0)