Skip to content

v0.1.4 -- Save Your Hard Drive

Compare
Choose a tag to compare
@jtpereyda jtpereyda released this 12 Mar 14:53
· 472 commits to master since this release
b8356ee

v0.1.4

Features

  • New Session options restart_callbacks, pre_send_callbacks, and post_test_case_callbacks to hand over custom callback functions.
  • New Session option fuzz_db_keep_only_n_pass_cases. This allowes saving only n test cases preceding a failure or error to the database.
  • Added logic to find next available port for web interface or disable the web interface.
  • Removed sleep logs when sleep time is zero.

Fixes

  • Windows process monitor now handles combination of proc_name and/or start_commands more reasonably
  • Windows process monitor handles certain errors more gracefully
  • Fixed target close behavior so post send callbacks can use the target.
  • Fixed a dependency issue in installation.