Skip to content

Commit 6009fab

Browse files
authored
Update changelog to include 8.16.2 and 8.15.3 (#2490)
1 parent 26ae260 commit 6009fab

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
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`

0 commit comments

Comments
 (0)