Skip to content

Releases: abrom/rocketchat-ruby

v0.1.16

03 Oct 02:24
Compare
Choose a tag to compare
  • Drop Ruby 2.0 from build matrix
  • Add support for channels.online
  • Added rubocop-rspec dependency and fixed new lints

v0.1.15

21 Dec 05:29
Compare
Choose a tag to compare

Updated yard to resolve potential security vulnerability
Updated rubocop and fixed style warnings

v0.1.14

09 Oct 04:51
Compare
Choose a tag to compare

Fixed up rubocop warnings
Added room/channel kick function [@hardik127]

v0.1.13

09 Oct 04:49
Compare
Choose a tag to compare

Added support for channel/group addAll endpoint

v0.1.12

27 Aug 14:24
Compare
Choose a tag to compare

Fix request helper for get requests to build URI based on how API expects it

v0.1.11

22 Aug 00:01
Compare
Choose a tag to compare
  • Support add/remove moderator room type methods #14
  • Fix bug with missing require (net/http) #17
  • Improve handling of response errors #15

v0.1.10

30 Jul 14:04
Compare
Choose a tag to compare

Allow the user of query parameter in groups list search
Remove patch version from ruby build matrix

v0.1.9

15 Jul 15:56
Compare
Choose a tag to compare

Fix chat message handler function definitions to support ruby 2.0

v0.1.8

15 Jul 15:42
Compare
Choose a tag to compare

Add support for Chat APIs:

  • chat.delete
  • chat.getMessage
  • chat.postMessage
  • chat.update

v0.1.7

15 Jul 15:41
Compare
Choose a tag to compare

Add channel/group archive and unarchive message support