- Remove nosyd from python 3.6 requirements. [Brendon Oleary]
- Change the connection options depending on python version. [Brendon Oleary]
- Replace the unicode encoding check for python 2. [Brendon Oleary]
- Attempt to obtain python 3.6 compatibility. [Brendon Oleary]
- Readme: Update URL for installation. [Philip Cristiano]
0.10.0
-------------------
- Add heartbeat env var. [Ed Kelley]
0.9.1
------------------
Fix ~~~
- Install version-level dependencies before global. [Jose Diaz-Gonzalez]
- Pin gevent to 1.1 for python 2.6. [Jose Diaz-Gonzalez]
0.9.0
------------------
- Use client_properties to set the management ui `connection_name` [Jose Diaz-Gonzalez]
The consumer_name is based upon the following bits:
- the hostname of the server amqp-dispatcher is running on - the process id - a random string made of only ascii characters
This can be used to more easily figure out where consumers are in your infrastructure.
0.8.1
------------------
- Use correct grep call for git 2.0. [Jose Diaz-Gonzalez]
- Feat: add editorconfig. [Jose Diaz-Gonzalez]
- Pull down all keys when updating local copy. [Jose Diaz-Gonzalez]
0.8.0
------------------
- Workaround for urlparse bug in Python 2.7.3. [Jose Diaz-Gonzalez]
Apparently the querystring portion isn't respected, causing the vhost to be set to `/?whatever=querystring&is=set`. This breaks heartbeat parsing support on at least Ubuntu 12.04.