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>


Expand
titlev2.4.0 October 23, 2023


Expand
titleWhat's New or Improved
  • LDAP support for authentication and authorization of Chariot users and MQTT clients
  • Improved search/delete of Sparkplug Edge Nodes
  • Added alert for client failures to subscribe, client ID collision


Expand
titleWhat's Fixed
  • Improvements to log messages when client connections pre-empt existing connections with same client ID
  • Fixed issue where license activation is not available after restarting trial license



Expand
titlev2.3.4 June 27, 2023


Expand
titleWhat's New or Improved
  • Update to Java 11


Expand
titleWhat's Fixed
  • Suppressed channel closed errors
  • Improved failed license error logging
  • Fix for YAJSW install with packaged JVM
  • Fixes/improvements REST API validation and error handling
  • Fix for supporting Sparkplug messages with Metrics that contain no datatypes
  • Added publish of all retained messages on bridge client connect/reconnect
  • Added Sparkplug tracking from bridge clients
  • Fix for client ID collisions disconnecting existing clients when new connect failed
  • Fix for publishing LWT of client disconnected due to ID collision


...