Patch Release 1.2.3

This commit is contained in:
Dana Powers
2016-07-02 13:16:06 -07:00
parent 6b5a068799
commit 114bfa8767
3 changed files with 21 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
# 1.2.3 (July 2, 2016)
Patch Improvements
* Wakeup socket optimizations (dpkp PR 740)
* Assert will be disabled by "python -O" (tyronecai PR 736)
* Randomize order of topics/partitions processed by fetcher to improve balance (dpkp PR 732)
* Allow client.check_version timeout to be set in Producer and Consumer constructors (eastlondoner PR 647)
# 1.2.2 (June 21, 2016)
Bugfixes

View File

@@ -1,6 +1,17 @@
Changelog
=========
1.2.3 (July 2, 2016)
####################
Patch Improvements
------------------
* Wakeup socket optimizations (dpkp PR 740)
* Assert will be disabled by "python -O" (tyronecai PR 736)
* Randomize order of topics/partitions processed by fetcher to improve balance (dpkp PR 732)
* Allow client.check_version timeout to be set in Producer and Consumer constructors (eastlondoner PR 647)
1.2.2 (June 21, 2016)
#####################

View File

@@ -1 +1 @@
__version__ = '1.2.3.dev'
__version__ = '1.2.3'