- Bump version from 0.11.0-alpha.1 to 0.11.0-alpha.2 (792c263)
- Merge pull request #41 from br3ndonland/uvicorn-config-options (fe582cb)
Add `UVICORN_CONFIG_OPTIONS` environment variable for catch-all configuration
- Document `UVICORN_CONFIG_OPTIONS` variable (509b4bf)
- Implement `UVICORN_CONFIG_OPTIONS` variable (a8773b6)
- Use pytest fixtures for test Uvicorn configs (2964358)
- Remove `mock_` prefixes from `tests/test_start.py` (0ef5dfc)
- Strip spaces from both ends of `RELOAD_DIRS` (3808f2c)
- Merge pull request #39 from br3ndonland/uvicorn-0.15 (043c929)
Upgrade to Uvicorn 0.15 and implement new reload options
- Update #39 with Sourcery refactorings from #40 (75b81a4)
- Document new Uvicorn 0.15 reload config options (95fe201)
- Implement new Uvicorn 0.15 reload config options (f4428dd)
- Upgrade to Uvicorn 0.15 (ffb47df)
- Clarify Debian slim Dockerfile example in docs (8b0ef55)