Skip to content

Commit 9acdf6d

Browse files
committed
Patch Release 1.2.5
1 parent a577053 commit 9acdf6d

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

311
Bugfixes

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
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+
414
1.2.4 (July 8, 2016)
515
####################
616

kafka/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.5.dev'
1+
__version__ = '1.2.5'

0 commit comments

Comments
 (0)