Skip to content

Commit f7edb80

Browse files
authored
Updated changelog.asciidoc (#1422)
1 parent 66693f3 commit f7edb80

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/changelog.asciidoc

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

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+
437
[discrete]
538
=== 7.11.0
639

0 commit comments

Comments
 (0)