From a8c8d2c7120e4bb497c85c0299a00bd5f9d4387e Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 29 Jun 2023 13:42:16 -0500 Subject: [PATCH] Changelog for 7.17.11 (#1923) --- docs/changelog.asciidoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index ccf57830b..5d2e90f46 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,26 @@ [[changelog-client]] == Release notes +[discrete] +=== 7.17.11 + +[discrete] +==== Features + +[discrete] +===== Support for Elasticsearch `v7.17.11` + +You can find all the API changes +https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.11.html[here]. + +[discrete] +==== Fixes + +[discrete] +===== Fix index drift bug in bulk helper https://github.com/elastic/elasticsearch-js/pull/1759[#1759] + +Fixes a bug in the bulk helper that would cause `onDrop` to send back the wrong JSON document or error on a nonexistent document when an error occurred on a bulk HTTP request that contained a `delete` action. + [discrete] === 7.17.0