Skip to content

0.3.0

Compare
Choose a tag to compare
@skylord123 skylord123 released this 14 Jan 19:58
· 112 commits to master since this release

There are a few fixes in this release:

  • Messages used to get ignored if they were over 1 second old. This caused issues with messages being ignored on servers that took longer than a second to respond (cough matrix.org cough). Now it accepts all new messages. Moving forward any messages that are sent before Node-RED starts or gets deployed will be ignored (so that old messages don't pop up since the cache clears every deploy/node-red restart so old messages look like new ones).
  • When the matrix-server node would shut down (from a deployment) it wasn't properly shutting the old instance of the client down. This would cause messages to start duplicating X times (X being however many times you deployed since you last started Node-RED). This is now fixed.
  • Upgraded to matrix-js-sdk 15.3.0
  • Message processing is now done on the matrix-server node. Before if you had multiple matrix-receive nodes it would output one line per matrix-receive node into the log. Now it only outputs from the matrix-server node. Note that all messages get logged that are sent to rooms the bot is in whereas before it would only log message in rooms the matrix-receive node was configured for.
  • Fixed Shared secret registration failing if user_type was defined.