Skip to content

Releases: hipchat/hipchat-rb

v1.6.0

05 Jul 21:18
Compare
Choose a tag to compare

v 1.6.0 release

Removed support for Ruby 1.9.3
API v2 is the default API version now.
Added new functions for replying to a message, get the scopes of an OAuth token, get the auto join rooms and general bugfixes.

Known issues:
Because of the change in the default API version, you might get an error like this when using v1 api tokens.

Access denied to room `Deployments':
Response: {
  "error": {
    "code": 401,
    "message": "Invalid OAuth session",
    "type": "Unauthorized"
  }

Updating to a v2 API token will fix the issue. If this is not possible, setting api_version='v1' on the hipchat client instance creation will also fix the issue.

Version 1.5.4

12 Sep 01:58
Compare
Choose a tag to compare
v1.5.4

v1.5.3

28 Feb 20:07
Compare
Choose a tag to compare
Version 1.5.3