File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 23 (2013-02-20)
5+ ---------------
6+
7+ - Worker: pretty format debug message "Iteration took %.6f" [Sergey
8+ Shepelev]
9+
10+ - Zeromq_hwm int() conversion moved to config. [Denis Orlikhin]
11+
12+ - Zeromq_hwm config entry. [Denis Orlikhin]
13+
14+ - Zeromq_hwm support. [Denis Orlikhin]
15+
16+ - Rabbitmq_exchange_type option fixed in the README. [Xabier de Zuazo]
17+
18+ - Add test requirements to setup. [Paul Garner]
19+
20+ - Allow beaver to accept custom transport classes. [Paul Garner]
21+
22+ - Make beaver slightly more amenable to test mocking and sort of fix the
23+ broken zmq test. [Paul Garner]
24+
42522 (2013-01-15)
526---------------
627
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ From Github::
2121
2222From PyPI::
2323
24- pip install beaver==22
24+ pip install beaver==23
2525
2626Usage
2727=====
Original file line number Diff line number Diff line change 1- __version__ = '22 '
1+ __version__ = '23 '
You can’t perform that action at this time.
0 commit comments