瀏覽代碼

Update changelog

Evan Huus 11 年之前
父節點
當前提交
a309484445
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      CHANGELOG.md

+ 3 - 0
CHANGELOG.md

@@ -19,6 +19,9 @@ Bug Fixes:
  - The producer now correctly manages its state if retries occur when it is
  - The producer now correctly manages its state if retries occur when it is
    shutting down, fixing several instances of confusing behaviour and at least
    shutting down, fixing several instances of confusing behaviour and at least
    one potential deadlock ([#419](https://github.com/Shopify/sarama/pull/419)).
    one potential deadlock ([#419](https://github.com/Shopify/sarama/pull/419)).
+ - The consumer now handles messages for different partitions asynchronously,
+   making it much more resilient to specific user code ordering
+   ([#325](https://github.com/Shopify/sarama/pull/325)).
 
 
 #### Version 1.3.0 (2015-04-16)
 #### Version 1.3.0 (2015-04-16)