hipchat-rb v1.6.0 Release Notes

Release Date: 2017-07-05 // almost 7 years ago
  • 🚀 v 1.6.0 release

    ✂ Removed support for Ruby 1.9.3
    0️⃣ 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:
    0️⃣ 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.


Previous changes from v1.5.4