Skip to content

Releases: ioBroker/ioBroker.node-red

Release v2.3.0

16 Apr 23:57
Compare
Choose a tag to compare

BREAKING update from node-red-contrib-aggregator: topic is NOT converted to lowercase anymore!
update to node-red 1.3.2
Add done calls to OutNode

Release v2.2.0

07 Mar 20:56
Compare
Choose a tag to compare

(Apollon77/mickym2) Correct readonly flags. IMPORTANT: Notw Readonly works as it should be. If you worked around the issue before please adjust your nodes!
Fix using wildcards inside the id
Update value on out node trigger
Update to node-red 1.2.9
Add triggering in Nodes when delayed initialization on start
Fix list node to support all object types

Release v2.1.0

04 Feb 06:38
Compare
Choose a tag to compare

Try to fix the MaxSubscribes error when having many nodes
Update to node-red 1.2.8

Release v2.0.4

20 Jan 20:01
Compare
Choose a tag to compare

Fixed node-red modules installation

Release v2.0.3

27 Dec 12:24
Compare
Choose a tag to compare

make sure empty state values do not crash list node

Breaking changes: Replaced HTTP basic authentication by Node-RED login form (adminAuth)

20 Jun 15:32
Compare
Choose a tag to compare

2.0.0 (2020-06-20)

  • (Apollon77) check object and not state to detect if an object exists
  • (jwiesel) Updated settings.js to incorporate latest changes up to Node-RED 1.0.6
  • (jwiesel) Replaced HTTP basic authentication by Node-RED login form (adminAuth)
  • (jwiesel) Replaced MD5 password hashing by bcrypt.js as recommended in the Node-RED security guide.
  • (bluefox) Hide the palette manager so all the packets must be installed via ioBroker configuration dialog

Caution: For those who already used Node-Red authentication: Please set your password in the Node-Red instance settings in ioBroker again! Otherwise you cannot login to Node-Red any longer after the upgrade.

Node-red upgrade to 1.0.6 and fixes

29 Apr 05:33
Compare
Choose a tag to compare

1.17.2 (2020-04-29)

  • (Apollon77) check object and not state to detect if an object exists
  • (Apollon77) update node-red to 1.0.6 and deps
  • (Apollon77) make sure adapter namespace is prepended in all situations and so correct objects are created
  • (Apollon77) fix crash cases
  • (Apollon77) make sure msg topic is not overwritten by null

"Fire on start" for the input node was implemented

17 Mar 16:18
Compare
Choose a tag to compare

1.16.5 (2020-03-17)

  • (bluefox) Caught errors if state deleted
  • (bluefox) "Fire on start" for the input node was implemented
  • (bluefox) Logging settings added for node compatibility

1.16.4 Enhance the State ID check Regex to allow All Characters for State-IDs

16 Mar 16:17
Compare
Choose a tag to compare

Fix potnetial crash case in input node

14 Mar 21:06
Compare
Choose a tag to compare