### SDK for Node.JS 1.50 - Decembre 2018
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 thetype
of data published in a channel (could bebasic
,markdown
,html
ordata
).
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 eventrainbow_onchannelmessagedeletedreceived
.