Skip to content

0.6.0 Version

Compare
Choose a tag to compare
@bcorne bcorne released this 31 Aug 17:11
  • new features :
    • support for multiple attachments in messages
    • support for slack actions in attachments
    • ability to set the presence status of the bot
    • ability to list the available emojis
    • ability to get the installed integrations
    • ability to get Slack team infos
    • ability to upload file
    • support of new events :
      • SlackDisconnected events to act when the bot is disconnected
      • Channel joined / left events
  • bug fixes :
    • No existing way to get the Team name by the bot (#117)
    • And some others not listed in the open issues
  • Important note :

The next version scheduled is the 1.0.0 which will contain some compatibility breaks. The major break being the library used to parse JSON, moving from simple-JSON to GSON. So far the development was made on a separate branch. Since this release it will be moved to the master branch.

Only bugfixes will be made on the 0.6.0 version. Next improvements will done only on the master branch and so will be able on 1.x.x versions