Skip to content

Commit 0e24da3

Browse files
committed
Release 1.3.3
1 parent 65ba882 commit 0e24da3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# 1.3.3 (Unreleased)
1+
# 1.3.3 (Mar 14, 2017)
22

33
Core / 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)
@@ -51,6 +53,7 @@ Client
5153
* Pass error to BrokerConnection.close() (dpkp)
5254

5355
Bugfixes
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)

docs/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
Changelog
22
=========
33

4-
1.3.3 (Unreleased)
4+
1.3.3 (Mar 14, 2017)
55
####################
66

77
Core / 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)
@@ -61,6 +63,7 @@ Client
6163

6264
Bugfixes
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)

kafka/version.py

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

0 commit comments

Comments
 (0)