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
titlev3.0.0 May 14, 2026


Expand
titleWhat's New or Improved
  • New and improved Chariot Licensing
    • Improved UI setup wizard
    • Purchase directly from the Chariot UI
    • Support for customer-hosted license servers and leased licenses
    • Metered pricing (IBSNOW module)
  • IoT Bridge for Snowflake module integrated into Chariot
  • Support for containerized Chariot with Docker
  • New Chariot UI notifications
  • Improved MQTT Client UI
    • Redesign to improve use experience
    • Single topic delete
    • Improved Sparkplug decoding
    • Graphical statistics
  • Improved Chariot UI grids with toggle columns and additional filtering options
  • Updated Chariot UI navigations to support Chariot's new feature module approach
  • Improved Chariot UI dashboard and new widgets
  • Improved Sparkplug tracking UI with refresh, linking, filtering, and message size details


Expand
titleWhat's Fixed
  • Fixed issue with ACLs when only publish topics are configured
  • Library upgrades and security fixes
  • Various minor bug fixes



Expand
titlev2.8.1 October 6, 2025


Expand
titleWhat's New or Improved
  • A new Sparkplug Tracking LITE mode that disables some tracking features to improve performance
  • New Chariot UI Dashboard Widgets
    • Client Rankings
    • MQTT Current Metrics
    • Sparkplug Status
  • Improve browser tab title


Expand
titleWhat's Fixed
  • Fixed MQTT Auth LDAP support
  • Fixed memory issue with partial packets for clients disconnected due to another client with the same ID
  • Various Chariot UI visual fixes


...