Skip to content

v2022.9.3.59

Compare
Choose a tag to compare
@dukeofharen dukeofharen released this 03 Sep 09:47
6bec26b
  • Fixed link to API docs (#256).
  • The YAML file stub contents are no longer logged when there are any YAML stub files and the logging is set to verbose (#256).
  • When setting verbose logging on with environment variable, it now also logs the configuration (#256).
  • Removed .NET client doc generation. Not that interesting, we already have an example project and the code is already documented for anyone interested (#256).
  • Make it possible to select multiple examples when you are inserting a variable parsing handler in the stub response (#262).
  • Make it possible to insert fake data in the stub response using Bogus (#72).
  • Update UI whenever a scenario is added, updated or deleted (#259).
  • Added 3 more string checker options: minlength, maxlength and exactlength (#257).
  • Add response option to return "connection reset" (#258).
  • Added extra options to "extra duration" response writer so a "min" and "max" value can be provided (#260).

BREAKING CHANGES

  • Minor one, but the YAML file stub contents are no longer logged when there are any YAML stub files and the logging is set to verbose.