Release Notes

Contributing

Celery-slack is an open source extension for Celery. If you have any suggestions for this extension based on your specific use case of Celery (or want to add functionality yourself), feel free to let me know on this project’s GitHub page.

License

MIT License

Copyright (c) 2017-2019 Christopher Flynn

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Release History

0.4.1 (2019-10-15)

  • Fix broken dependency requirement for celery

0.4.0 (2019-10-13)

  • 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 (2018-06-16)

  • Add messages for celery/beat disconnection/reconnection to broker
  • Add option to override the Slack request timeout value

0.2.0 (2018-06-10)

  • Add options to disable celery startup/shutdown messages
  • Add option to disable beat messages

0.1.4 (2018-01-17)

  • 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 (2017-11-28)

  • Fix socket error by replacing session object with requests functional api
  • Replace betamax test fixture with vcrpy recorder

0.1.2 (2017-11-27)

  • Compatibility fix for Python 2.7

0.1.1 (2017-11-27)

  • Setup travis-ci, codecov
  • Compatibility fix for solar schedules and Celery 4.0

0.1.0 (2017-11-27)

  • First release.
  • Slack notifications for beat init, celery startup/shutdown, task prerun/success/failure.
  • Several options related to presentation, task filtration, and attachment colors.