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.2 February 14, 2024


Expand
titleWhat's New or Improved



Expand
titleWhat's Fixed
  • Fixed bug with installation scripts on Linux



Expand
titlev2.4.1 February 7, 2024


Expand
titleWhat's New or Improved



Expand
titleWhat's Fixed
  • Fixed connection issues with clients with no specified client ID
  • Fixed possible minor delay in processing QoS 2 messages
  • Fixed LDAP connection issues across Chariot restarts
  • Fixed LDAP configuration form bug when updating through UI
  • Fixed LDAP queries hitting result limit
  • Fixed support for escape characters in LDAP entry DNs
  • Fixed high CPU usage when running bridged connections
  • Fixed issue with Chariot startup using default HTTP/HTTPS ports



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


...