From bfc8f6a7778538dd64677e56fd55bc0f36cfbe91 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Sat, 10 Mar 2018 19:34:53 -0500 Subject: Patch Release 1.4.2 --- docs/changelog.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/changelog.rst b/docs/changelog.rst index 804296d..2f7d87b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -1.4.2 (Unreleased) -################## +1.4.2 (Mar 10, 2018) +#################### Bugfixes -------- @@ -29,6 +29,7 @@ Consumer -------- * Avoid tight poll loop in consumer when brokers are down (dpkp #1415) * Validate `max_records` in KafkaConsumer.poll (dpkp #1398) +* KAFKA-5512: Awake heartbeat thread when it is time to poll (dpkp #1439) Producer -------- @@ -46,11 +47,13 @@ Test Infrastructure * Introduce new fixtures to prepare for migration to pytest (asdaraujo #1293) * Removed pytest-catchlog dependency (asdaraujo #1380) * Fixes racing condition when message is sent to broker before topic logs are created (asdaraujo #1293) +* Add kafka 1.0.1 release to test fixtures (dpkp #1437) Logging / Error Messages ------------------------ * Re-enable logging during broker version check (dpkp #1430) * Connection logging cleanups (dpkp #1432) +* Remove old CommitFailed error message from coordinator (dpkp #1436) 1.4.1 (Feb 9, 2018) -- cgit v1.2.1