Skip to content

Releases: altwalker/live-viewer

Version 0.4.2

29 Mar 15:15
Compare
Choose a tag to compare

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

Version 0.4.1

21 Sep 10:38
Compare
Choose a tag to compare

(bugfix release)

Changelog

Fixed

  • The altwalker-viewer online command throws an "Executor type 'tests' is not supported" error. (#12)

Version 0.4.0

20 Sep 17:53
c7edfbf
Compare
Choose a tag to compare

Changelog

  • Initial release.