Browse Source

Compile changelog for 1.24.1 [ci skip]

Vlad Gorodetsky 6 years ago
parent
commit
2c1894c28d
1 changed files with 14 additions and 0 deletions
  1. 14 0
      CHANGELOG.md

+ 14 - 0
CHANGELOG.md

@@ -1,5 +1,19 @@
 # Changelog
 
+#### Version 1.24.1 (2019-10-31)
+
+New Features:
+- Add DescribeLogDirs Request/Response pair
+  ([1520](https://github.com/Shopify/sarama/pull/1520)).
+
+Bug Fixes:
+- Fix ClusterAdmin returning invalid controller ID on DescribeCluster
+  ([1518](https://github.com/Shopify/sarama/pull/1518)).
+- Fix issue with consumergroup not rebalancing when new partition is added
+  ([1525](https://github.com/Shopify/sarama/pull/1525)).
+- Ensure consistent use of read/write deadlines
+  ([1529](https://github.com/Shopify/sarama/pull/1529)).
+
 #### Version 1.24.0 (2019-10-09)
 
 New Features: