File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1
1
[[changelog-client]]
2
2
== Release notes
3
3
4
+ [discrete]
5
+ === 8.2.0
6
+
7
+ [discrete]
8
+ ==== Breaking changes
9
+
10
+ [discrete]
11
+ ===== Drop Node.js v12 https://github.com/elastic/elasticsearch-js/pull/1670[#1670]
12
+
13
+ According to our https://github.com/elastic/elasticsearch-js#nodejs-support[Node.js support matrix].
14
+
15
+ [discrete]
16
+ ==== Features
17
+
18
+ [discrete]
19
+ ===== Support for Elasticsearch `v8.2`
20
+
21
+ You can find all the API changes
22
+ https://www.elastic.co/guide/en/elasticsearch/reference/8.2/release-notes-8.2.0.html[here].
23
+
24
+ [discrete]
25
+ ===== More lenient parameter checks https://github.com/elastic/elasticsearch-js/pull/1662[#1662]
26
+
27
+ When creating a new client, an `undefined` `caFingerprint` no longer trigger an error for a http connection.
28
+
29
+ [discrete]
30
+ ===== Update TypeScript docs and export estypes https://github.com/elastic/elasticsearch-js/pull/1675[#1675]
31
+
32
+ You can import the full TypeScript requests & responses definitions as it follows:
33
+ [source,ts]
34
+ ----
35
+ import { estypes } from '@elastic/elasticsearch'
36
+ ----
37
+
38
+ If you need the legacy definitions with the body, you can do the following:
39
+
40
+ [source,ts]
41
+ ----
42
+ import { estypesWithBody } from '@elastic/elasticsearch'
43
+ ----
44
+
45
+ [discrete]
46
+ ==== Fixes
47
+
48
+ [discrete]
49
+ ===== Updated hpagent to the latest version https://github.com/elastic/elastic-transport-js/pull/49[transport/#49]
50
+
51
+ You can fing the related changes https://github.com/delvedor/hpagent/releases/tag/v1.0.0[here].
52
+
4
53
[discrete]
5
54
=== 8.1.0
6
55
You can’t perform that action at this time.
0 commit comments