0.9.0
Changelog
Feat
- make timestamp vars available (#169)
- slack!: add socket mode support (#171)
- rule: add limit_to_rooms (#184)
Enhance
Refactor
- log: convert from logrus to zerolog (#173) - thanks @alankan886
Chore
- deps: update alpine docker tag to v3.14 (#179)
BREAKING CHANGES
Slack:
slack_verification_token
has been removed. Useslack_signing_secret
instead. You'll find it close to where you find the verification token in the Slack admin pages, see https://api.slack.com/authentication/verifying-requests-from-slack#signing_secrets_admin_page.- RTM is out, Socket Mode is in. What used to work with just a
slack_token
(if you still had it working), now requires both theslack_token
and a newslack_app_token
. See the docs at https://target.github.io/flottbot-docs/.