Releases: encode/uvicorn
Releases · encode/uvicorn
Version 0.13.0
0.13.0 - 2020-12-08
Added
0.12.3 - 2020-11-21
0.12.2 - 2020-10-19
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
0.12.1 - 2020-09-30
Version 0.12.0
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
Fixed
Version 0.11.8
Version 0.11.7
0.11.7
- SECURITY FIX: Prevent sending invalid HTTP header names and values.
- SECURITY FIX: Ensure path value is escaped before logging to the console.
Version 0.11.6
- Fix overriding the root logger.
Version 0.11.5
- Revert "Watch all files, not just .py" due to unexpected side effects.
- Revert "Pass through gunicorn timeout config." due to unexpected side effects.
Version 0.11.4
- Use
watchgod
, if installed, for watching code changes. - Reload application when any files in watched directories change, not just
.py
files.