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 )
22
33Core / Protocol
4+ * Derive all api classes from Request / Response base classes (dpkp 1030)
5+ * Prefer python-lz4 if available (dpkp 1024)
46* Fix kwarg handing in kafka.protocol.struct.Struct (dpkp 1025)
57* Fixed couple of "leaks" when gc is disabled (Mephius 979)
68* Added ` max_bytes ` option and FetchRequest_v3 usage. (Drizzt1991 962)
5153* Pass error to BrokerConnection.close() (dpkp)
5254
5355Bugfixes
56+ * Free lz4 decompression context to avoid leak (dpkp 1024)
5457* Fix sasl reconnect bug: auth future must be reset on close (dpkp 1003)
5558* Fix raise exception from SubscriptionState.assign_from_subscribed (qntln 960)
5659* Fix blackout calculation: mark last_attempt time during connection close (dpkp 1008)
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 1.3.3 (Unreleased )
4+ 1.3.3 (Mar 14, 2017 )
55####################
66
77Core / Protocol
88---------------
9+ * Derive all api classes from Request / Response base classes (dpkp 1030)
10+ * Prefer python-lz4 if available (dpkp 1024)
911* Fix kwarg handing in kafka.protocol.struct.Struct (dpkp 1025)
1012* Fixed couple of "leaks" when gc is disabled (Mephius 979)
1113* Added `max_bytes ` option and FetchRequest_v3 usage. (Drizzt1991 962)
6163
6264Bugfixes
6365--------
66+ * Free lz4 decompression context to avoid leak (dpkp 1024)
6467* Fix sasl reconnect bug: auth future must be reset on close (dpkp 1003)
6568* Fix raise exception from SubscriptionState.assign_from_subscribed (qntln 960)
6669* 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