File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
[[changelog-client]]
2
2
== Changelog
3
3
4
+ === 7.7.1
5
+
6
+ ==== Fixes
7
+
8
+ ===== Disable client Helpers in Node.js < 10 - https://github.com/elastic/elasticsearch-js/pull/1194[#1194]
9
+
10
+ The client helpers can't be used in Node.js < 10 because it needs a custom flag to be able to use them.
11
+ Given that not every provider allows the user to specify cuatom Node.js flags, the Helpers has been disabled completely in Node.js < 10.
12
+
13
+ ===== Force lowercase in all headers - https://github.com/elastic/elasticsearch-js/pull/1187[#1187]
14
+
15
+ Now all the user-provided headers names will be lowercased by default, so there will be no conflicts in case of the same header with different casing.
16
+
4
17
=== 7.7.0
5
18
6
19
==== Features
You can’t perform that action at this time.
0 commit comments