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.3.1 March 30, 2023


Expand
titleWhat's New or Improved



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


...