Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@rberrelleza rberrelleza released this 05 Jul 21:18
· 16 commits to master since this release

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.