diff options
author | Dana Powers <dana.powers@gmail.com> | 2016-04-25 22:52:11 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2016-04-25 22:52:11 -0700 |
commit | 874f4874a7a126c27abff5e436e79602ef0983f9 (patch) | |
tree | 19342ddc56dd6d5edbc7a044523ecb3a8fe476c2 /docs/changelog.rst | |
parent | 5b393ac2b51b9100e43299a16d11f70fe117da5c (diff) | |
download | kafka-python-874f4874a7a126c27abff5e436e79602ef0983f9.tar.gz |
Patch release: 1.1.11.1.1
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index eb070ee..e771002 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,18 @@ Changelog ========= +1.1.1 (Apr 26, 2016) +#################### + +Bugfixes +-------- +* Fix throttle_time_ms sensor handling (zackdever PR 667) +* Improve handling of disconnected sockets (EasyPost PR 666 / dpkp) +* Disable standard metadata refresh triggers during bootstrap (dpkp) +* More predictable Future callback/errback exceptions (zackdever PR 670) +* Avoid some exceptions in Coordinator.__del__ (dpkp PR 668) + + 1.1.0 (Apr 25, 2016) #################### |