Kafka Rust Client v0.4.0 Release Notes

Release Date: 2016-07-12 // over 7 years ago
    • ๐Ÿ‘ Kafka group offset storage support (#95)
    • ๐Ÿ‘ Allow consumer to read topics/partitions without a group (breaking api change) (#105)
    • ๐Ÿ‘Œ Support for reading multiple topics through consumer (breaking api change) (#31)
    • Type safe required-acks api for sending messages (breaking api change) (#97)
    • โœ… Consumer#fallback_offset defaults to "latest" now (#106)
    • โšก๏ธ Update dependency on crc 1.3 (#98)
    • Properly evaluate compression type for fetched messages (#96)