Skip to content

Commit 11a5711

Browse files
authored
7.17.12 changelog (#1941)
1 parent 3f01faf commit 11a5711

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

docs/changelog.asciidoc

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

4+
[discrete]
5+
=== 7.17.12
6+
7+
[discrete]
8+
==== Notes
9+
10+
This is the first 7.x release where patch versions of the client will no longer (intentionally) align with patch versions of Elasticsearch. The latest patch release of the client will always be compatible with the corresponding minor release of Elasticsearch.
11+
12+
[discrete]
13+
==== Fixes
14+
15+
[discrete]
16+
===== TypeScript build failure
17+
18+
Fixes a type declaration bug that caused TypeScript builds to fail. https://github.com/elastic/elasticsearch-js/pull/1927[#1927]
19+
20+
[discrete]
21+
===== Add TypeScript type declarations to exports
22+
23+
Adds TypeScript type declarations file to package.json `exports` https://github.com/elastic/elasticsearch-js/pull/1930[#1930]
24+
425
[discrete]
526
=== 7.17.11
627

@@ -54,7 +75,6 @@ https://www.elastic.co/guide/en/elasticsearch/reference/7.16/release-notes-7.16.
5475
[discrete]
5576
===== Fixed export field deprecation log https://github.com/elastic/elasticsearch-js/pull/1593#[#1593]
5677

57-
5878
[discrete]
5979
=== 7.15.0
6080

@@ -70,7 +90,7 @@ https://www.elastic.co/guide/en/elasticsearch/reference/7.15/release-notes-7.15.
7090
[discrete]
7191
===== Support mapbox content type https://github.com/elastic/elasticsearch-js/pull/1500[#1500]
7292

73-
If you call an API that returns a mapbox conten type, the response body will be a buffer.
93+
If you call an API that returns a mapbox content type, the response body will be a buffer.
7494

7595
[discrete]
7696
===== Support CA fingerprint validation https://github.com/elastic/elasticsearch-js/pull/1499[#1499]

0 commit comments

Comments
 (0)