From ef390c2888381d77248f0296a25b4a6f029d44cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Wed, 17 Aug 2016 16:37:48 +0200 Subject: [PATCH] added 2.4.0 changelog --- Changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Changelog.rst b/Changelog.rst index 183d5eb4..a343ec1d 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -12,6 +12,18 @@ Version compatible with elasticsearch 5.0 * passing in a keyword parameter with ``None`` as value will cause that param to be ignored +2.4.0 (2016-08-17) +------------------ + + * ``ping`` now ignores all ``TransportError`` exceptions and just returns + ``False`` + * expose ``scroll_id`` on ``ScanError`` + * increase default size for ``scan`` helper to 1000 + +Internal: + + * changed ``Transport.perform_request`` to just return the body, not status as well. + 2.3.0 (2016-02-29) ------------------