File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 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
312Patch Improvements
Original file line number Diff line number Diff line change 11Changelog
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+
4151.2.3 (July 2, 2016)
516####################
617
Original file line number Diff line number Diff line change 1- __version__ = '1.2.3 '
1+ __version__ = '1.2.4 '
You can’t perform that action at this time.
0 commit comments