Skip to content

Rainbow SDK for Node.JS 1.32.0

Compare
Choose a tag to compare
@oanguenot oanguenot released this 06 Nov 14:58
· 2686 commits to master since this release

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() and deleteGroup() have been added to manage groups.

  • New methods addUserInGroup() and removeUserFromGroup() have been added to manage a users in a group.

  • New events rainbow_ongroupcreated, rainbow_ongroupdeleted, rainbow_ongroupupdated, rainbow_onuseraddedingroup and rainbow_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 and Settings.