Skip to content

Commit 651165d

Browse files
authored
Updated changelog.asciidoc (#1683)
1 parent c58e93a commit 651165d

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

docs/changelog.asciidoc

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

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+
453
[discrete]
554
=== 8.1.0
655

0 commit comments

Comments
 (0)