You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.