Skip to content

Commit

Permalink
Update changelog for 8.12.2 (#2139)
Browse files Browse the repository at this point in the history
* Backport changelog for 8.12.1

* Add changelog for 8.12.2
  • Loading branch information
JoshMock authored Feb 23, 2024
1 parent 8df91fc commit 1d8da99
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/changelog.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
[[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

[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

Expand Down

0 comments on commit 1d8da99

Please sign in to comment.