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
+44
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
[[changelog-client]]
2
2
== Release notes
3
3
4
+
[discrete]
5
+
=== 8.9.2
6
+
7
+
[discrete]
8
+
==== Fixes
9
+
10
+
[discrete]
11
+
===== Bump @elastic/transport to `~8.3.4`
12
+
13
+
Switching from `^8.3.4` to `~8.3.4` ensures 8.9 client users are not required to update to Node.js v18+, which is a new requirement set by `@elastic/transport` v8.5.0. See https://github.com/elastic/elastic-transport-js/issues/91[elastic/elastic-transport-js#91] for details.
14
+
4
15
[discrete]
5
16
=== 8.9.1
6
17
@@ -37,6 +48,17 @@ In the https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/curre
37
48
38
49
The `user-agent` header the client used to connect to Elasticsearch was using a non-standard format that has been improved.
39
50
51
+
[discrete]
52
+
=== 8.8.2
53
+
54
+
[discrete]
55
+
==== Fixes
56
+
57
+
[discrete]
58
+
===== Bump @elastic/transport to `~8.3.2`
59
+
60
+
Switching from `^8.3.2` to `~8.3.2` ensures 8.8 client users are not required to update to Node.js v18+, which is a new requirement set by `@elastic/transport` v8.5.0. See https://github.com/elastic/elastic-transport-js/issues/91[elastic/elastic-transport-js#91] for details.
Prior releases contained a bug where type declarations for legacy types that include a `body` key were not actually importing the type that includes the `body` key.
84
106
107
+
[discrete]
108
+
=== 8.7.3
109
+
110
+
[discrete]
111
+
==== Fixes
112
+
113
+
[discrete]
114
+
===== Bump @elastic/transport to `~8.3.1`
115
+
116
+
Switching from `^8.3.1` to `~8.3.1` ensures 8.7 client users are not required to update to Node.js v18+, which is a new requirement set by `@elastic/transport` v8.5.0. See https://github.com/elastic/elastic-transport-js/issues/91[elastic/elastic-transport-js#91] for details.
117
+
85
118
[discrete]
86
119
=== 8.7.0
87
120
@@ -91,6 +124,17 @@ Prior releases contained a bug where type declarations for legacy types that inc
Switching from `^8.3.1` to `~8.3.1` ensures 8.6 client users are not required to update to Node.js v18+, which is a new requirement set by `@elastic/transport` v8.5.0. See https://github.com/elastic/elastic-transport-js/issues/91[elastic/elastic-transport-js#91] for details.
0 commit comments