Forráskód Böngészése

Add changelog for 1.26.1

Vlad Gorodetsky 5 éve
szülő
commit
5f7121b03e
1 módosított fájl, 12 hozzáadás és 1 törlés
  1. 12 1
      CHANGELOG.md

+ 12 - 1
CHANGELOG.md

@@ -1,8 +1,19 @@
 # Changelog
 
-
 #### Unreleased
 
+#### Version 1.26.1 (2020-02-04)
+
+Improvements:
+- Add requests-in-flight metric ([1539](https://github.com/Shopify/sarama/pull/1539))
+- Fix misleading example for cluster admin ([1595](https://github.com/Shopify/sarama/pull/1595))
+- Replace Travis with GitHub Actions, linters housekeeping ([1573](https://github.com/Shopify/sarama/pull/1573))
+- Allow BalanceStrategy to provide custom assignment data ([1592](https://github.com/Shopify/sarama/pull/1592))
+
+Bug Fixes:
+- Adds back Consumer.Offsets.CommitInterval to fix API ([1590](https://github.com/Shopify/sarama/pull/1590))
+- Fix error message s/CommitInterval/AutoCommit.Interval ([1589](https://github.com/Shopify/sarama/pull/1589))
+
 #### Version 1.26.0 (2020-01-24)
 
 New Features: