Skip to content

Commit 8438a24

Browse files
[7.x] Add release notes for 7.13.1 and 7.13.2 to elastic.co/guide
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
1 parent 3eb605e commit 8438a24

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

docs/guide/release-notes.asciidoc

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[[release-notes]]
22
== Release notes
33

4+
* <<rn-7-13-2>>
5+
* <<rn-7-13-1>>
46
* <<rn-7-13-0>>
57
* <<rn-7-12-1>>
68
* <<rn-7-12-0>>
@@ -24,6 +26,25 @@
2426
* <<rn-7-0-0>>
2527

2628

29+
[discrete]
30+
[[rn-7-13-2]]
31+
=== 7.13.2 (2021-06-21)
32+
33+
* Fixed `Transport.perform_request()` to properly reraise `RecursionError`
34+
* Fixed `AIOHttpConnection` to no longer send `Accept-Encoding: gzip, deflate` when `http_compress=None`.
35+
Instead now sends no `Accept-Encoding` header in the default case
36+
37+
[discrete]
38+
==== Snapshot
39+
40+
* Added the `snapshot.repository_analyze` API
41+
42+
[discrete]
43+
[[rn-7-13-1]]
44+
=== 7.13.1 (2021-06-02)
45+
46+
* Client is compatible with Elasticsearch 7.13.1
47+
2748
[discrete]
2849
[[rn-7-13-0]]
2950
=== 7.13.0 (2021-05-25)
@@ -367,4 +388,4 @@
367388
* Removed deprecated option `update_all_types`.
368389
* Using insecure SSL configuration (`verify_cert=False`) raises a warning,
369390
this can be not showed with `ssl_show_warn=False`.
370-
* Add support for 7.x APIs in {es} both xpack and oss flavors.
391+
* Add support for 7.x APIs in {es} both xpack and oss flavors.

0 commit comments

Comments
 (0)