We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53d325 commit b4ebc88Copy full SHA for b4ebc88
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## 7.13.0
2
3
+### Client
4
+- Fixes thread safety issue in `get_connection` - [https://github.com/elastic/elasticsearch-ruby/pull/1325](Pull Request).
5
+
6
+## 7.13.0
7
8
### Client
9
10
- Support for Elasticsearch version 7.13.0
docs/release_notes/713.asciidoc
@@ -1,6 +1,18 @@
[[release_notes_713]]
=== 7.13 Release notes
+[discrete]
+[[release_notes_7131]]
+=== 7.13.1 Release notes
+==== Client
+- Fixes thread safety issue in `get_connection` - https://github.com/elastic/elasticsearch-ruby/pull/1325[Pull Request].
11
12
13
+[[release_notes_7130]]
14
+=== 7.13.0 Release notes
15
16
[discrete]
17
==== Client
18
0 commit comments