File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 1
1
[[changelog-client]]
2
2
== Changelog
3
3
4
+ [discrete]
5
+ === 7.12.0
6
+
7
+ [discrete]
8
+ ==== Breaking changes
9
+
10
+ [discrete]
11
+ ===== Remove Node.js v8 support https://github.com/elastic/elasticsearch-js/pull/1402[#1402]
12
+
13
+ According to our https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/installation.html#nodejs-support[support matrix].
14
+
15
+ [discrete]
16
+ ==== Features
17
+
18
+ [discrete]
19
+ ===== Support for Elasticsearch `v7.12`.
20
+
21
+ You can find all the API changes https://www.elastic.co/guide/en/elasticsearch/reference/7.12/release-notes-7.12.0.html[here].
22
+
23
+ [discrete]
24
+ ===== Add support for transport options to all helpers https://github.com/elastic/elasticsearch-js/pull/1400[#1400]
25
+
26
+ You can now pass Transport specific options to the helpers as well.
27
+
28
+ [discrete]
29
+ ==== Fixes
30
+
31
+ [discrete]
32
+ ===== Add `.finally` method to the Promise API https://github.com/elastic/elasticsearch-js/pull/1415[#1415]
33
+
34
+ The client returns a thenable object when you are not configuring a callback.
35
+ Now the thenable offers a `.finally` method as well.
36
+
4
37
[discrete]
5
38
=== 7.11.0
6
39
You can’t perform that action at this time.
0 commit comments