Skip to content

Commit b1e2a49

Browse files
committed
Patch Release 1.2.4
1 parent c921b2a commit b1e2a49

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.2.4 (July 8, 2016)
2+
3+
Bugfixes
4+
* Update consumer_timeout_ms docstring - KafkaConsumer raises StopIteration, no longer ConsumerTimeout
5+
* Use explicit subscription state flag to handle seek() during message iteration
6+
* Fix consumer iteration on compacted topics (dpkp PR 752)
7+
* Support ssl_password config when loading cert chains (amckemie PR 750)
8+
9+
110
# 1.2.3 (July 2, 2016)
211

312
Patch Improvements

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
1.2.4 (July 8, 2016)
5+
####################
6+
7+
Bugfixes
8+
--------
9+
* Update consumer_timeout_ms docstring - KafkaConsumer raises StopIteration, no longer ConsumerTimeout
10+
* Use explicit subscription state flag to handle seek() during message iteration
11+
* Fix consumer iteration on compacted topics (dpkp PR 752)
12+
* Support ssl_password config when loading cert chains (amckemie PR 750)
13+
14+
415
1.2.3 (July 2, 2016)
516
####################
617

kafka/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.3'
1+
__version__ = '1.2.4'

0 commit comments

Comments
 (0)