* Exit if `workers` or `reload` are use without an app import string style. * Reorganise supervisor processes to properly hand over sockets on windows.
0.10.5
Not secure
* Update uvloop dependency to 0.14+
0.10.4
Not secure
* Error clearly when `workers=<NUM>` is used with app instance, instead of an app import string. * Switch `--reload-dir` to current working directory by default.
0.10.3
Not secure
* Add ``--log-level trace`
0.10.2
Not secure
* Enable --proxy-headers by default.
0.10.1
Not secure
* Resolve issues with logging when using `--reload` or `--workers`. * Setup up root logger to capture output for all logger instances, not just `uvicorn.error` and `uvicorn.access`.