Skip to content

Commit 4d190bc

Browse files
[Backport 8.3] Changelog for 8.2.1 (#1705)
Co-authored-by: Tomas Della Vedova <[email protected]>
1 parent be54dcd commit 4d190bc

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

docs/changelog.asciidoc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
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

src/helpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
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

2324
import assert from 'assert'
2425
import { promisify } from 'util'

0 commit comments

Comments
 (0)