Skip to content

Commit cbff6d1

Browse files
authored
[Backport 8.13] Update changelog for 8.13 (#2168)
1 parent cebe956 commit cbff6d1

File tree

1 file changed

+45
-3
lines changed

1 file changed

+45
-3
lines changed

docs/changelog.asciidoc

+45-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,53 @@
11
[[changelog-client]]
22
== Release notes
33

4+
[discrete]
5+
=== 8.13.0
6+
7+
[discrete]
8+
==== Features
9+
10+
[discrete]
11+
===== Support for Elasticsearch `v8.13.0`
12+
13+
You can find all the API changes
14+
https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.0.html[here].
15+
16+
[discrete]
17+
==== Fixes
18+
19+
[discrete]
20+
===== Ensure new connections inherit client's set defaults https://github.com/elastic/elasticsearch-js/pull/2159[#2159]
21+
22+
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.
23+
24+
[discrete]
25+
=== 8.12.2
26+
27+
[discrete]
28+
==== Fixes
29+
30+
[discrete]
31+
===== Upgrade transport to 8.4.1 https://github.com/elastic/elasticsearch-js/pull/2137[#2137]
32+
33+
Upgrades `@elastic/transport` to 8.4.1 to resolve https://github.com/elastic/elastic-transport-js/pull/83[a bug] where arrays in error diagnostics were unintentionally transformed into objects.
34+
35+
[discrete]
36+
=== 8.12.1
37+
38+
[discrete]
39+
==== Fixes
40+
41+
[discrete]
42+
===== Fix hang in bulk helper semaphore https://github.com/elastic/elasticsearch-js/pull/2027[#2027]
43+
44+
The failing state could be reached when a server's response times are slower than flushInterval.
45+
446
[discrete]
547
=== 8.12.0
648

749
[discrete]
8-
=== Features
50+
==== Features
951

1052
[discrete]
1153
===== Support for Elasticsearch `v8.12.0`
@@ -17,7 +59,7 @@ https://www.elastic.co/guide/en/elasticsearch/reference/8.12/release-notes-8.12.
1759
=== 8.11.0
1860

1961
[discrete]
20-
=== Features
62+
==== Features
2163

2264
[discrete]
2365
===== Support for Elasticsearch `v8.11.0`
@@ -36,7 +78,7 @@ See <<redaction>> for more information.
3678
=== 8.10.0
3779

3880
[discrete]
39-
=== Features
81+
==== Features
4082

4183
[discrete]
4284
===== Support for Elasticsearch `v8.10.0`

0 commit comments

Comments
 (0)