File tree Expand file tree Collapse file tree 3 files changed +50
-1
lines changed Expand file tree Collapse file tree 3 files changed +50
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.3.5 (Oct 7, 2017)
2+
3+ Bugfixes
4+ * Fix partition assignment race condition (jeffwidman #1240 )
5+ * Fix consumer bug when seeking / resetting to the middle of a compressed messageset (dpkp #1239 )
6+ * Fix traceback sent to stderr not logging (dbgasaway #1221 )
7+ * Stop using mutable types for default arg values (jeffwidman #1213 )
8+ * Remove a few unused imports (jameslamb #1188 )
9+
10+ Client
11+ * Refactor BrokerConnection to use asynchronous receive_bytes pipe (dpkp #1032 )
12+
13+ Consumer
14+ * Drop unused sleep kwarg to poll (dpkp #1177 )
15+ * Enable KafkaConsumer beginning_offsets() and end_offsets() with older broker versions (buptljy #1200 )
16+ * Validate consumer subscription topic strings (nikeee #1238 )
17+
18+ Documentation
19+ * Small fixes to SASL documentation and logging; validate security_protocol (dpkp #1231 )
20+ * Various typo and grammar fixes (jeffwidman)
21+
22+
123# 1.3.4 (Aug 13, 2017)
224
325Bugfixes
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.3.5 (Oct 7, 2017)
5+ ####################
6+
7+ Bugfixes
8+ --------
9+ * Fix partition assignment race condition (jeffwidman #1240)
10+ * Fix consumer bug when seeking / resetting to the middle of a compressed messageset (dpkp #1239)
11+ * Fix traceback sent to stderr not logging (dbgasaway #1221)
12+ * Stop using mutable types for default arg values (jeffwidman #1213)
13+ * Remove a few unused imports (jameslamb #1188)
14+
15+ Client
16+ ------
17+ * Refactor BrokerConnection to use asynchronous receive_bytes pipe (dpkp #1032)
18+
19+ Consumer
20+ --------
21+ * Drop unused sleep kwarg to poll (dpkp #1177)
22+ * Enable KafkaConsumer beginning_offsets() and end_offsets() with older broker versions (buptljy #1200)
23+ * Validate consumer subscription topic strings (nikeee #1238)
24+
25+ Documentation
26+ -------------
27+ * Small fixes to SASL documentation and logging; validate security_protocol (dpkp #1231)
28+ * Various typo and grammar fixes (jeffwidman)
29+
30+
4311.3.4 (Aug 13, 2017)
532####################
633
Original file line number Diff line number Diff line change 1- __version__ = '1.3.5.dev '
1+ __version__ = '1.3.5'
You can’t perform that action at this time.
0 commit comments