|
|
@@ -1,5 +1,21 @@
|
|
|
# Changelog
|
|
|
|
|
|
+#### Version 1.19.0 (2018-09-27)
|
|
|
+
|
|
|
+New Features:
|
|
|
+ - Implement a higher-level consumer group
|
|
|
+ ([#1099](https://github.com/Shopify/sarama/pull/1099)).
|
|
|
+
|
|
|
+Improvements:
|
|
|
+ - Add support for Go 1.11
|
|
|
+ ([#1176](https://github.com/Shopify/sarama/pull/1176)).
|
|
|
+
|
|
|
+Bug Fixes:
|
|
|
+ - Fix encoding of `MetadataResponse` with version 2 and higher
|
|
|
+ ([#1174](https://github.com/Shopify/sarama/pull/1174)).
|
|
|
+ - Fix race condition in mock async producer
|
|
|
+ ([#1174](https://github.com/Shopify/sarama/pull/1174)).
|
|
|
+
|
|
|
#### Version 1.18.0 (2018-09-07)
|
|
|
|
|
|
New Features:
|