Skip to content

v0.6.1

Compare
Choose a tag to compare
@ollieparsley ollieparsley released this 24 Feb 13:20
· 961 commits to master since this release

This is the first release since changing from nlopes/slack to slack-go/slack. Thanks @nlopes for all the help with this.

Changelog

  • Change all github.com/nlopes/slack references to github.com/slack-go/slack
  • Fixed websocket not being closed due to disconnect occurring during connection but before the connection is saved
  • Added pagination support for ListStars
  • Changed ListStarredAll to ListAllStars
  • Added support for desktop_notification event on RTM
  • Various other fixes and additional tests
  • Added PlainTextInputBlockElement and InputBlock elements