Skip to content

Commit

Permalink
Release 8.12.1 (#2130)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Feb 6, 2024
1 parent 06bfebb commit 949d8a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.asciidoc
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elastic/elasticsearch",
"version": "8.12.0",
"versionCanary": "8.12.0-canary.0",
"version": "8.12.1",
"versionCanary": "8.12.1-canary.0",
"description": "The official Elasticsearch client for Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 949d8a3

Please sign in to comment.