Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

v2023.11.25.145

Choose a tag to compare

@dukeofharen dukeofharen released this 25 Nov 15:26
bf4697d
  • Fixed small oversight in dark mode in the UI (#326).
  • Fixed bug in the caching of the index.html of the UI (#327).
  • Show IPs when starting the application (#328).
  • HttPlaceholder can now internally make use of "distribution keys". This makes it easier in the future to split stubs, requests, responses etc. in several compartments (#331).
  • Replaced Postman examples with plain cURL examples in documentation, since Postman's scratchpad is being phased out (#332).
  • Scenarios are now saved in the stub source, so the scenarios will survive a restart now (#333).
  • Added Postgres stub storage (#334).
  • Added functionality to export a request, both throught the API, the .NET client and the UI. It is possible to export the request as cURL request (so you can perform the request directly in your terminal) or as HTTP Archive (or HAR) (#337).

BREAKING CHANGES

  • The logging of the Microsoft components is set to "warning and up" so the logging is a lot cleaner when running the application. If you also want to see this logging from info and down, enable verbose logging.
  • If you, for some reason, expect the scenario's to be cleared when restarting the application; you now need to clear it yourself using the API. If you use the "in memory" source, of course, everything is cleared on application restart, so here nothing changed.