Patch Release 1.2.4

This commit is contained in:
Dana Powers
2016-07-08 16:15:56 -07:00
parent c921b2ac4c
commit b1e2a49e54
3 changed files with 21 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
# 1.2.4 (July 8, 2016)
Bugfixes
* Update consumer_timeout_ms docstring - KafkaConsumer raises StopIteration, no longer ConsumerTimeout
* Use explicit subscription state flag to handle seek() during message iteration
* Fix consumer iteration on compacted topics (dpkp PR 752)
* Support ssl_password config when loading cert chains (amckemie PR 750)
# 1.2.3 (July 2, 2016)
Patch Improvements

View File

@@ -1,6 +1,17 @@
Changelog
=========
1.2.4 (July 8, 2016)
####################
Bugfixes
--------
* Update consumer_timeout_ms docstring - KafkaConsumer raises StopIteration, no longer ConsumerTimeout
* Use explicit subscription state flag to handle seek() during message iteration
* Fix consumer iteration on compacted topics (dpkp PR 752)
* Support ssl_password config when loading cert chains (amckemie PR 750)
1.2.3 (July 2, 2016)
####################

View File

@@ -1 +1 @@
__version__ = '1.2.3'
__version__ = '1.2.4'