|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 39 | #### Version 1.22.1 (2019-04-29)
|
4 | 40 |
|
5 | 41 | Improvements:
|
|
0 commit comments