From a4f056de5faf002458564f4e132161e815002875 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Fri, 23 Feb 2024 13:33:05 -0600 Subject: [PATCH 1/2] Backport changelog for 8.12.1 --- docs/changelog.asciidoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index 4dbf11907..c4dcc3b5a 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,17 @@ [[changelog-client]] == Release notes +[discrete] +=== 8.12.1 + +[discrete] +==== Fixes + +[discrete] +===== Fix hang in bulk helper semaphore https://github.com/elastic/elasticsearch-js/pull/2027[#2027] + +The failing state could be reached when a server's response times are slower than flushInterval. + [discrete] === 8.12.0 From fa7351010ecc21ef582ff4972479dd0aee12935f Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Fri, 23 Feb 2024 13:33:43 -0600 Subject: [PATCH 2/2] Add changelog for 8.12.2 --- docs/changelog.asciidoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index c4dcc3b5a..0daeee5d7 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,17 @@ [[changelog-client]] == Release notes +[discrete] +=== 8.12.2 + +[discrete] +==== Fixes + +[discrete] +===== Upgrade transport to 8.4.1 https://github.com/elastic/elasticsearch-js/pull/2137[#2137] + +Upgrades `@elastic/transport` to 8.4.1 to resolve https://github.com/elastic/elastic-transport-js/pull/83[a bug] where arrays in error diagnostics were unintentionally transformed into objects. + [discrete] === 8.12.1