File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-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.1
6
+
7
+ [discrete]
8
+ ==== Fixes
9
+
10
+ [discrete]
11
+ ===== Support for Elasticsearch `v8.2.1`
12
+
13
+ You can find all the API changes
14
+ https://www.elastic.co/guide/en/elasticsearch/reference/8.2/release-notes-8.2.1.html[here].
15
+
16
+ [discrete]
17
+ ===== Fix ndjson APIs https://github.com/elastic/elasticsearch-js/pull/1688[#1688]
18
+
19
+ The previous release contained a bug that broken ndjson APIs.
20
+ We have released `v8.2.0-patch.1` to address this.
21
+ This fix is the same as the one we have released and we storngly recommend upgrading to this version.
22
+
23
+ [discrete]
24
+ ===== Fix node shutdown apis https://github.com/elastic/elasticsearch-js/pull/1697[#1697]
25
+
26
+ The shutdown APIs wheren't complete, this fix completes them.
27
+
28
+ [discrete]
29
+ ==== Types: move query keys to body https://github.com/elastic/elasticsearch-js/pull/1693[#1693]
30
+
31
+ The types definitions where wrongly representing the types of fields present in both query and body.
32
+
4
33
[discrete]
5
34
=== 8.2.0
6
35
Original file line number Diff line number Diff line change 19
19
20
20
/* eslint-disable @typescript-eslint/naming-convention */
21
21
/* eslint-disable @typescript-eslint/promise-function-async */
22
+ /* eslint-disable @typescript-eslint/no-unnecessary-type-assertion */
22
23
23
24
import assert from 'assert'
24
25
import { promisify } from 'util'
You can’t perform that action at this time.
0 commit comments