Releases: craigbrad/capistrano-slackify
Version 2.10.3 (January 17th 2019)
This release ensures that the payload to curl
via Capistrano's execute
method is properly escaped thanks to @bew
Version 2.10.2 (August 10th 2018)
This release updates the parse options to remove an unsupported default value, without changing behaviour, thanks to #37
Version 2.10.1 (April 4th 2018)
Handle the case where Capistrano's local_user
isn't set, thanks to @mochizukikotaro #35 - closes #34
Version 2.10.0 (January 26th 2018)
Adds support for broadcasting to multiple Slack channels thanks to #33
Version 2.9.0 (July 25th 2016)
Allow custom fields to be passed into the slack_fields payload thanks to #31
Version 2.8.0 (June 10th 2016)
Add the mrkdwn_in
property to format on attachment fields thanks to #30
Version 2.7.1 (May 10th 2016)
Adds support for cap <env> doctor
command introduced in latest version of Capistrano thanks to #29
Version 2.7.0 (April 14th 2016)
Adds ability to customise number of attachment fields thanks to #28
Version 2.6.1 (March 7th 2016)
Silence curl progress bars thanks to #26
Version 2.6.0 (August 7th 2015)
Slack message now includes the release hosts thanks to #23