fastapi-uvicorn-gunicorn-nginx-supervisor-boilerplate
                                
                                
                                
                                    fastapi-uvicorn-gunicorn-nginx-supervisor-boilerplate copied to clipboard
                            
                            
                            
                        Bump uvicorn from 0.11.3 to 0.11.7
Bumps uvicorn from 0.11.3 to 0.11.7.
Release notes
Sourced from uvicorn's releases.
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
 .pyfiles.
Changelog
Sourced from uvicorn's changelog.
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.
 0.11.6
- Fix overriding the root logger.
 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.
 0.11.4
- Use
 watchgod, if installed, for watching code changes.- Watch all files, not just .py.
 - Pass through gunicorn timeout config.
 
Commits
178bee6Version 0.11.7 (#726)a796e1dCorrected --proxy-headers client ip/host when using a unix socket (#636)895807fQuote path component before logging (#724)789e2f1Disallow invalid header characters (#725)81f2136Brings back windows testing to CI (#685)f623916Release version 0.11.6 (#705)6757386Removing iocp mentions from documentation (#692)77468dfAdd --app-dir option for running uvicorn from any location (#619)9b92925Document default backlog setting (#682)2dcbb13Fix typo. (#676)- Additional commits viewable in compare view
 
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.