summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-07-15 18:20:30 -0700
committerDana Powers <dana.powers@gmail.com>2016-07-15 18:20:30 -0700
commit9acdf6db4bf6b99713b2178fcf362d936d6a0851 (patch)
treeb10906da5f737b9dc9cfbebda1a07121d23f66fd /CHANGES.md
parenta577053e5e804f444e81bd430402b5eb94a65e99 (diff)
downloadkafka-python-9acdf6db4bf6b99713b2178fcf362d936d6a0851.tar.gz
Patch Release 1.2.51.2.5
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index cc58586..ea32e5f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,11 @@
+# 1.2.5 (July 15, 2016)
+
+Bugfixes
+* Fix bug causing KafkaProducer to double-compress message batches on retry
+* Check for double-compressed messages in KafkaConsumer, log warning and optionally skip
+* Drop recursion in _unpack_message_set; only decompress once
+
+
# 1.2.4 (July 8, 2016)
Bugfixes