Skip to content

Commit 87c80b0

Browse files
committed
Updated changelog.asciidoc
1 parent 15a9479 commit 87c80b0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/changelog.asciidoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
[[changelog-client]]
22
== Changelog
33

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+
417
=== 7.7.0
518

619
==== Features

0 commit comments

Comments
 (0)