Skip to content

Commit 1ef1754

Browse files
authored
Bump to 8.16.2 (#2489)
1 parent be2fe31 commit 1ef1754

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

docs/changelog.asciidoc

+34-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
[[changelog-client]]
22
== Release notes
33

4+
[discrete]
5+
=== 8.16.2
6+
7+
[discrete]
8+
==== Fixes
9+
10+
[discrete]
11+
===== Improved support for Elasticsearch `v8.16`
12+
13+
Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.
14+
15+
[discrete]
16+
===== Drop testing artifacts from npm package
17+
18+
Tap, the unit testing tool used by this project, was recently upgraded and started writing to a `.tap` directory. Since tests are run prior to an `npm publish` in CI, this directory was being included in the published package and bloating its size.
19+
420
[discrete]
521
=== 8.16.1
622

@@ -37,11 +53,27 @@ The ES|QL helper can now return results as an Apache Arrow `Table` or `RecordBat
3753

3854
The client's `disablePrototypePoisoningProtection` option was set to `true` by default, but when it was set to any other value it was ignored, making it impossible to enable prototype poisoning protection without providing a custom serializer implementation.
3955

56+
[discrete]
57+
=== 8.15.3
58+
59+
[discrete]
60+
==== Fixes
61+
62+
[discrete]
63+
===== Improved support for Elasticsearch `v8.15`
64+
65+
Updated TypeScript types based on fixes and improvements to the Elasticsearch specification.
66+
67+
[discrete]
68+
===== Drop testing artifacts from npm package
69+
70+
Tap, the unit testing tool, was recently upgraded and started writing to a `.tap` directory. Since tests are run prior to an `npm publish` in CI, this directory was being included in the published package and bloating its size.
71+
4072
[discrete]
4173
=== 8.15.2
4274

4375
[discrete]
44-
==== Features
76+
==== Fixes
4577

4678
[discrete]
4779
===== Improved support for Elasticsearch `v8.15`
@@ -52,7 +84,7 @@ Updated TypeScript types based on fixes and improvements to the Elasticsearch sp
5284
=== 8.15.1
5385

5486
[discrete]
55-
==== Features
87+
==== Fixes
5688

5789
[discrete]
5890
===== Improved support for Elasticsearch `v8.15`

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elastic/elasticsearch",
3-
"version": "8.16.1",
4-
"versionCanary": "8.16.1-canary.0",
3+
"version": "8.16.2",
4+
"versionCanary": "8.16.2-canary.0",
55
"description": "The official Elasticsearch client for Node.js",
66
"main": "./index.js",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)