Skip to content

v2023.4.25.130

Compare
Choose a tag to compare
@dukeofharen dukeofharen released this 25 Apr 06:13
780dab8
  • Upgraded to .NET 7 (#293).
  • Added "show more" button to request body for when the request body is very long (#294).
  • Added text file response writer (#295).
  • Updated request body variable parser to also support regular expressions to insert part of request body in the response body (#296).
  • An option was added to user the display URL variable parser with a regular expression, to parse only a part of the URL as part of your response (#297).
  • Updated the HTTP method condition checker so it is now possible to provide multiple HTTP methods if needed (#298).
  • Pressing "Cmd + S" now saves the stub form, instead of calling the browser save functionality (#300).
  • It is now possible, when importing a stub through the UI or the API, to also provide a stub ID prefix. All stubs imported in this batch will have this ID prefixed with the string you've provided (#302).

BREAKING CHANGES

  • If you use any of the pre-built binaries of HttPlaceholder, you won't notice anything with upgrading. If you use the .NET tool version of HttPlaceholder, you need to have .NET 7 installed from now on.
  • The interface of the import methods (CreateCurlStubsAsync, CreateHarStubsAsync and CreateOpenApiStubsAsync) changed. Instead of providing the parameters separately, you now need to pass a model. Updating the client will break the current calls to this method.