Skip to content

Commit 5d2af84

Browse files
committed
Compile changelog for version 1.22.0
1 parent 2673202 commit 5d2af84

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# Changelog
22

3+
#### Version 1.22.0 (2019-04-09)
4+
5+
New Features:
6+
- Add Offline Replicas Operation to Client
7+
([1318](https://github.com/Shopify/sarama/pull/1318)).
8+
- Allow using proxy when connecting to broker
9+
([1326](https://github.com/Shopify/sarama/pull/1326)).
10+
- Implement ReadCommitted
11+
([1307](https://github.com/Shopify/sarama/pull/1307)).
12+
- Add support for Kafka 2.2.0
13+
([1331](https://github.com/Shopify/sarama/pull/1331)).
14+
- Add SASL SCRAM-SHA-512 and SCRAM-SHA-256 mechanismes
15+
([1331](https://github.com/Shopify/sarama/pull/1295)).
16+
17+
Improvements:
18+
- Unregister all broker metrics on broker stop
19+
([1232](https://github.com/Shopify/sarama/pull/1232)).
20+
- Add SCRAM authentication example
21+
([1303](https://github.com/Shopify/sarama/pull/1303)).
22+
- Add consumergroup examples
23+
([1304](https://github.com/Shopify/sarama/pull/1304)).
24+
- Expose consumer batch size metric
25+
([1296](https://github.com/Shopify/sarama/pull/1296)).
26+
- Add TLS options to console producer and consumer
27+
([1300](https://github.com/Shopify/sarama/pull/1300)).
28+
- Reduce client close bookkeeping
29+
([1297](https://github.com/Shopify/sarama/pull/1297)).
30+
- Satisfy error interface in create responses
31+
([1154](https://github.com/Shopify/sarama/pull/1154)).
32+
- Please lint gods
33+
([1346](https://github.com/Shopify/sarama/pull/1346)).
34+
35+
Bug Fixes:
36+
- Fix multi consumer group instance crash
37+
([1338](https://github.com/Shopify/sarama/pull/1338)).
38+
- Update lz4 to latest version
39+
([1347](https://github.com/Shopify/sarama/pull/1347)).
40+
- Retry ErrNotCoordinatorForConsumer in new consumergroup session
41+
([1231](https://github.com/Shopify/sarama/pull/1231)).
42+
- Fix cleanup error handler
43+
([1332](https://github.com/Shopify/sarama/pull/1332)).
44+
- Fix rate condition in PartitionConsumer
45+
([1156](https://github.com/Shopify/sarama/pull/1156)).
46+
347
#### Version 1.21.0 (2019-02-24)
448

549
New Features:

0 commit comments

Comments
 (0)