Skip to content

Commit 24af398

Browse files
committed
Release 1.3.5
1 parent 30ba2c1 commit 24af398

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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

325
Bugfixes

docs/changelog.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
Changelog
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+
431
1.3.4 (Aug 13, 2017)
532
####################
633

kafka/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.3.5.dev'
1+
__version__ = '1.3.5'

0 commit comments

Comments
 (0)