Skip to content

v0.58.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 10:18
ed191ed

0.58.0 (2023-11-07)

⚠ BREAKING CHANGES

  • switch: When using the service nodered.trigger the message object will merge at the top level. Before it was added at msg.payload

Bug Fixes

  • get-entities: Handle JSONata error in rules (cbc1f48), closes #1130
  • Remove config from entity category (19e16f2)
  • switch: Insert trigger message in top level not in payload (5762f49)
  • wait-until: Handle non existent entities (a524e45), closes #1127