From 8722c10acfe8f690c9b6ace6e12bb61370de9ba7 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Tue, 7 Apr 2015 11:19:47 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f851ddb7..f25d45523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,11 @@ Improvements: ([#396](https://github.com/Shopify/sarama/pull/396)). - The consumer produces much more useful logging output when leadership changes ([#385](https://github.com/Shopify/sarama/pull/385)). - - Added support for tcp keepalives ([#407](https://github.com/Shopify/sarama/issues/407)). + - The client's `GetOffset` method will now automatically refresh metadata and + retry once in the event of stale information or similar + ([#394](https://github.com/Shopify/sarama/pull/394)). + - Broker connections now have support for using TCP keepalives + ([#407](https://github.com/Shopify/sarama/issues/407)). Bug Fixes: - The OffsetCommitRequest message now correctly implements all three possible