Skip to content

Commit 949d8a3

Browse files
authored
Release 8.12.1 (#2130)
1 parent 06bfebb commit 949d8a3

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/changelog.asciidoc

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
[[changelog-client]]
22
== Release notes
33

4+
[discrete]
5+
=== 8.12.1
6+
7+
[discrete]
8+
==== Fixes
9+
10+
[discrete]
11+
===== Fix hang in bulk helper semaphore https://github.com/elastic/elasticsearch-js/pull/2027[#2027]
12+
13+
The failing state could be reached when a server's response times are slower than flushInterval.
14+
415
[discrete]
516
=== 8.12.0
617

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/elasticsearch",
3-
"version": "8.12.0",
4-
"versionCanary": "8.12.0-canary.0",
3+
"version": "8.12.1",
4+
"versionCanary": "8.12.1-canary.0",
55
"description": "The official Elasticsearch client for Node.js",
66
"main": "index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)