Skip to content

### SDK for Node.JS 1.57 - June 2019

Compare
Choose a tag to compare
@vberder01 vberder01 released this 18 Jun 12:52
· 1972 commits to master since this release

3-Release SDK Breaking Changes

  • Warning: Starting January 2019, the LTS active version of Node.js migrated to version 10. This version of SDK Node.js is only compliant with this LTS active version.
    Consequently, you need to update your Node.js version to 10.x in order to use this release of the SDK Node.js.

API Breaking Changes

  • none

API Changes

  • Rename event rainbow_onownbubbledeleted to rainbow_onbubbledeleted when a bubble is deleted.

Others Changes

  • RQRAINB-1550 : Add AdminService::getContactInfos method to retrieve informations about a user (need to be loggued in as a admin)
  • RQRAINB-1550 : Add userInfo1 and userInfo2 value in Contact but it can only be filled for the current user himself and AdminService::getContactInfos methods
  • RQRAINB-1550 : Add AdminService::updateContactInfos : Set informations about a user (userInfo1, userInfo2, ...).
  • RQRAINB-1585 : Fix use of ErrorManager index.js
  • Update package.json "moment-duration-format": "^2.2.2" and npm audit fix
  • RQRAINB-1627 : Update to latest typescript engine