uvicorn v0.13.3 Release Notes

Release Date: 2020-12-29 // over 3 years ago
  • 🛠 Fixed

    • 🚦 Prevent swallowing of return codes from subprocess when running with Gunicorn by properly resetting signals. (Pull #895)
    • ⚠ Tweak detection of app factories to be more robust. A warning is now logged when passing a factory without the --factory flag. (Pull #914)
    • Properly clean tasks when handshake is aborted when running with --ws websockets. (Pull #921)