File tree 1 file changed +22
-1
lines changed 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
[[release-notes]]
2
2
== Release notes
3
3
4
+ * <<rn-7-13-2>>
5
+ * <<rn-7-13-1>>
4
6
* <<rn-7-13-0>>
5
7
* <<rn-7-12-1>>
6
8
* <<rn-7-12-0>>
24
26
* <<rn-7-0-0>>
25
27
26
28
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
+
27
48
[discrete]
28
49
[[rn-7-13-0]]
29
50
=== 7.13.0 (2021-05-25)
367
388
* Removed deprecated option `update_all_types`.
368
389
* Using insecure SSL configuration (`verify_cert=False`) raises a warning,
369
390
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.
You can’t perform that action at this time.
0 commit comments