sarama v1.22.0 Release Notes

Release Date: 2019-04-09 // about 5 years ago
  • ๐Ÿ†• New Features:

    • โž• Add Offline Replicas Operation to Client (1318).
    • ๐Ÿ‘ Allow using proxy when connecting to broker (1326).
    • Implement ReadCommitted (1307).
    • โž• Add support for Kafka 2.2.0 (1331).
    • โž• Add SASL SCRAM-SHA-512 and SCRAM-SHA-256 mechanismes (1331).

    ๐Ÿ‘Œ Improvements:

    • Unregister all broker metrics on broker stop (1232).
    • โž• Add SCRAM authentication example (1303).
    • โž• Add consumergroup examples (1304).
    • ๐Ÿ”ฆ Expose consumer batch size metric (1296).
    • โž• Add TLS options to console producer and consumer (1300).
    • โฌ‡๏ธ Reduce client close bookkeeping (1297).
    • Satisfy error interface in create responses (1154).
    • ๐Ÿ‘• Please lint gods (1346).

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix multi consumer group instance crash (1338).
    • โšก๏ธ Update lz4 to latest version (1347).
    • Retry ErrNotCoordinatorForConsumer in new consumergroup session (1231).
    • ๐Ÿ›  Fix cleanup error handler (1332).
    • ๐Ÿ›  Fix rate condition in PartitionConsumer (1156).