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.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


...