Browse Source

Update changelog

Evan Huus 10 years ago
parent
commit
1ce1a0574a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      CHANGELOG.md

+ 5 - 0
CHANGELOG.md

@@ -15,6 +15,11 @@ Improvements:
    ID/address/port combination for the Coordinator; accessing the fields
    ID/address/port combination for the Coordinator; accessing the fields
    individually has been deprecated
    individually has been deprecated
    ([#413](https://github.com/Shopify/sarama/pull/413)).
    ([#413](https://github.com/Shopify/sarama/pull/413)).
+ - Much improved handling of `OffsetOutOfRange` errors in the consumer.
+   Consumers will fail to start if the provided offset is out of range
+   ([#418](https://github.com/Shopify/sarama/pull/418))
+   and they will automatically shut down if the offset falls out of range
+   ([#424](https://github.com/Shopify/sarama/pull/424)).
 
 
 Bug Fixes:
 Bug Fixes:
  - Fix a rare race condition in the client's background metadata refresher if
  - Fix a rare race condition in the client's background metadata refresher if