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
+81-2
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.12.3
6
+
7
+
[discrete]
8
+
==== Fixes
9
+
10
+
[discrete]
11
+
===== Bump @elastic/transport to `~8.4.1`
12
+
13
+
Switching from `^8.4.1` to `~8.4.1` ensures 8.12 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.12.2
6
17
@@ -35,11 +46,24 @@ The failing state could be reached when a server's response times are slower tha
Switching from `^8.4.0` to `~8.4.0` ensures 8.11 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.
Switching from `^8.3.4` to `~8.3.4` ensures 8.10 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.
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.
114
+
69
115
[discrete]
70
116
=== 8.9.1
71
117
@@ -102,6 +148,17 @@ In the https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/curre
102
148
103
149
The `user-agent` header the client used to connect to Elasticsearch was using a non-standard format that has been improved.
104
150
151
+
[discrete]
152
+
=== 8.8.2
153
+
154
+
[discrete]
155
+
==== Fixes
156
+
157
+
[discrete]
158
+
===== Bump @elastic/transport to `~8.3.2`
159
+
160
+
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.
149
206
207
+
[discrete]
208
+
=== 8.7.3
209
+
210
+
[discrete]
211
+
==== Fixes
212
+
213
+
[discrete]
214
+
===== Bump @elastic/transport to `~8.3.1`
215
+
216
+
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.
217
+
150
218
[discrete]
151
219
=== 8.7.0
152
220
@@ -156,6 +224,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