- Fix broken dependency requirement for celery
- 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
- Add messages for celery/beat disconnection/reconnection to broker
- Add option to override the Slack request timeout value
- Add options to disable celery startup/shutdown messages
- Add option to disable beat messages
- 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
- Fix socket error by replacing session object with requests functional api
- Replace betamax test fixture with vcrpy recorder
- Compatibility fix for Python 2.7
- Setup travis-ci, codecov
- Compatibility fix for solar schedules and Celery 4.0
- First release.
- Slack notifications for beat init, celery startup/shutdown, task prerun/success/failure.
- Several options related to presentation, task filtration, and attachment colors.