Releases: IgnitionModuleDevelopmentCommunity/IgnitionNode-RED
Releases · IgnitionModuleDevelopmentCommunity/IgnitionNode-RED
2.0.1: Fixed issue with NodeRED node
- Fixed problem when trying to browse for empty tagPath (removed the default to "edge")
2.0.0: Updated to Ignition 8.3
Updated to support new web UI and REST API for Ignition 8.3
1.5.18: Updated for Ignition 8.1.48
- 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
- Added security impersonation to the API token that gets passed into reads/writes/browses
1.5.16: Fixed tag browsing issues
- 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
- 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
- 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+
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
- 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
- Fixed issue with saving heartbeat and message type on ignition-tag-read-ws node