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
+56-1
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,40 @@
1
1
[[changelog-client]]
2
2
== Release notes
3
3
4
+
[discrete]
5
+
=== 8.10.1
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.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.
37
+
16
38
[discrete]
17
39
=== 8.9.1
18
40
@@ -49,6 +71,17 @@ In the https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/curre
49
71
50
72
The `user-agent` header the client used to connect to Elasticsearch was using a non-standard format that has been improved.
51
73
74
+
[discrete]
75
+
=== 8.8.2
76
+
77
+
[discrete]
78
+
==== Fixes
79
+
80
+
[discrete]
81
+
===== Bump @elastic/transport to `~8.3.2`
82
+
83
+
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.
96
129
130
+
[discrete]
131
+
=== 8.7.3
132
+
133
+
[discrete]
134
+
==== Fixes
135
+
136
+
[discrete]
137
+
===== Bump @elastic/transport to `~8.3.1`
138
+
139
+
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.
140
+
97
141
[discrete]
98
142
=== 8.7.0
99
143
@@ -103,6 +147,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