Rainbow SDK for Node.JS 1.32.0
SDK
-
New service
Groups
to organize contacts has been added. -
New guide Managing Groups has been added to explain how to have create groups and add users in.
-
Updating guide Answering Chat Messages to list the Markdown tags unofficially supported by the Rainbow Web client.
API
-
New methods
createGroup()
,getAll()
,getFavoriteGroups()
,getGroupByName()
,getGroupById()
anddeleteGroup()
have been added to manage groups. -
New methods
addUserInGroup()
andremoveUserFromGroup()
have been added to manage a users in a group. -
New events
rainbow_ongroupcreated
,rainbow_ongroupdeleted
,rainbow_ongroupupdated
,rainbow_onuseraddedingroup
andrainbow_onuserremovedfromgroup
have been added for listening to changes on groups.
BUGS
-
Fix issue with manual presence not dispatched to other connected ressources
-
Fix issue with offline resources that are not removed (memory leak)
-
Fix documentation issues for models
Bubble
,Contact
,Message
andSettings
.