* Drop support for Python 3.4 (requests is no longer compatible) * Fix a bug with wrapping kombu's ``retry_over_time`` function with the correct signature * Fix ``_version.py`` file to avoid naming conflicts
0.3.0
~~~~~~~~~~~~~~~~~~
* Add messages for celery/beat disconnection/reconnection to broker * Add option to override the Slack request timeout value
0.2.0
~~~~~~~~~~~~~~~~~~
* Add options to disable celery startup/shutdown messages * Add option to disable beat messages
0.1.4
~~~~~~~~~~~~~~~~~~
* Change default behavior of task prerun messages to false * Add sorted tasks for beat init message with beat schedule * Add 1 second timeout to Slack post requests * Use the responses library to mock requests in 2.7 and 3.3 tests
0.1.3
~~~~~~~~~~~~~~~~~~
* Fix socket error by replacing session object with requests functional api * Replace betamax test fixture with vcrpy recorder