Skip to content

Releases: slack-go/slack

v0.6.1

24 Feb 13:20
Compare
Choose a tag to compare

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

v0.4.0

15 Oct 15:07
Compare
Choose a tag to compare

see changelog.

Release v0.2.0

10 Feb 15:21
Compare
Choose a tag to compare

Release adds a bunch of functionality and improvements, mainly to give people a recent version to vendor against.

v0.1.0 - May 28, 2017

28 May 20:27
Compare
Choose a tag to compare

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.

crazy hog

26 Jul 20:09
Compare
Choose a tag to compare

This release exists so that I can go and merge some breaking changes.
It also gets me into the habit of doing releases.