From 2b0d726b296a33715f7f970f006a80c7bfc8a2e8 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Tue, 21 Jul 2015 09:23:36 -0400 Subject: [PATCH] Update changelog, prep for 1.4.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d58554840..7dfa408c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +#### Version 1.4.3 (2015-07-21) + +Bug Fixes: + - Don't include the partitioner in the producer's "fetch partitions" + circuit-breaker ([#466](https://github.com/Shopify/sarama/pull/466)). + - Don't retry messages until the broker is closed when abandoning a broker in + the producer ([#468](https://github.com/Shopify/sarama/pull/468)). + - Update the import path for snappy-go, it has moved again and the API has + changed slightly ([#486](https://github.com/Shopify/sarama/pull/486)). + #### Version 1.4.2 (2015-05-27) Bug Fixes: