We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625c834 commit 0296999Copy full SHA for 0296999
Changelog.rst
@@ -12,6 +12,8 @@ Changelog
12
* Updated default setting of ``sniffing`` when using ``cloud_id`` to ``False``
13
* Updated default port to ``443`` if ``cloud_id`` and no other port is defined
14
on the client or within ``cloud_id``
15
+ * Updated ``GET`` HTTP requests that contain a body to ``POST`` where
16
+ the API allows this to fix proxies rejecting these requests.
17
* Fix regression of ``client.cluster.state()`` where the default ``metric``
18
should be set to ``"_all"`` if an index is given (See `#1143`_)
19
* Fix regression of ``client.tasks.get()`` without a ``task_id``
0 commit comments