Skip to content

Releases: dukeofharen/httplaceholder

v0.4.0.54

19 Oct 14:21
Compare
Choose a tag to compare
  • Fixed caching issue in API.
  • Added possibility to assign tenants to stubs and added API endpoints for tenants.
  • Added logic for determining which stub to choose if multiple conflicting stubs are found.
  • It is now possible to add a stub without any conditions.
  • Stub priority is 0 by default.
  • Added page in UI to download all stubs.

v0.4.0.45

07 Oct 21:31
Compare
Choose a tag to compare
  • Implemented file storage; stubs are written to disk when they are added through the API and requests are also added to disk whenever a URL is called.
  • Added several UI changes for management UI.
  • Added login form to UI; shown when authentication is enabled on API.
  • Added priority to stubs so HttPlaceholder can decide which stub to use if multiple stubs are found for one request.
  • Added condition checker for form values.

v0.3.0.35

02 Sep 21:33
Compare
Choose a tag to compare
  • Added UI written with Vue.js for administering HttPlaceholder.

v0.2.0.27

30 Aug 18:26
Compare
Choose a tag to compare
  • Re-added lost private key for HTTPS
  • Added condition checker for hostname
  • Added HTML response writer
  • Added "is HTTPS" condition checker

v0.2.0.16

17 Jul 19:15
Compare
Choose a tag to compare
  • Upgrade to .NET Core 2.1
  • Added command line option to disable detailed request logging on the command line.
  • Added response writer for JSON.
  • Added response writer for XML.
  • Added shorthand response writers for easy temporary and permanent redirects.
  • Greatly improved request logging.
  • Updated XPath condition checker so .NET's XPath implementation doesn't complain anymore if no namespaces are configured for an XML file that does have namespaces (some Regex trickery).
  • Added condition checker for checking client IP address.
  • Updated project so hosting in IIS through the .NET Core Hosting Bundle is now possible and also added installation instructions for this hosting scenario.
  • Added a separate config.json file which can be used instead of providing command line arguments.

v0.1.0.8

04 Jul 21:17
Compare
Choose a tag to compare
  • Lots and lots of refactorings.
  • Added several new condition checkers.
  • Added several new response writers.

v0.0.1.4-beta

09 May 20:56
Compare
Choose a tag to compare
v0.0.1.4-beta Pre-release
Pre-release
  • Improved logging.
  • If multiple stubs are found, the first one is returned.
  • Made it possible to set the HTTP port the application is assigned.
  • Added X-Placeholder-Correlation header to every response.
  • Added the possibility to add a file as response to the stub YAML file.