File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Changelog
33
44## master
55
6+ [ View commits] ( https://github.com/coleifer/huey/compare/3.0.0...HEAD )
7+
8+ ## 3.0.0
9+
610* Add ` chord() ` (map -> reduce) and ` group() ` (map) primitives.
711* Add ` timeout ` (using SIGALRM for process and gevent.Timeout for greenlet) to
812 control task running time. For threads, unfortunately, there's no good
@@ -21,7 +25,7 @@ Changelog
2125 provides a mechanism for pub/sub or other notification of result readiness.
2226* Remove Python 2.x compatibility.
2327
24- [ View commits] ( https://github.com/coleifer/huey/compare/2.6.0...HEAD )
28+ [ View commits] ( https://github.com/coleifer/huey/compare/2.6.0...3.0.0 )
2529
2630## 2.6.0
2731
Original file line number Diff line number Diff line change 11__author__ = 'Charles Leifer'
22__license__ = 'MIT'
3- __version__ = '2.6 .0'
3+ __version__ = '3.0 .0'
44
55from huey .api import BlackHoleHuey
66from huey .api import Huey
You can’t perform that action at this time.
0 commit comments