[NEW FEATURE] node-red-contrib-simple-gate (version 0.5.0)

This update enhances the capability for persistence of the node state, first introduced in version 0.2.0. Previously, only the default context store was used when the Restore from state saved in option was enabled. As a result, the state would not be preserved if the default store were volatile. Now, if more than one context store is defined in the settings.js file, the user has the option of selecting which storage module is used and can select a non-volatile store if one is available. The capability is now the same as in node-red-contrib-queue-gate.

This version also corrects a bug that would cause an error if a control message is received with a null payload.

This change is intended to be backward compatible with the previous version, but the improvement is so significant that users are urged to upgrade. Please report bugs or issues here or on GitHub.

2 Likes