File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 1
1
# 1.2.3 (July 2, 2016)
2
2
3
3
Patch Improvements
4
+ * Fix gc error log: avoid AttributeError in _ unregister_cleanup (dpkp PR 747)
4
5
* Wakeup socket optimizations (dpkp PR 740)
5
6
* Assert will be disabled by "python -O" (tyronecai PR 736)
6
7
* Randomize order of topics/partitions processed by fetcher to improve balance (dpkp PR 732)
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Changelog
6
6
7
7
Patch Improvements
8
8
------------------
9
+ * Fix gc error log: avoid AttributeError in _unregister_cleanup (dpkp PR 747)
9
10
* Wakeup socket optimizations (dpkp PR 740)
10
11
* Assert will be disabled by "python -O" (tyronecai PR 736)
11
12
* Randomize order of topics/partitions processed by fetcher to improve balance (dpkp PR 732)
You can’t perform that action at this time.
0 commit comments