diff options
author | Dana Powers <dana.powers@gmail.com> | 2018-02-09 00:46:35 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-09 00:46:35 -0800 |
commit | 00dd2c7409b1dbb71d2a2898c86b2d0c8f6905c4 (patch) | |
tree | 545f59b0bc199756d213184f7d57ea26ac2f072b /docs | |
parent | 990e9285342dd921ddba472868dbd852a7b69689 (diff) | |
download | kafka-python-00dd2c7409b1dbb71d2a2898c86b2d0c8f6905c4.tar.gz |
Patch Release 1.4.1 (#1376)1.4.1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 51f5533..237540b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,17 @@ Changelog ========= +1.4.1 (Feb 9, 2018) +################### + +Bugfixes +-------- +* Fix consumer poll stuck error when no available partition (ckyoog #1375) +* Increase some integration test timeouts (dpkp #1374) +* Use raw in case string overriden (jeffwidman #1373) +* Fix pending completion IndexError bug caused by multiple threads (dpkp #1372) + + 1.4.0 (Feb 6, 2018) ################### |