We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bfebb commit 949d8a3Copy full SHA for 949d8a3
docs/changelog.asciidoc
@@ -1,6 +1,17 @@
1
[[changelog-client]]
2
== Release notes
3
4
+[discrete]
5
+=== 8.12.1
6
+
7
8
+==== Fixes
9
10
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
15
[discrete]
16
=== 8.12.0
17
package.json
@@ -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",
0 commit comments