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
+
1
9
# 1.2.4 (July 8, 2016)
2
10
3
11
Bugfixes
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
14
1.2.4 (July 8, 2016)
5
15
####################
6
16
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