From ae632f2288b91b8ccb084de8d343b2e04519bf2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Fri, 10 Nov 2017 14:37:03 +0100 Subject: [PATCH] Adding 5.5.0 changelog --- Changelog.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.rst b/Changelog.rst index 1ccf7743..5e624935 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -3,6 +3,15 @@ Changelog ========= +5.5.0 (2017-11-10) +------------------ + + * ``streaming_bulk`` helper now supports retries with incremental backoff + * ``scan`` helper properly checks for successful shards instead of just + checking ``failed`` + * compatible release with elasticsearch ``5.6.4`` + * fix handling of UTF-8 surrogates + 5.4.0 (2017-05-18) ------------------