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.7.0 June 16, 2025


Expand
titleWhat's New or Improved
  • Chariot UI Redesign
    • Improved look and feel
    • MQTT data trends on dashboard
    • Integrated Test Client into main UI
    • Improved navigation and resource linking
  • New feature to allow removal of persisted client sessions
  • New feature to enforce unique LWT topics for connecting clients
  • New feature to publish Sparkplug Edge Node Rebirth requests


Expand
titleWhat's Fixed
  • Fixed bug where Chariot Client can get in a state where it won't connect
  • Added "client" domain role permissions
  • Fixed handling of failed subscriptions on invalid topic filters
  • Fixed config file handling and removed coersion to string typesients



Expand
titlev2.6.0 September 24, 2024


Expand
titleWhat's New or Improved
  • New built-in MQTT client
    • Connect to any MQTT servers to publish and subscribe
    • Multiple simultaneous connections
    • Topic tree viewer
  • Improvements LDAP/AD Source configurations
    • Added setting to use auto/suffix/prefix logic for the system username
    • Support multiple base DNs
    • Support search and bind with found DN if suffix/prefix is not configured


Expand
titleWhat's Fixed
  • Fixed closing of client connect when no data sent
  • Fixed bug where DUP flag was sometimes incorrectly set on Control Packets
  • Various minor fixes to internal MQTT client
  • Fixed bug with LDAP/AD source export
  • Fixed bug with LDAP auth failure when multiple sources are configured
  • Scrubbed some LDAP/AD source credentials from logs
  • Fixed bug with case sensitivity in AD source usernames
  • Removed storing QoS 0 messages for offline persisted clients


...