Skip to content

v1.4.0

Compare
Choose a tag to compare
@Chikashi-Kato Chikashi-Kato released this 27 Aug 17:46
· 31 commits to master since this release
817ee81

This release includes following changes.

  • #60 Use chat.postMessage API for posting a message
  • #61 Continue the process even if posting a message to Slack is failed

Note: From this version, webhook_url is marked as deprecated and using token is recommended.
For the backward compatibility, webhook_url still has greater precedence than token but following warning is output in stderr when it's specified.

slacktee.sh: webhook_url is deprecated but still set. Recommend to remove it and use token instead.