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
Use file watches to check if the .yml stub files are updated on disk (#339).
When using YAML stubs; show the file location of the YAML stub in the user interface (#340).
Whenever a YAML file is updated, the change should be reflected in the user interface using web sockets (#340).
Fixed behavior in the frontend that, when uploading stubs through the upload button, the API is not DDOSed (which some stub sources like the SQLite stub source did not like) (#342).
Several fixes in the handling of form data within HttPlaceholder (#343).
Update form helpers so it is much easier to update a stub using the UI (#344).
BREAKING CHANGES
If you installed HttPlaceholder as .NET tool, you need to have the .NET 8 SDK installed on your machine. If you download the compiled version of HttPlaceholder for your OS, you do not need to have .NET installed so you will notice no changes.
In an ideal situation, you will not notice any difference. If your OS, however, does not have enough file watches or something else goes wrong so you can't use file watches, you can default to the "classic" situation where the .yml files are checked with every request. You need to provide the "--disableFileWatcher" option when starting HttPlaceholder.