From 98bee5c1e24a6a242a8b891ebc889b7de5f7d4d3 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Mon, 23 Mar 2020 14:28:52 -0500 Subject: [PATCH] [7.x] Add note about method change for 7.6.0 --- Changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.rst b/Changelog.rst index e6c56c9b..f781f414 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -12,6 +12,8 @@ Changelog * Updated default setting of ``sniffing`` when using ``cloud_id`` to ``False`` * Updated default port to ``443`` if ``cloud_id`` and no other port is defined on the client or within ``cloud_id`` + * Updated ``GET`` HTTP requests that contain a body to ``POST`` where + the API allows this to fix proxies rejecting these requests. * Fix regression of ``client.cluster.state()`` where the default ``metric`` should be set to ``"_all"`` if an index is given (See `#1143`_) * Fix regression of ``client.tasks.get()`` without a ``task_id``