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.4.1 (Feb 9, 2018)
2+
3+ Bugfixes
4+ * Fix consumer poll stuck error when no available partition (ckyoog #1375 )
5+ * Increase some integration test timeouts (dpkp #1374 )
6+ * Use raw in case string overriden (jeffwidman #1373 )
7+ * Fix pending completion IndexError bug caused by multiple threads (dpkp #1372 )
8+
9+
110# 1.4.0 (Feb 6, 2018)
211
312This is a substantial release. Although there are no known 'showstopper' bugs as of release,
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.4.1 (Feb 9, 2018)
5+ ###################
6+
7+ Bugfixes
8+ --------
9+ * Fix consumer poll stuck error when no available partition (ckyoog #1375)
10+ * Increase some integration test timeouts (dpkp #1374)
11+ * Use raw in case string overriden (jeffwidman #1373)
12+ * Fix pending completion IndexError bug caused by multiple threads (dpkp #1372)
13+
14+
4151.4.0 (Feb 6, 2018)
516###################
617
Original file line number Diff line number Diff line change 1- __version__ = '1.4.1.dev '
1+ __version__ = '1.4.1'
You can’t perform that action at this time.
0 commit comments