Skip to content

v2022.8.7.27

Compare
Choose a tag to compare
@dukeofharen dukeofharen released this 07 Aug 20:33
6e90e43
  • Order stub execution results in UI alphabetically (#250).
  • Sort and group configuration items in help page in terminal (#250).
  • Added option to response body helper to format JSON and XML strings (#250).
  • Updated YAML input formatting so a neat error message is returned if the YAML is invalid (#250).
  • Added option to go to stub when viewing stub execution result under request (#250).
  • Updated form body viewer in UI to correctly show request body if the sent body isn't actually a valid form body (#250).
  • Updated "request to stub" handler for form body. When form handler yields no results (e.g. form body is invalid) the handler will not be executed (#250).
  • Updated "update stub" endpoint so an HTTP 404 is returned when the stub ID in the URL does not exist (#250).
  • Fixed logging for condition checkers (#250).
  • Added response body parsers for scenario state and hit count (#182).
  • Added MkDocs project for the documentation. Release documentation as separate artifact and also package the documentation with the HttPlaceholder user interface (#254).

BREAKING CHANGES

  • Update stub call now returns HTTP 404 if the stub ID in the URL does not exist. This was HTTP 204 before.