Skip to content

Releases: IgnitionModuleDevelopmentCommunity/IgnitionNode-RED

2.0.1: Fixed issue with NodeRED node

01 Dec 19:14

Choose a tag to compare

  • Fixed problem when trying to browse for empty tagPath (removed the default to "edge")

2.0.0: Updated to Ignition 8.3

28 Oct 23:29

Choose a tag to compare

Updated to support new web UI and REST API for Ignition 8.3

1.5.18: Updated for Ignition 8.1.48

24 Oct 22:43

Choose a tag to compare

  • Updated Jetty web socket library for 8.1.48
  • Fixed issue with websocket closing every 30 seconds without activity

1.5.17: Added security impersonation

08 Aug 23:05

Choose a tag to compare

  • Added security impersonation to the API token that gets passed into reads/writes/browses

1.5.16: Fixed tag browsing issues

06 Aug 00:05

Choose a tag to compare

  • Added support for browsing tag providers (root)
  • Fixed issue when browsing a path that doesn't exist

1.5.15: Added full support for Datasets and merged payloads

10 Aug 00:28

Choose a tag to compare

  • Added write support for Datasets
  • Made it so the nodes are not destructive on the payload. They now merge results.

1.5.14: Added support for Datasets and auditing tag writes

08 Aug 18:01

Choose a tag to compare

  • Added support for reading Datasets from Ignition
  • Added audit profile to token settings to log tag writes
  • Fixed bug with false or 0 value when writing to a single tag

1.5.13: Fix websockets functionality for Ignition 8.1.25+

28 Feb 00:48
1b923ce

Choose a tag to compare

This version applies one more fix to those from #32 related to how the websocket channel is setup. With Jetty 9, we called both a register and a setCreator method in order to configure the websocket creation. With Jetty 10, invoking that register method seems to take precedence over our prescribed creator and drive use of a no-arg constructor for the class instead. Removing that register call is all that is needed.

1.5.12: Updated servlet references for Jetty 10

17 Feb 17:07
e50ac2a

Choose a tag to compare

  • Bumped the module version from 1.5.11 to 1.5.12
  • Also bumped the module artifact versions from 1.0.0 to 1.1.0
  • Set the required Ignition version to 8.1.25 (and made small adjustment to README to help folks find the appropriate module for older versions)

1.5.11: Fixed issue with saving node configuration

28 Sep 22:26

Choose a tag to compare

  • Fixed issue with saving heartbeat and message type on ignition-tag-read-ws node