You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.asciidoc
+22-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,27 @@
1
1
[[changelog-client]]
2
2
== Release notes
3
3
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]
0 commit comments