From 8438a24c6c0a3305f88984dddd0ffef689a2f380 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 13:07:47 -0500 Subject: [PATCH] [7.x] Add release notes for 7.13.1 and 7.13.2 to elastic.co/guide Co-authored-by: Seth Michael Larson --- docs/guide/release-notes.asciidoc | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/guide/release-notes.asciidoc b/docs/guide/release-notes.asciidoc index df8b123e..807f656c 100644 --- a/docs/guide/release-notes.asciidoc +++ b/docs/guide/release-notes.asciidoc @@ -1,6 +1,8 @@ [[release-notes]] == Release notes +* <> +* <> * <> * <> * <> @@ -24,6 +26,25 @@ * <> +[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) @@ -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. \ No newline at end of file +* Add support for 7.x APIs in {es} both xpack and oss flavors.