uvicorn v0.13.0 Release Notes

Release Date: 2020-12-08 // over 3 years ago
  • 0.13.0 - 2020-12-08

    ➕ Added

    • ➕ Add --factory flag to support factory-style application imports. (#875) 2020-12-07 50fc0d1
    • 🚦 Skip installation of signal handlers when not in the main thread. Allows using Server in multithreaded contexts without having to override .install_signal_handlers(). (#871) 2020-12-07 ce2ef45