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.5.0 May 15, 2024


Expand
titleWhat's New or Improved
  • New Sparkplug Overview page with topology map
  • Enhanced auth source configs to include domain and username prefix/suffix fields
  • Added auth source configs to backup/restore
  • Added SSL cert detection on initial Chariot startup
  • Updated certs no longer require restart
  • Updated MQTT auth source setting to allow multiple sources and not require manual file changes


Expand
titleWhat's Fixed
  • Fixed license expiration bug in UI page
  • Fixed MQTT LDAP auth config enable/disable without restarting Chariot
  • Fixed packet identifier warnings in log



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


...