From 2a65740d628a9fb652a512957dd6881ba4f01f09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:46:42 -0500 Subject: [PATCH] [Backport 8.9] Changelog for 8.9.0 (#1962) Co-authored-by: Josh Mock --- docs/changelog.asciidoc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 4de89967d..911c3cc3c 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,31 @@ [[changelog-client]] == Release notes +[discrete] +=== 8.9.0 + +[discrete] +==== Features + +[discrete] +===== Support for Elasticsearch `v8.9.0` + +You can find all the API changes +https://www.elastic.co/guide/en/elasticsearch/reference/8.9/release-notes-8.9.0.html[here]. + +[discrete] +===== Allow document to be overwritten in `onDocument` iteratee of bulk helper https://github.com/elastic/elasticsearch-js/pull/1732[#1732] + +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. + +[discrete] +==== Fixes + +[discrete] +===== Updated `user-agent` header https://github.com/elastic/elasticsearch-js/pull/1954[#1954] + +The `user-agent` header the client used to connect to Elasticsearch was using a non-standard format that has been improved. + [discrete] === 8.8.1