Browse Source

Update changelog

Evan Huus 10 năm trước cách đây
mục cha
commit
8722c10acf
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      CHANGELOG.md

+ 5 - 1
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