Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<a id="toggleAll" href="#">Expand/Collapse All to allow Search</a> <script type="text/javascript"> AJS.toInit(function () { AJS.$('#toggleAll').click(function() { jQuery(".expand-control").each(function()

{ jQuery(this).trigger("click");}

) }); }); </script>
<p>



Expand
titlev4.0.24 Sept 16, 2024


Expand
titleMQTT Distributor


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • No fixes



Expand
titleMQTT Engine


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • Fixed Alarm handling to support clearing of alarms before acknowledgement



Expand
titleMQTT Transmission


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • No fixes



Expand
titleMQTT Recorder


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • No fixes



Expand
titleAWS Injector


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • No fixes



Expand
titleAzure Injector


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • No fixes



Expand
titleGoogle Cloud Injector


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • No fixes



Expand
titleEFM ABB Totalflow


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • No fixes



Expand
titleEFM Emerson ROC


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • No fixes



Expand
titleOpto22 groov EPIC and SNAPPAC Driver


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • No fixes




Expand
titlev4.0.23 Sept 13, 2024


Expand
titleMQTT Distributor


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • Fixed issue that could cause Distributor to disconnect clients due to not receiving a PINGRESP even when data in still being received
  • Fixed socket close handling when no data is sent to support health checks



Expand
titleMQTT Engine


Expand
titleWhat's New or Improved
  • Added support for Alarm events via MQTT with Acknowledgments
  • Added ‘UNS Tag Tree’ support
  • Added ‘Delete UNS’ control tags to better support Edge Node deletion in UNS namespaces
  • Added info tags in MQTT Engine to better track the inbound message queue health
  • Added configuration option for inbound message thread pool sizing
  • Removed ‘URL validation’ is MQTT Engine that prevented duplicate IP/hostname definitions
  • Added support for Python system.cirruslink.engine.publish to take either a Server Name or a Server Set name
  • Added support for a configurable rebirth debounce delay instead of a hardcoded 5s


Expand
titleWhat's Fixed
  • Improved thread/queue handling for inbound messages to prevent ‘rebirth storms’
  • Fixed issue where MQTT Engine ‘overrides’ UDT instance member properties if the user has manually modified the Engine side UDT definition member properties
  • Fixed Engine server set migration to create a server set per server definition from Engine prior to adding server set support
  • Fixed issue that could cause MQTT Engine to not properly publish rebirth requests in some cases



Expand
titleMQTT Transmission


Expand
titleWhat's New or Improved
  • Added support for Alarm events via MQTT with Acknowledgments
  • Modified RPC clients to only be one per server set
  • Added a configuration option to delay birth fetching to allow consumption of tag change events that may occur with timestamps before ‘now’ and birth fetching
  • Added support for handling of multiple metrics in NCMD and DCMDs
  • Moved payload logging from TransmissionClientManager to TransmissionClient


Expand
titleWhat's Fixed
  • Fixed issue where MQTT Engine ‘overrides’ UDT instance member properties if the user has manually modified the Engine side UDT definition member properties
  • Fixed birth creation to reconcile the birth with tag change events during the birth building process
  • Fixed issue that could result in duplicate or incorrect generated aliases
  • Fixed issue that could cause Transmission to erroneously flush history when in-order after failing to publish a birth sequence
  • Fixed timestamp handling of Array, Document, and Dataset types now that Ignition resolved timestamp handling in Ignition 8.1.43
  • Added synchronization around RPC client startup/shutdown to prevent potential thread leak
  • Fixed escaping of table names in the disk-backed history store to support ‘-’ chars in Sparkplug IDs
  • Added/fixed support for null dataset values



Expand
titleMQTT Recorder


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • No fixes



Expand
titleAWS Injector


Expand
titleWhat's New or Improved
  • Added a configuration option to delay birth fetching to allow consumption of tag change events that may occur with timestamps before ‘now’ and birth fetching


Expand
titleWhat's Fixed
  • Fixed birth creation to reconcile the birth with tag change events during the birth building process
  • Fixed timestamp handling of Array, Document, and Dataset types now that Ignition resolved timestamp handling in Ignition 8.1.43
  • Fixed escaping of table names in the disk-backed history store to support ‘-’ chars in Sparkplug IDs
  • Added/fixed support for null dataset values



Expand
titleAzure Injector


Expand
titleWhat's New or Improved
  • Added a configuration option to delay birth fetching to allow consumption of tag change events that may occur with timestamps before ‘now’ and birth fetching


Expand
titleWhat's Fixed
  • Fixed birth creation to reconcile the birth with tag change events during the birth building process
  • Fixed timestamp handling of Array, Document, and Dataset types now that Ignition resolved timestamp handling in Ignition 8.1.43
  • Fixed escaping of table names in the disk-backed history store to support ‘-’ chars in Sparkplug IDs
  • Added/fixed support for null dataset values



Expand
titleGoogle Cloud Injector


Expand
titleWhat's New or Improved
  • Added a configuration option to delay birth fetching to allow consumption of tag change events that may occur with timestamps before ‘now’ and birth fetching


Expand
titleWhat's Fixed
  • Fixed birth creation to reconcile the birth with tag change events during the birth building process
  • Fixed timestamp handling of Array, Document, and Dataset types now that Ignition resolved timestamp handling in Ignition 8.1.43
  • Fixed escaping of table names in the disk-backed history store to support ‘-’ chars in Sparkplug IDs
  • Added/fixed support for null dataset values



Expand
titleEFM ABB Totalflow


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • Improved ABB CSV parsing to prevent edge case Exceptions
  • Fixed migration bug around CSV file handling
  • Potential problem when parsing @ROWLOOP @REPLACE with increment above 1



Expand
titleEFM Emerson ROC


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • No fixes



Expand
titleOpto22 groov EPIC and SNAPPAC Driver


Expand
titleWhat's New or Improved
  • No new features


Expand
titleWhat's Fixed
  • No fixes



...