|
|
@@ -1,5 +1,29 @@
|
|
|
# Changelog
|
|
|
|
|
|
+#### Version 1.25.0 (2020-01-13)
|
|
|
+
|
|
|
+New Features:
|
|
|
+- Support TLS protocol in kafka-producer-performance
|
|
|
+ ([1538](https://github.com/Shopify/sarama/pull/1538)).
|
|
|
+- Add support for kafka 2.4.0
|
|
|
+ ([1552](https://github.com/Shopify/sarama/pull/1552)).
|
|
|
+
|
|
|
+Improvements:
|
|
|
+- Allow the Consumer to disable auto-commit offsets
|
|
|
+ ([1164](https://github.com/Shopify/sarama/pull/1164)).
|
|
|
+- Produce records with consistent timestamps
|
|
|
+ ([1455](https://github.com/Shopify/sarama/pull/1455)).
|
|
|
+
|
|
|
+Bug Fixes:
|
|
|
+- Fix incorrect SetTopicMetadata name mentions
|
|
|
+ ([1534](https://github.com/Shopify/sarama/pull/1534)).
|
|
|
+- Fix client.tryRefreshMetadata Println
|
|
|
+ ([1535](https://github.com/Shopify/sarama/pull/1535)).
|
|
|
+- Fix panic on calling updateMetadata on closed client
|
|
|
+ ([1531](https://github.com/Shopify/sarama/pull/1531)).
|
|
|
+- Fix possible faulty metrics in TestFuncProducing
|
|
|
+ ([1545](https://github.com/Shopify/sarama/pull/1545)).
|
|
|
+
|
|
|
#### Version 1.24.1 (2019-10-31)
|
|
|
|
|
|
New Features:
|