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.