You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
===== Ensure new connections inherit client's set defaults https://github.com/elastic/elasticsearch-js/pull/2159[#2159]
21
+
22
+
When instantiating a client, any connection-related defaults (e.g. `requestTimeout`) set on that client instance would not be inherited by nodes if they were entered as strings rather than a `ConnectionOptions` object.
23
+
24
+
[discrete]
25
+
=== 8.12.2
26
+
27
+
[discrete]
28
+
==== Fixes
29
+
30
+
[discrete]
31
+
===== Upgrade transport to 8.4.1 https://github.com/elastic/elasticsearch-js/pull/2137[#2137]
32
+
33
+
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.
34
+
35
+
[discrete]
36
+
=== 8.12.1
37
+
38
+
[discrete]
39
+
==== Fixes
40
+
41
+
[discrete]
42
+
===== Fix hang in bulk helper semaphore https://github.com/elastic/elasticsearch-js/pull/2027[#2027]
43
+
44
+
The failing state could be reached when a server's response times are slower than flushInterval.
0 commit comments