summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parenta577053e5e804f444e81bd430402b5eb94a65e99 (diff)
downloadkafka-python-9acdf6db4bf6b99713b2178fcf362d936d6a0851.tar.gz
Patch Release 1.2.51.2.5
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 0e1632e..9d89c5f 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,6 +1,16 @@
Changelog
=========
+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)
####################