Skip to content

Version 0.4.2

Latest
Compare
Choose a tag to compare
@Robert-96 Robert-96 released this 29 Mar 15:15
· 4 commits to main since this release

Changelog

Added

  • Refactor WebSocket Server to serve as an intermediate layer between the Reporter and the Browser (#14).
  • Add --graphwalker-host option to the walk and online commands (#17).
  • Add the --verbose, --unvisited and --blocked options to the online and walk command (#18).
  • Add the -host and -port options to the open command (#19).
  • Add all the reporting options to the online and walk command (#20).
  • Add the --import-mode options to the online and walk commands (#21).
  • Use the model-visualizer version 0.0.6 from jsDelivr (#55).
  • Add a health check endpoint at /healthz (#61).
  • Add a /versionz endpoint for getting the server version (#63).

Fixed

  • Fix issue where the WebSocket client from the Browser disconnects during lengthy step execution (#29).
  • Fix issue where the LiveViewer displays last executed step as current step (#30).

Removed

  • Remove the --delay option (#22).