Releases: slack-go/slack
Releases · slack-go/slack
v0.6.1
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 togithub.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
v0.4.0
see changelog.
Release v0.2.0
Release adds a bunch of functionality and improvements, mainly to give people a recent version to vendor against.
v0.1.0 - May 28, 2017
This is released before adding context support, see #167.
As the used context package is the one from Go 1.7 this will be the last compatible with Go < 1.7.