Skip to content

Releases: Rainbow-CPaaS/Rainbow-Node-SDK

SDK for Node.JS 1.36.1

02 Feb 19:41
Compare
Choose a tag to compare
  • #CRRAINB-1729: remove log from console in Channels service

SDK for Node.JS 1.36.0

02 Feb 17:29
Compare
Choose a tag to compare
  • #CRRAINB-1530: Stop XMPP connection correctly on stop()
  • #CRRAINB-1534: Adapt channels API to changes from server
  • #CRRAINB-1540: Add API getMessagesFromChannel() to retrieve messages from a channel
  • #CRRAINB-1541: Fix API documentation for property connectedUser
  • #CRRAINB-1542: Add API sendMessageToContact() and sendMessageToBubble()
  • #CRRAINB-1579: Avoid crash on multiple signout()
  • #CRRAINB-1628: Avoid crash when evaluating XMPP connection error
  • #CRRAINB-1631: Avoid crash when the network is lost and launch the reconnection procedure
  • #CRRAINB-1637: Increase attempt and MAX_DELAY when trying to reconnect the REST part
  • #CRRAINB-1639: API getContactByLoginEmail(), getContactById(), getContactsByJid() doesn't work as expected
  • #CRRAINB-1667: Fix crash when getting the bubbles list

SDK for Node.JS 1.35.3 - Pre 1.36.0

02 Feb 17:29
Compare
Choose a tag to compare
Pre-release

Some fixes from the 1.36 branch

SDK for Node.JS 1.35.2

02 Feb 17:29
Compare
Choose a tag to compare
  • #CRRAINB-1519: Impossible to update group name

SDK for Node.JS 1.35.1

12 Jan 19:12
Compare
Choose a tag to compare
  • #CRRAINB-1463: Fix typo in guides Getting_Started, Proxy, Readme and Connecting to Rainbow that had bad application parameters name.

SDK for Node.JS 1.35.0

12 Jan 19:11
Compare
Choose a tag to compare
  • #CRRAINB-1450: Replace JID by fullJID when sending a P2P message to avoid crash
  • #CRRAINB-1451: Fix typo in guide Managing contacts with API getContactByLoginEmail that returns an array and not the contact directly
  • #CRRAINB-1452: Update FOSS WS (DOS fix) and request (latest version available)
  • #CRRAINB-1458: Add better explanation in guides Getting started and Connecting to Rainbow on configuration parameters.
  • #CRRAINB-1459: Describe missing API sendMessageToJid() and sendMessageToBubbleJid() to sending messages in guide Answering chat messages

Rainbow SDK for Node.JS v1.34.0

16 Dec 13:26
Compare
Choose a tag to compare
  • #RQRAINB-513: Allow to send a POST request with a specific content-type
  • #RQRAINB-515: Add a ping mechanism from client side to server side when no stanza received during 70s
  • #RQRAINB-478: Manage content-type text/csv in server response
  • #CRRAINB-1222: Fix typo in guide `Managing Contacts``
  • #CRRAINB-1217: Token renew policy forbids users to connect - SDK

Rainbow SDK for Node.JS v1.33.3

01 Dec 15:27
Compare
Choose a tag to compare

#30078: Add User Agent in request

Rainbow SDK for Node.JS v1.33.2

30 Nov 15:40
Compare
Choose a tag to compare

#30070: Send unavailability when removing from a bubble

Rainbow SDK for Node.JS v1.33.1

27 Nov 13:10
Compare
Choose a tag to compare
  • #30007: Rename API findChannels to findChannelsByName and add findChannelsByTopic
  • #30016: API getUsersFromChannel() is paginated
  • #30023: Fix connection login issue
  • #29698: Application token renewal
  • #29880: Password with autogenerated character §, is not working on createAnonymousGuestUser call
  • #29704: Tutorial for channels
  • #29697: Channels