Skip to content

Commit

Permalink
[7.x] Add release notes for 7.13.1 and 7.13.2 to elastic.co/guide
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
  • Loading branch information
github-actions[bot] and sethmlarson committed Jun 22, 2021
1 parent 3eb605e commit 8438a24
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion docs/guide/release-notes.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[[release-notes]]
== Release notes

* <<rn-7-13-2>>
* <<rn-7-13-1>>
* <<rn-7-13-0>>
* <<rn-7-12-1>>
* <<rn-7-12-0>>
Expand All @@ -24,6 +26,25 @@
* <<rn-7-0-0>>


[discrete]
[[rn-7-13-2]]
=== 7.13.2 (2021-06-21)

* Fixed `Transport.perform_request()` to properly reraise `RecursionError`
* Fixed `AIOHttpConnection` to no longer send `Accept-Encoding: gzip, deflate` when `http_compress=None`.
Instead now sends no `Accept-Encoding` header in the default case

[discrete]
==== Snapshot

* Added the `snapshot.repository_analyze` API

[discrete]
[[rn-7-13-1]]
=== 7.13.1 (2021-06-02)

* Client is compatible with Elasticsearch 7.13.1

[discrete]
[[rn-7-13-0]]
=== 7.13.0 (2021-05-25)
Expand Down Expand Up @@ -367,4 +388,4 @@
* Removed deprecated option `update_all_types`.
* Using insecure SSL configuration (`verify_cert=False`) raises a warning,
this can be not showed with `ssl_show_warn=False`.
* Add support for 7.x APIs in {es} both xpack and oss flavors.
* Add support for 7.x APIs in {es} both xpack and oss flavors.

0 comments on commit 8438a24

Please sign in to comment.