File tree 3 files changed +21
-1
lines changed
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
+
1
10
# 1.4.0 (Feb 6, 2018)
2
11
3
12
This is a substantial release. Although there are no known 'showstopper' bugs as of release,
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
15
1.4.0 (Feb 6, 2018)
5
16
###################
6
17
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