File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- # 1.3.3 (Unreleased )
1
+ # 1.3.3 (Mar 14, 2017 )
2
2
3
3
Core / Protocol
4
+ * Derive all api classes from Request / Response base classes (dpkp 1030)
5
+ * Prefer python-lz4 if available (dpkp 1024)
4
6
* Fix kwarg handing in kafka.protocol.struct.Struct (dpkp 1025)
5
7
* Fixed couple of "leaks" when gc is disabled (Mephius 979)
6
8
* Added ` max_bytes ` option and FetchRequest_v3 usage. (Drizzt1991 962)
51
53
* Pass error to BrokerConnection.close() (dpkp)
52
54
53
55
Bugfixes
56
+ * Free lz4 decompression context to avoid leak (dpkp 1024)
54
57
* Fix sasl reconnect bug: auth future must be reset on close (dpkp 1003)
55
58
* Fix raise exception from SubscriptionState.assign_from_subscribed (qntln 960)
56
59
* Fix blackout calculation: mark last_attempt time during connection close (dpkp 1008)
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 1.3.3 (Unreleased )
4
+ 1.3.3 (Mar 14, 2017 )
5
5
####################
6
6
7
7
Core / Protocol
8
8
---------------
9
+ * Derive all api classes from Request / Response base classes (dpkp 1030)
10
+ * Prefer python-lz4 if available (dpkp 1024)
9
11
* Fix kwarg handing in kafka.protocol.struct.Struct (dpkp 1025)
10
12
* Fixed couple of "leaks" when gc is disabled (Mephius 979)
11
13
* Added `max_bytes ` option and FetchRequest_v3 usage. (Drizzt1991 962)
61
63
62
64
Bugfixes
63
65
--------
66
+ * Free lz4 decompression context to avoid leak (dpkp 1024)
64
67
* Fix sasl reconnect bug: auth future must be reset on close (dpkp 1003)
65
68
* Fix raise exception from SubscriptionState.assign_from_subscribed (qntln 960)
66
69
* Fix blackout calculation: mark last_attempt time during connection close (dpkp 1008)
Original file line number Diff line number Diff line change 1
- __version__ = '1.3.3.dev '
1
+ __version__ = '1.3.3'
You can’t perform that action at this time.
0 commit comments