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



Expand
titlev2.3.3 May 5, 2023


Expand
titleWhat's New or Improved
  • AWS Marketplace support


Expand
titleWhat's Fixed
  • Fixed an issue with auto-reconnect for Bridge Client on keep alive timeout
  • Fixed an issue with handling of QoS 0 PUBLISH on recently disconnected client sessions



Expand
titlev2.3.2 April 24, 2023


Expand
titleWhat's New or Improved
  • AWS Marketplace support


Expand
titleWhat's Fixed




Expand
titlev2.3.1 March 30, 2023


Expand
titleWhat's New or Improved
  • Client-side certificate support
  • PKCS8 support for private keys


Expand
titleWhat's Fixed
  • Fixed issue with repeated failed client auth attempts causing too many open file descriptors
  • Fixed issue where log messages might not appear in the UI



Expand
titlev2.3.0 Nov 30, 2022


Expand
titleWhat's New or Improved
  • Added MQTT server bridging to/from other MQTT servers
  • Improved closing of socket connections to clients on shutdown
  • Improved error handling on failure to load Java KeyStore
  • Server no longer needs manual restart after SSL/TLS certs are updated
  • Better logging for the server's WebSocket listener startup failures
  • Added protection to prevent "admin" role from being removed from "admin" user
  • MQTT Clients now get disconnected when their credentials are changed
  • Removed default 'anonymous' MQTT Credential. Anonymous MQTT connections can now pub/sub on # by default.
  • Support for new Tahu version 1.0.0 and new Sparkplug B features/changes


Expand
titleWhat's Fixed
  • Fixed issue with retained LWT messages not getting stored when published by the server
  • Fixed rare issue with disconnect packet handling causing deadlock
  • Fixes for detecting maximum outbound message queues for clients


...