Skip to content

Releases: Rainbow-CPaaS/node-red-contrib-ale-rainbow

Rainbow SDK update

15 Apr 08:16
7e69380
Compare
Choose a tag to compare

Update Rainbow SDK dependency to v2.21.0-lts.0 which improve connection stability.

Rainbow SDK update

06 Jan 17:22
9726378
Compare
Choose a tag to compare

Update Rainbow Node SDK to v.2.16.1-lts.3

Rainbow SDK & dependencies update

11 Oct 10:51
ef6809d
Compare
Choose a tag to compare
  • Update Rainbow SDK to v2.16.0-lts.0
    Fix re-connection issues.
  • Fix dependencies issues with recent version of Node.js
  • Implementation of a new option : sendRetryOnReconnect Keep message to send in a buffer when the connection is down and resend it when connection is up again. The buffer length is limited to 500 entries.
    The resent message content can be prefixed with a configurable text. The keywork :DATE: can be used inside and will be replaced by the date of initial message.

Sandbox/Official Rainbow platform

13 Nov 14:28
Compare
Choose a tag to compare

[1.3.6] - 2018-11-06

Login node: add host selection to choose between sandbox and official rainbow systems.

Correct JSON.stringify problem

11 Apr 09:58
Compare
Choose a tag to compare
  • Remove JSON.stringify logs which crashed (circular)
  • Add counter to Send_IM node

Multiuser

11 Apr 07:22
Compare
Choose a tag to compare
  • Jump to 1.3 version: multi user supported (needs also dependency rainbow-node-sdk v1.39.0)
  • thanks to Loic Jehanno for his help !
  • git issues/4 corrected also (Error while Deploy (stop/start) with Contacts._onRosterPresenceChanged in dependency)

v1.2.8

28 Mar 20:52
Compare
Choose a tag to compare

v1.2.7

05 Mar 14:48
Compare
Choose a tag to compare
  • Notified_IM now also give payload.contact which contains sender informations
  • Dependency update: SDK Node.js

v1.2.6

05 Feb 13:28
Compare
Choose a tag to compare
  • Add some documentation on usable parameters got from Notified_IM
  • Add Markdown support (alternative content)
  • new dependency version should correct some "Deploy" problem in visual editor tool (not all): SDK for Node.JS 1.36.1

v1.2.5: Not reproductible: closing issue onRainbowError() : XMPPERROR #5

24 Jan 14:30
Compare
Choose a tag to compare

Not reproductible: closing issue onRainbowError() : XMPPERROR #5
Rewite some docs in nodes to match new node-red format, update the README.md
Refactor code
There are "Error while Deploy (stop/start)" which should be corrected with next dependency version (Rainbow Node.js SDK)
Added in Notified_IM node 2 filters: filterContact and filterCompany to only accept message from a user of from a company
Corrected issue: RegExp Filter typo #6