Skip to content

### SDK for Node.JS 1.50 - Decembre 2018

Compare
Choose a tag to compare
@vberder01 vberder01 released this 19 Dec 16:26
· 2200 commits to master since this release

3-Release SDK Breaking Changes

  • None.

API Breaking Changes

  • None.

API Changes

  • In service channels the method publishToChannel has been updated to follow the new channel api on server side. Now it is possible to define the type of data published in a channel (could be basic, markdown, html or data).

Others Changes

  • NodeJS 8.x end of active LTS period has been announced to 2019-01-01. Starting January, 31th 2019, we will no more support development done with that version. We encourage you to migrate your development to the current active LTS version of NodeJS which is now the 10.x version.
  • Fix parsing of stanza event message is deleted in a channel when the number of messages limit is reached and then raises the event rainbow_onchannelmessagedeletedreceived.