Skip to content

v0.8.2 - Modern Slack bot API support

Compare
Choose a tag to compare
@clockworksoul clockworksoul released this 05 Oct 15:52
· 91 commits to main since this release

Long delayed, much anticipated, this release includes a number of minor, and at least one very useful feature: the addition of a new Slack adapter that uses the newer socket mode for Slack bots instead of the deprecated Real Time Messaging API! (#108).

Socket mode is enabled by specifying the new app_token and bot_token fields of the slack config yaml instead of the Classic api_token field. Using a "Classic" Slack app is still supported, but results in a deprecation warning.

Other changes include:

  • The gort bundle install command now accepts piped input from stdin (#101).

  • Some missing fields were added to some gort subcommands (#100, #104, and #106).

  • A bug was fixed in which uninstalling any bundle version would disable all bundles of same type (#107).

Full Changelog: v0.8.1...v0.8.2