uvicorn v0.13.1 Release Notes

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

    ๐Ÿ›  Fixed

    • Prevent exceptions when the ASGI application rejects a connection during the WebSocket handshake, when running on both --ws wsproto or --ws websockets. (Pull #704 and #881)
    • ๐Ÿ”Š Ensure connection scope doesn't leak in logs when using JSON log formatters. (Pull #859 and #884)