From 27d0ea7cdf56c42ff00acc3b24fcf958cc5d8470 Mon Sep 17 00:00:00 2001 From: Daniel Schierbeck Date: Fri, 20 Oct 2017 11:34:56 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54cd05b5a..cdc716aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ Changes and additions to the library will be listed here. ## Unreleased +## v0.4.3 + +- Restart the async producer thread automatically after errors. +- Include the offset lag in batch consumer metrics (Statsd). +- Make the default `max_wait_time` more sane. +- Fix issue with cached default offset lookups (#431). +- Upgrade to Datadog client version 3. + ## v0.4.2 - Fix connection issue on SASL connections (#401).