* Don't open socket until after application startup. * Support `--backlog`.
0.11.1
Not secure
* Use a more liberal `h11` dependency. Either `0.8.*` or `0.9.*``.
0.11.0
Not secure
* Fix reload/multiprocessing on Windows with Python 3.8. * Drop IOCP support. (Required for fix above.) * Add `uvicorn --version` flag. * Add `--use-colors` and `--no-use-colors` flags. * Display port correctly, when auto port selection isused with `--port=0`.
0.10.8
Not secure
* Fix reload/multiprocessing error.
0.10.7
Not secure
* Use resource_sharer.DupSocket to resolve socket sharing on Windows.