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+ 34.0.1 (2015-08-07)
5+ -------------------
6+
7+ - Revert some breakages caused by
8+ d159ec579c01b8fab532b3814c64b0ff8b2063ff. [Jose Diaz-Gonzalez]
9+
10+ Closes #331
11+
12+ - Set default for command. [Jose Diaz-Gonzalez]
13+
14+ - #323 - fix tests to run with pika SelectConnection. [Tom Kregenbild]
15+
16+ - #323 - fix RabbitMQ transport _on_open_connection_error function to
17+ print connection errors. [Tom Kregenbild]
18+
19+ - #323 1. Add clear debug prints with queue size (one print every 1000
20+ items in order not to hurt performance) 2. If main queue is empty keep
21+ running and do nothing 3. In case of a timeout from main queue restart
22+ queue. [Tom Kregenbild]
23+
24+ - #323 - Change RabbitMQ pika to use Asynchronous SelectConnection
25+ instead of BlockingConnection for better performance. [Tom Kregenbild]
26+
27+ - #323 - add the ability to increase the number of Queue consumers by
28+ creating additional processes while running with --experimental flag.
29+ [Tom Kregenbild]
30+
31+ - #323 - add the ability to increase the number of Queue consumers by
32+ creating additional processes. [Tom Kregenbild]
33+
34+ - #323 - print current queue size and number of total number transports
35+ in debug mode in order to find problem in transport rate. [Tom
36+ Kregenbild]
37+
43834.0.0 (2015-07-24)
539-------------------
640
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ Using PIP:
2020
2121From Github::
2222
23- pip install git+git://github.com/josegonzalez/python-beaver.git@34.0.0 #egg=beaver
23+ pip install git+git://github.com/josegonzalez/python-beaver.git@34.0.1 #egg=beaver
2424
2525From PyPI::
2626
27- pip install beaver==34.0.0
27+ pip install beaver==34.0.1
2828
2929Documentation
3030=============
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- __version__ = '34.0.0 '
2+ __version__ = '34.0.1 '
Original file line number Diff line number Diff line change 5353# built documents.
5454#
5555# The short X.Y version.
56- version = '34.0.0 '
56+ version = '34.0.1 '
5757# The full version, including alpha/beta/rc tags.
58- release = '34.0.0 '
58+ release = '34.0.1 '
5959
6060# The language for content autogenerated by Sphinx. Refer to documentation
6161# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments