File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.2.5 (July 15, 2016)
2+
3+ Bugfixes
4+ * Fix bug causing KafkaProducer to double-compress message batches on retry
5+ * Check for double-compressed messages in KafkaConsumer, log warning and optionally skip
6+ * Drop recursion in _ unpack_message_set; only decompress once
7+
8+
19# 1.2.4 (July 8, 2016)
210
311Bugfixes
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.2.5 (July 15, 2016)
5+ #####################
6+
7+ Bugfixes
8+ --------
9+ * Fix bug causing KafkaProducer to double-compress message batches on retry
10+ * Check for double-compressed messages in KafkaConsumer, log warning and optionally skip
11+ * Drop recursion in _unpack_message_set; only decompress once
12+
13+
4141.2.4 (July 8, 2016)
515####################
616
Original file line number Diff line number Diff line change 1- __version__ = '1.2.5.dev '
1+ __version__ = '1.2.5'
You can’t perform that action at this time.
0 commit comments