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
+84-3
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,11 @@
8
8
==== Fixes
9
9
10
10
[discrete]
11
-
===== Upgrade transport version to 8.4.1 https://github.com/elastic/elasticsearch-js/pull/2200[#2200]
11
+
===== Pin @elastic/transport to `~8.4.1`
12
12
13
-
v8.13.0 was released depending on v8.4.0 of `@elastic/transport` instead of v8.4.1, which fixes a bug related to data redaction on error objects.
13
+
Switching from `^8.4.1` to `~8.4.1` ensures 8.13 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
+
15
+
v8.13.0 was also released depending on v8.4.0 of `@elastic/transport` instead of v8.4.1, which was unintentional.
When instantiating a client, any connection-related defaults (e.g. `requestTimeout`) set on that client instance would not be inherited by nodes if they were entered as strings rather than a `ConnectionOptions` object.
34
36
37
+
[discrete]
38
+
=== 8.12.3
39
+
40
+
[discrete]
41
+
==== Fixes
42
+
43
+
[discrete]
44
+
===== Bump @elastic/transport to `~8.4.1`
45
+
46
+
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.
47
+
35
48
[discrete]
36
49
=== 8.12.2
37
50
@@ -58,14 +71,27 @@ 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.
124
+
88
125
[discrete]
89
126
=== 8.10.0
90
127
@@ -97,6 +134,17 @@ See <<redaction>> for more information.
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.
147
+
100
148
[discrete]
101
149
=== 8.9.1
102
150
@@ -133,6 +181,17 @@ In the https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/curre
133
181
134
182
The `user-agent` header the client used to connect to Elasticsearch was using a non-standard format that has been improved.
135
183
184
+
[discrete]
185
+
=== 8.8.2
186
+
187
+
[discrete]
188
+
==== Fixes
189
+
190
+
[discrete]
191
+
===== Bump @elastic/transport to `~8.3.2`
192
+
193
+
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.
180
239
240
+
[discrete]
241
+
=== 8.7.3
242
+
243
+
[discrete]
244
+
==== Fixes
245
+
246
+
[discrete]
247
+
===== Bump @elastic/transport to `~8.3.1`
248
+
249
+
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.
250
+
181
251
[discrete]
182
252
=== 8.7.0
183
253
@@ -187,6 +257,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