uvicorn v0.15.0 Release Notes

Release Date: 2021-08-13 // over 2 years ago
  • โž• Added

    • ๐Ÿ”„ Change reload to be configurable with glob patterns. Currently only .py files are watched, which is different from the previous default behavior. (#820) 08/08/21
    • โž• Add Python 3.10-rc.1 support. Now the server uses asyncio.run which will: start a fresh asyncio event loop, on shutdown cancel any background tasks rather than aborting them, aexit any remaining async generators, and shutdown the default ThreadPoolExecutor. (#1070) 30/07/21
    • ๐Ÿ‘ท Exit with status 3 when worker starts failed (#1077) 22/06/21
    • โž• Add option to set websocket ping interval and timeout (#1048) 09/06/21
    • Adapt bind_socket to make it usable with multiple processes (#1009) 21/06/21
    • โž• Add existence check to the reload directory(ies) (#1089) 21/06/21
    • โž• Add missing trace log for websocket protocols (#1083) 19/06/21
    • ๐Ÿ‘Œ Support disabling default Server and Date headers (#818) 11/06/21

    ๐Ÿ”„ Changed

    • โž• Add PEP440 compliant version of click (#1099) 29/06/21
    • โฌ†๏ธ Bump asgiref to 3.4.0 (#1100) 29/06/21

    ๐Ÿ›  Fixed

    • When receiving a SIGTERM supervisors now terminate their processes before joining them (#1069) 30/07/21
    • ๐Ÿ›  Fix the need of httptools on minimal installation (#1135) 30/07/21
    • ๐Ÿ›  Fix ping parameters annotation in Config class (#1127) 19/07/21