瀏覽代碼

Merge pull request #1587 from Shopify/diego_changelog-1.26.0

Adds changelog for 1.26.0
Diego Alvarez 5 年之前
父節點
當前提交
5c53498451
共有 1 個文件被更改,包括 27 次插入1 次删除
  1. 27 1
      CHANGELOG.md

+ 27 - 1
CHANGELOG.md

@@ -3,10 +3,36 @@
 
 #### Unreleased
 
-Improvements:
+#### Version 1.26.0 (2020-01-24)
+
+New Features:
 - Enable zstd compression
   ([1574](https://github.com/Shopify/sarama/pull/1574),
   [1582](https://github.com/Shopify/sarama/pull/1582))
+- Support headers in tools kafka-console-producer
+  ([1549](https://github.com/Shopify/sarama/pull/1549))
+
+Improvements:
+- Add SASL AuthIdentity to SASL frames (authzid)
+  ([1585](https://github.com/Shopify/sarama/pull/1585)).
+
+Bug Fixes:
+- Sending messages with ZStd compression enabled fails in multiple ways
+  ([1252](https://github.com/Shopify/sarama/issues/1252)).
+- Use the broker for any admin on BrokerConfig
+  ([1571](https://github.com/Shopify/sarama/pull/1571)).
+- Set DescribeConfigRequest Version field
+  ([1576](https://github.com/Shopify/sarama/pull/1576)).
+- ConsumerGroup flooding logs with client/metadata update req
+  ([1578](https://github.com/Shopify/sarama/pull/1578)).
+- MetadataRequest version in DescribeCluster
+  ([1580](https://github.com/Shopify/sarama/pull/1580)).
+- Fix deadlock in consumer group handleError
+  ([1581](https://github.com/Shopify/sarama/pull/1581))
+- Fill in the Fetch{Request,Response} protocol
+  ([1582](https://github.com/Shopify/sarama/pull/1582)).
+- Retry topic request on ControllerNotAvailable
+  ([1586](https://github.com/Shopify/sarama/pull/1586)).
 
 #### Version 1.25.0 (2020-01-13)