Skip to content

Commit 29a0e53

Browse files
authored
Update changelog for 8.13 (#2164)
1 parent 05e3139 commit 29a0e53

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

docs/changelog.asciidoc

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
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+
424
[discrete]
525
=== 8.12.2
626

@@ -27,7 +47,7 @@ The failing state could be reached when a server's response times are slower tha
2747
=== 8.12.0
2848

2949
[discrete]
30-
=== Features
50+
==== Features
3151

3252
[discrete]
3353
===== Support for Elasticsearch `v8.12.0`
@@ -39,7 +59,7 @@ https://www.elastic.co/guide/en/elasticsearch/reference/8.12/release-notes-8.12.
3959
=== 8.11.0
4060

4161
[discrete]
42-
=== Features
62+
==== Features
4363

4464
[discrete]
4565
===== Support for Elasticsearch `v8.11.0`
@@ -58,7 +78,7 @@ See <<redaction>> for more information.
5878
=== 8.10.0
5979

6080
[discrete]
61-
=== Features
81+
==== Features
6282

6383
[discrete]
6484
===== Support for Elasticsearch `v8.10.0`

0 commit comments

Comments
 (0)