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
+
1
10
# 1.2.3 (July 2, 2016)
2
11
3
12
Patch Improvements
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
15
1.2.3 (July 2, 2016)
5
16
####################
6
17
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