Update dependency uvicorn to v0.27.1 #8
Reference in New Issue
Block a user
Delete Branch "renovate/uvicorn-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==0.13.3->==0.27.1Release Notes
encode/uvicorn (uvicorn)
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) 16/01/24__future__.annotationson some internal modules (#2199) 16/01/24v0.25.0Compare Source
Added
Fixed
--reload-include(#2176) 08/12/23uvicorn.run()(#2158) 22/11/23v0.24.0.post1Compare Source
Fixed
v0.24.0Compare Source
Fixed
v0.23.2Compare Source
Fixed
websocketsfrom 10.4 on 11.0 (#2061) 30/07/23v0.23.1Compare Source
Fixed
typing_extensionsfor Python 3.10 and lower (#2053) 18/07/23v0.23.0Compare Source
Added
--ws-max-queueparameter WebSockets (#2033) 10/07/23Removed
asgirefas typing dependency (#1999) 08/06/23Fixed
scope["scheme"]towsorwssinstead ofhttporhttpsonProxyHeadersMiddlewarefor WebSockets (#2043) 12/07/23Changed
ImportErroron circular import (#2040) 09/07/23logger.getEffectiveLevel()instead oflogger.levelto check if log level isTRACE(#1966) 01/06/23v0.22.0Compare Source
Added
--timeout-graceful-shutdownparameter (#1950) 26/04/23SIGBREAKon Windows (#1909) 15/04/23Fixed
--reload-delayis effectively used on thewatchfilesreloader (#1930) 22/04/23v0.21.1Compare Source
Fixed
v0.21.0Compare Source
Added
Changed
h11andpyyamlwhen not needed to improve import time (#1846) 07/02/23WSGIMiddlewareimplementation bya2wsgi(#1825) 16/01/23--app-dirfrom "." (dot) to "" (empty string) (#1835) 06/01/23Fixed
surrogateescapeto encode headers onwebsocketsimplementation (#1005) 12/12/22v0.20.0Compare Source
Added
wsprotoshutdown (#1737)reloadandworkersflag are used together (#1731) 31/10/22Fixed
WebSocketerror codes onclose(#1753) 20/11/22wsproto(#996) 29/10/22SIGQUIThandler toUvicornWorker(#1710) 01/11/22CONFIG_KWARGSinUvicornWorkerclass (#1746) 31/10/22Removed
RemoteProtocolError.event_hintonwsproto(#1486) 31/10/22handle_no_connectonwsprotoimplementation (#1759) 17/11/22v0.19.0Compare Source
Added
httptoolsversion to0.5.0(#1645) 13/09/22py.typedto comply with PEP 561 (#1687) 07/10/22Fixed
propagatetoFalseon "uvicorn" logger (#1288) 08/10/22UvicornWorker. (#1565) 26/08/22WebSocketslogs (#1385) 11/09/22Removed
--debugflag (#1640) 14/09/22DebugMiddleware(#1697) 07/10/22v0.18.3Compare Source
Fixed
Changed
reload_delaydefault changed fromNoneto0.25onuvicorn.run()andConfig.Noneis not an acceptable value anymore. (#1545) 02/07/22v0.18.2Compare Source
Fixed
log_configonuvicorn.run()(#1541) 24/06/22loggingfile name modification (#1543) 27/06/22v0.18.1Compare Source
Fixed
DEFAULT_MAX_INCOMPLETE_EVENT_SIZEas default toh11_max_incomplete_event_sizeon the CLI (#1534) 23/06/22v0.18.0Compare Source
Added
reloadflag prioritizeswatchfilesinstead of the deprecatedwatchgod(#1437) 18/06/22uvicorn.run()function (#1423) 10/05/22max_incomplete_event_sizeforh11implementation (#1514) 22/06/22Removed
asgirefdependency (#1532) 22/06/22Fixed
raw_pathinto bytes on both websockets implementations (#1487) 16/05/22asyncio.WindowsSelectorEventLoopPolicy()when using multiple workers to avoid "WinError 87" (#1454) 22/06/22v0.17.6Compare Source
Changed
httptoolsrange to>=0.4.0(#1400) 11/03/22v0.17.5Compare Source
Fixed
Changed
v0.17.4Compare Source
Fixed
create_serverbycreate_unix_server(#1362) 04/02/22v0.17.3Compare Source
Fixed
v0.17.2Compare Source
Fixed
httptoolsimplementation. (#1354) 03/02/22v0.17.1Compare Source
Fixed
spec_versionfield from "2.1" to "2.3", as Uvicorn is compliant with that version of the ASGI specifications. (#1337) 25/01/22v0.17.0.post1Compare Source
Fixed
python_requiresversion specifier (#1328) 17/01/22v0.17.0Compare Source
Fixed
python_requiresversion specifier (#1328) 17/01/22v0.16.0Compare Source
Added
websocketsto 10.0. (#1180) 13/09/21httptoolsversion range from "==0.2.*" to ">=0.2.0,<0.4.0". (#1243) 8/11/21HttpToolsProtocol.pipelinetype fromlisttodeque. (#1213) 10/10/21WSGIResponder.send_queuetype fromlisttodeque. (#1214) 10/10/21Fixed
WebSocketProtocol.asgi_receiveon which we returned a close frame even if there were data messages before that frame in the read queue. (#1252) 25/11/21--reload-dirswas splitting a string into single character directories. (#1267) 25/11/21v0.15.0Compare Source
Added
.pyfiles are watched, which is different from the previous default behavior. (#820) 08/08/21asyncio.runwhich will: start a fresh asyncio event loop, on shutdown cancel any background tasks rather than aborting them,aexitany remaining async generators, and shutdown the defaultThreadPoolExecutor. (#1070) 30/07/21Changed
Fixed
SIGTERMsupervisors now terminate their processes before joining them (#1069) 30/07/21httptoolson minimal installation (#1135) 30/07/21v0.14.0Compare Source
Added
Changed
Fixed
v0.13.4Compare Source
Fixed
Added:
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 this update again.
This PR has been generated by Renovate Bot.
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (
==0.27.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to theignoreDepsarray of your Renovate config.If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.