All Versions
46
Latest Version
Avg Release Cycle
36 days
Latest Release
523 days ago

Changelog History
Page 3

  • v0.13.1 Changes

    December 12, 2020

    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)
  • v0.13.0 Changes

    December 08, 2020

    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
  • v0.12.3 Changes

    November 21, 2020

    0.12.3 - 2020-11-21

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix race condition that leads Quart to hang with uvicorn (#848) 11/18/20 de21361
    • ๐Ÿ‘‰ Use latin1 when decoding X-Forwarded-* headers (#701) 11/12/20 45e6e83
    • ๐Ÿ‘ Rework IPv6 support (#837) 11/8/20 bdab488
    • Cancel old keepalive-trigger before setting new one. (#832) 10/26/20 d5dcf80
  • v0.12.2 Changes

    October 19, 2020

    0.12.2 - 2020-10-19

    โž• Added

    • โž• Adding ability to decrypt ssl key file (#808) 10/12/20 90dbb6e
    • ๐Ÿ‘Œ Support .yml log config files (#799) 10/6/20 b468950
    • โž• Added python 3.9 support (#804) 10/6/20 08fd055

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixes watchgod with common prefixes (#817) 10/14/20 1b32f99
    • ๐Ÿ›  Fix reload with ipv6 host (#803) 10/14/20 5acaee5
    • โž• Added cli suport for headers containing colon (#813) 10/12/20 6873289
    • ๐Ÿ Sharing socket across workers on windows (#802) 10/12/20 103167a
    • ๐Ÿ”ง Note the need to configure trusted "ips" when using unix sockets (#796) 10/4/20 a504c56
  • v0.12.1 Changes

    September 30, 2020

    0.12.1 - 2020-09-30

    ๐Ÿ”„ Changed

    • ๐Ÿ“Œ Pinning h11 and python-dotenv to min versions (#789) 9/29/20 bbf19c6
    • ๐Ÿ”€ Get docs/index.md in sync with README.md (#784) 9/29/20 70ebcfd

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improve changelog by pointing out breaking changes (#792) 9/29/20 e2b7506
  • v0.12.0 Changes

    September 28, 2020

    0.12.0 - 2020-09-28

    โž• Added

    • ๐Ÿ”ง Make reload delay configurable (#774) 9/28/20 9801002
    • โฌ†๏ธ Upgrade maximum h11 dependency version to 0.10 (#772) 8/28/20 54d729c
    • ๐Ÿ‘ Allow .json or .yaml --log-config files (#665) 8/18/20 093a1f7
    • โž• Add ASGI dict to the lifespan scope (#754) 8/15/20 8150c3e
    • โฌ†๏ธ Upgrade wsproto to 0.15.0 (#750) 8/13/20 fbce393
    • ๐Ÿ“ฆ Use optional package installs (#666) 8/10/20 5fa99a1

    ๐Ÿ”„ Changed

    • ๐ŸŒฒ Dont set log level for root logger (#767) 8/28/20 df81b16

    ๐Ÿ›  Fixed

    • โช Revert "Improve shutdown robustness when using --reload or multiprocessing (#620)" (#756) 8/28/20 ff4af12
    • ๐Ÿ›  Fix terminate error in windows (#744) 8/27/20 dd3b842
    • ๐Ÿ›  Fix bug where --log-config disables uvicorn loggers (#512) 8/11/20 a9c37cc
  • v0.11.8 Changes

    July 30, 2020

    0.11.8 - 2020-07-30

    • ๐Ÿ›  Fix a regression that caused Uvicorn to crash when using --interface=wsgi. (Pull #730)
    • ๐Ÿ›  Fix a regression that caused Uvicorn to crash when using unix domain sockets. (Pull #729)
  • v0.11.7 Changes

    July 28, 2020
    • ๐Ÿ”’ SECURITY FIX: Prevent sending invalid HTTP header names and values. (Pull #725)
    • ๐Ÿ”’ SECURITY FIX: Ensure path value is escaped before logging to the console. (Pull #724)
    • ๐Ÿ›  Fix --proxy-headers client IP and host when using a Unix socket. (Pull #636)
  • v0.11.6 Changes

    July 17, 2020
    • ๐Ÿ›  Fix overriding the root logger.
  • v0.11.5 Changes

    April 29, 2020
    • โช Revert "Watch all files, not just .py" due to unexpected side effects.
    • โช Revert "Pass through gunicorn timeout config." due to unexpected side effects.