Skip to content

Releases: RocketChat/hubot-rocketchat

v1.0.11

07 Aug 19:15
0f3b532
Compare
Choose a tag to compare

Fix bug that prevented bot from responding to DM's

v1.0.10

25 Jul 21:54
Compare
Choose a tag to compare

Bug fix release. v1.0.9 required Rocket.Chat version 0.57.0

This release is backwards compatible with older versions

v1.0.9

13 Jul 17:49
Compare
Choose a tag to compare

Note: Requires Rocket.Chat 0.57.0

Features

  • getRoomName added #214
  • Add ability to turn responding to livechat messages on #211
  • Emoji parameter now included in customMessage method #220

Fixes

  • Fix attachments not being included #193
  • Fix sendMessage not returning a promise #197
  • Fix hanging on failed login #204

Other

  • Bumped nodejs version in docker to: 4.8.3 #216
  • Bumped nodejs version used in travis to: 4.8.3 #221

V1.0.6

21 Oct 18:17
Compare
Choose a tag to compare

Add missing message params to set user name and avatar via #170
Add getRoomId to adapter via #168

v1.0.5

23 Sep 14:04
9792003
Compare
Choose a tag to compare
  • Add checks for var existance

v1.0.4

11 Sep 22:31
Compare
Choose a tag to compare

Release only compatible with 0.36.0 or higher of Rocket.Chat. Please use v0.1.4 for older versions.

Additions:

  • no feature addition
  • rebuild docker images to include updated dependencies
  • compatibility with SSL secured sites (https://) fixes #95

v1.0.3

23 Aug 16:20
Compare
Choose a tag to compare

Release only compatible with 0.36.0 or higher of Rocket.Chat. Please use v0.1.4 for older versions.

Additions:

  • Using new streaming method introduced into 0.36.0 of Rocket.Chat server via #154
  • Added attachment support via #148
    Example Usage:
robot.respond /some string/, (resp) ->
  if resp.message.attachment?
    {attachment} = resp.message
    console.log attachment.type, attachment.link
  • Don't @mention a user when replying in a direct message via #152
  • Allow sending of message with attachment via #150
  • Fix ldap breakage via #155

If you have any bugs please post an issue. If you need help scripting, join us over in #hubot

Special thanks to all of our contributors!

v0.1.4

04 Jun 16:38
Compare
Choose a tag to compare
  • Update docker file to use repo instead of npm via #128
  • Version number of adapter displayed during start up via #129
  • Continue hubot startup on reconnect via #132

v0.1.3

03 Jun 00:47
Compare
Choose a tag to compare

Skipping a few versions to match npm's version

  • Respond to unnamed DM's via #125
  • Set bot alias to rocket.chat user via #125
  • Version matches npm version

0.0.28

30 May 20:11
Compare
Choose a tag to compare
  • Add ability to respond to edited messages via #119 thanks to @nishimaki10
  • Filter empty room name via #117 thanks to @webflo