-
Couldn't load subscription status.
- Fork 0
Update dependency uvicorn to v0.31.0 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mend-for-gitproxy.zycloud.tk
wants to merge
1
commit into
master
Choose a base branch
from
whitesource-remediate/uvicorn-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update dependency uvicorn to v0.31.0 #6
mend-for-gitproxy.zycloud.tk
wants to merge
1
commit into
master
from
whitesource-remediate/uvicorn-0.x
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
989d337 to
0c55eec
Compare
0c55eec to
b7abb11
Compare
b7abb11 to
99f296d
Compare
99f296d to
5f40ed5
Compare
5f40ed5 to
1303cbb
Compare
1303cbb to
fa86eff
Compare
fa86eff to
a9f4d41
Compare
a9f4d41 to
30d6e3a
Compare
30d6e3a to
afc149d
Compare
afc149d to
32ecbd9
Compare
32ecbd9 to
84194c4
Compare
84194c4 to
799cd51
Compare
799cd51 to
5dc0565
Compare
5dc0565 to
2258ee1
Compare
2258ee1 to
4f66fa1
Compare
4f66fa1 to
240a5a7
Compare
240a5a7 to
6f3ea39
Compare
6f3ea39 to
af5fdbc
Compare
af5fdbc to
ef38ad3
Compare
ef38ad3 to
bced9ab
Compare
bced9ab to
26d51a1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.17->==0.31.0==0.14->==0.31.0Release Notes
encode/uvicorn (uvicorn)
v0.31.0Compare Source
Added
Improve
ProxyHeadersMiddleware(#2468) and (#2231):on docker swarm/kubernetes, where the reverse proxy might have a dynamic IP.
v0.30.6Compare Source
Fixed
v0.30.5Compare Source
Fixed
v0.30.4Compare Source
Fixed
h11sets client state toMUST_CLOSE(#2375)v0.30.3Compare Source
Fixed
KeyboardInterruptfrom CLI and programmatic usage (#2384)ClientDisconnectinherits fromOSErrorinstead ofIOError(#2393)v0.30.2Compare Source
Added
reasonsupport towebsocket.disconnectevent (#2324)Fixed
v0.30.1Compare Source
Fixed
\tin response header values (#2345)v0.30.0Compare Source
Added
ConfigParseror aio.IO[Any]onlog_config(#1976)Fixed
content-lengthheader on 5xx (#2304)Deprecated
uvicorn.workersmodule (#2302)v0.29.0Compare Source
Added
v0.28.1Compare Source
Fixed
ClientDisconnectedon HTTP (#2276)v0.28.0Compare Source
Added
ClientDisconnectedonsend()when client disconnected (#2220)Fixed
AttributeErroronsys.stdin.fileno()for Windows IIS10 (#1947)X-Forwarded-Protofor WebSockets scheme when the proxy provides it (#2258)v0.27.1Compare Source
v0.27.0.post1Compare Source
Fixed
v0.27.0Compare Source
Fixed
v0.26.0Compare Source
Changed
--root-pathto include the root path prefix in the full ASGIpathas per the ASGI spec (#2213)__future__.annotationson some internal modules (#2199)v0.25.0Compare Source
Added
Fixed
--reload-include(#2176)uvicorn.run()(#2158)v0.24.0.post1Compare Source
Fixed
v0.24.0Compare Source
Fixed
v0.23.2Compare Source
Fixed
websocketsfrom 10.4 on 11.0 (#2061)v0.23.1Compare Source
Fixed
typing_extensionsfor Python 3.10 and lower (#2053)v0.23.0Compare Source
Added
--ws-max-queueparameter WebSockets (#2033)Removed
asgirefas typing dependency (#1999)Fixed
scope["scheme"]towsorwssinstead ofhttporhttpsonProxyHeadersMiddlewarefor WebSockets (#2043)Changed
ImportErroron circular import (#2040)logger.getEffectiveLevel()instead oflogger.levelto check if log level isTRACE(#1966)v0.22.0Compare Source
Added
--timeout-graceful-shutdownparameter (#1950)SIGBREAKon Windows (#1909)Fixed
--reload-delayis effectively used on thewatchfilesreloader (#1930)v0.21.1Compare Source
Fixed
v0.21.0Compare Source
Added
Changed
h11andpyyamlwhen not needed to improve import time (#1846)WSGIMiddlewareimplementation bya2wsgi(#1825)--app-dirfrom "." (dot) to "" (empty string) (#1835)Fixed
surrogateescapeto encode headers onwebsocketsimplementation (#1005)v0.20.0Compare Source
Added
wsprotoshutdown (#1737)reloadandworkersflag are used together (#1731)Fixed
WebSocketerror codes onclose(#1753)wsproto(#996)SIGQUIThandler toUvicornWorker(#1710)CONFIG_KWARGSinUvicornWorkerclass (#1746)Removed
RemoteProtocolError.event_hintonwsproto(#1486)handle_no_connectonwsprotoimplementation (#1759)v0.19.0Compare Source
Added
httptoolsversion to0.5.0(#1645)py.typedto comply with PEP 561 (#1687)Fixed
propagatetoFalseon "uvicorn" logger (#1288)UvicornWorker. (#1565)WebSocketslogs (#1385)Removed
--debugflag (#1640)DebugMiddleware(#1697)v0.18.3Compare Source
Fixed
Changed
reload_delaydefault changed fromNoneto0.25onuvicorn.run()andConfig.Noneis not an acceptable value anymore. (#1545)v0.18.2Compare Source
Fixed
log_configonuvicorn.run()(#1541)loggingfile name modification (#1543)v0.18.1Compare Source
Fixed
DEFAULT_MAX_INCOMPLETE_EVENT_SIZEas default toh11_max_incomplete_event_sizeon the CLI (#1534)v0.18.0Compare Source
Added
reloadflag prioritizeswatchfilesinstead of the deprecatedwatchgod(#1437)uvicorn.run()function (#1423)max_incomplete_event_sizeforh11implementation (#1514)Removed
asgirefdependency (#1532)Fixed
raw_pathinto bytes on both websockets implementations (#1487)asyncio.WindowsSelectorEventLoopPolicy()when using multiple workers to avoid "WinError 87" (#1454)v0.17.6Compare Source
Changed
httptoolsrange to>=0.4.0(#1400)v0.17.5Compare Source
Fixed
Changed
v0.17.4Compare Source
Fixed
create_serverbycreate_unix_server(#1362)v0.17.3Compare Source
Fixed
v0.17.2Compare Source
Fixed
httptoolsimplementation. (#1354)v0.17.1Compare Source
Fixed
spec_versionfield from "2.1" to "2.3", as Uvicorn is compliant with that version of the ASGI specifications. (#1337)v0.17.0.post1Compare Source
Fixed
python_requiresversion specifier (#1328)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.