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 11[[changelog-client]]
22== Release notes
33
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+
433[discrete]
534=== 8.2.0
635
Original file line number Diff line number Diff line change 1919
2020/* eslint-disable @typescript-eslint/naming-convention */
2121/* eslint-disable @typescript-eslint/promise-function-async */
22+ /* eslint-disable @typescript-eslint/no-unnecessary-type-assertion */
2223
2324import assert from 'assert'
2425import { promisify } from 'util'
You can’t perform that action at this time.
0 commit comments