Skip to content

Commit dde3ddd

Browse files
authored
Merge pull request #1419 from Shopify/changelog-1.23
Add changelog for sarama 1.23.0
2 parents d9dbc20 + b3b39c5 commit dde3ddd

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

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

3+
#### Version 1.23.0 (2019-07-02)
4+
5+
New Features:
6+
- Add support for Kafka 2.3.0
7+
([1418](https://github.com/Shopify/sarama/pull/1418)).
8+
- Add support for ListConsumerGroupOffsets v2
9+
([1374](https://github.com/Shopify/sarama/pull/1374)).
10+
- Add support for DeleteConsumerGroup
11+
([1417](https://github.com/Shopify/sarama/pull/1417)).
12+
- Add support for SASLVersion configuration
13+
([1410](https://github.com/Shopify/sarama/pull/1410)).
14+
- Add kerberos support
15+
([1366](https://github.com/Shopify/sarama/pull/1366)).
16+
17+
Improvements:
18+
- Improve sasl_scram_client example
19+
([1406](https://github.com/Shopify/sarama/pull/1406)).
20+
- Fix shutdown and race-condition in consumer-group example
21+
([1404](https://github.com/Shopify/sarama/pull/1404)).
22+
- Add support for error codes 77—81
23+
([1397](https://github.com/Shopify/sarama/pull/1397)).
24+
- Pool internal objects allocated per message
25+
([1385](https://github.com/Shopify/sarama/pull/1385)).
26+
- Reduce packet decoder allocations
27+
([1373](https://github.com/Shopify/sarama/pull/1373)).
28+
- Support timeout when fetching metadata
29+
([1359](https://github.com/Shopify/sarama/pull/1359)).
30+
31+
Bug Fixes:
32+
- Fix fetch size integer overflow
33+
([1376](https://github.com/Shopify/sarama/pull/1376)).
34+
- Handle and log throttled FetchResponses
35+
([1383](https://github.com/Shopify/sarama/pull/1383)).
36+
- Refactor misspelled word Resouce to Resource
37+
([1368](https://github.com/Shopify/sarama/pull/1368)).
38+
339
#### Version 1.22.1 (2019-04-29)
440

541
Improvements:

0 commit comments

Comments
 (0)