summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-07-02 13:16:06 -0700
committerDana Powers <dana.powers@gmail.com>2016-07-02 13:16:06 -0700
commit114bfa8767d89740599c4f10fe8871ef9971aa49 (patch)
treea4eb72ee0e2729e54374bf3e10b85ce3359d79fe /CHANGES.md
parent6b5a0687996bdb8f40e210da504aecb7f8c12141 (diff)
downloadkafka-python-114bfa8767d89740599c4f10fe8871ef9971aa49.tar.gz
Patch Release 1.2.3
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ba042a4..f664b90 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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