Skip to content

v0.4.1 - Support run fake server in background 🍻

Choose a tag to compare

@github-actions github-actions released this 05 Mar 00:20
· 412 commits to master since this release
0f850a9

🎉 New feature

  1. Support running fake server process in background and redirect the access log to the specific log file.
    1. --daemon: daemonize the fake server process.
    2. --access-log-file: redirect the fake server access log to the specific file.

🪲 Bug Fix

  1. Fix the issue about it cannot get the correct versioning info in documentation.

📑 Docs

  1. Update the content for new command line options.

🤖 Upgrade dependencies

  1. Upgrade pre-commit dependencies.