Skip to content

Commit

Permalink
7.17.12 changelog (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMock authored Jul 14, 2023
1 parent 3f01faf commit 11a5711
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions docs/changelog.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
[[changelog-client]]
== Release notes

[discrete]
=== 7.17.12

[discrete]
==== Notes

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.

[discrete]
==== Fixes

[discrete]
===== TypeScript build failure

Fixes a type declaration bug that caused TypeScript builds to fail. https://github.com/elastic/elasticsearch-js/pull/1927[#1927]

[discrete]
===== Add TypeScript type declarations to exports

Adds TypeScript type declarations file to package.json `exports` https://github.com/elastic/elasticsearch-js/pull/1930[#1930]

[discrete]
=== 7.17.11

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


[discrete]
=== 7.15.0

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

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

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

0 comments on commit 11a5711

Please sign in to comment.