Releases: altwalker/live-viewer
Releases · altwalker/live-viewer
Version 0.4.2
Changelog
Added
- Refactor WebSocket Server to serve as an intermediate layer between the Reporter and the Browser (#14).
- Add
--graphwalker-hostoption to thewalkandonlinecommands (#17). - Add the
--verbose,--unvisitedand--blockedoptions to theonlineandwalkcommand (#18). - Add the
-hostand-portoptions to theopencommand (#19). - Add all the reporting options to the
onlineandwalkcommand (#20). - Add the
--import-modeoptions to theonlineandwalkcommands (#21). - Use the model-visualizer version 0.0.6 from jsDelivr (#55).
- Add a health check endpoint at
/healthz(#61). - Add a
/versionzendpoint 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
--delayoption (#22).
Version 0.4.1
(bugfix release)
Changelog
Fixed
- The
altwalker-viewer onlinecommand throws an "Executor type 'tests' is not supported" error. (#12)
Version 0.4.0
Changelog
- Initial release.