chore(deps): update dependency uvicorn to v0.34.0 - autoclosed #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.4->==0.34.0Release Notes
encode/uvicorn (uvicorn)
v0.34.0: Version 0.34.0Compare Source
What's Changed
content-lengthto 500 response in wsproto by @Kludex in https://github.com/encode/uvicorn/pull/2542Full Changelog: https://github.com/encode/uvicorn/compare/0.33.0...0.34.0
v0.33.0: Version 0.33.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/encode/uvicorn/compare/0.32.1...0.33.0
v0.32.1: Version 0.32.1Compare Source
What's Changed
Full Changelog: https://github.com/encode/uvicorn/compare/0.32.0...0.32.1
v0.32.0: Version 0.32.0Compare Source
Added
max_request_limitis exceeded (#2430)Full Changelog: https://github.com/encode/uvicorn/compare/0.31.1...0.32.0
v0.31.1: Version 0.31.1Compare Source
Fixed
[*]in trusted hosts #2480PathLike[str]type hint forssl_keyfile#2481Full Changelog: https://github.com/encode/uvicorn/compare/0.31.0...0.31.1
v0.31.0: Version 0.31.0Compare Source
Added
Improve
ProxyHeadersMiddleware(#2468) and (#2231):on docker swarm/Kubernetes, where the reverse proxy might have a dynamic IP.
Full Changelog: https://github.com/encode/uvicorn/compare/0.30.6...0.31.0
v0.30.6: Version 0.30.6Compare Source
Fixed
Full Changelog: https://github.com/encode/uvicorn/compare/0.30.5...0.30.6
v0.30.5: Version 0.30.5Compare Source
Fixed
Full Changelog: https://github.com/encode/uvicorn/compare/0.30.4...0.30.5
v0.30.4: Version 0.30.4Compare Source
Fixed
h11sets client state toMUST_CLOSE#2375Full Changelog: https://github.com/encode/uvicorn/compare/0.30.3...0.30.4
v0.30.3: Version 0.30.3Compare Source
Fixed
KeyboardInterruptfrom CLI and programmatic usage (#2384)ClientDisconnectinherits fromOSErrorinstead ofIOError(#2393)Full Changelog: https://github.com/encode/uvicorn/compare/0.30.2...0.30.3
v0.30.2: Version 0.30.2Compare Source
Added
reasonsupport towebsocket.disconnectevent (#2324)Fixed
Full Changelog: https://github.com/encode/uvicorn/compare/0.30.1...0.30.2
v0.30.1: Version 0.30.1Compare Source
Fixed
\tin response header values (#2345)Full Changelog: https://github.com/encode/uvicorn/compare/0.30.0...0.30.1
v0.30.0: Version 0.30.0Compare Source
Added
ConfigParseror aio.IO[Any]onlog_config(#1976)Fixed
content-lengthheader on 5xx (#2304)Deprecated
uvicorn.workersmodule (#2302)Full Changelog: https://github.com/encode/uvicorn/compare/0.29.0...0.30.0
v0.29.0: Version 0.29.0Compare Source
Added
Full Changelog: https://github.com/encode/uvicorn/compare/0.28.1...0.29.0
v0.28.1: Version 0.28.1Compare Source
Fixed
ClientDisconnectedon HTTP (#2276)Full Changelog: https://github.com/encode/uvicorn/compare/0.28.0...0.28.1
v0.28.0: Version 0.28.0Compare Source
Added
ClientDisconnectedonsend()when client disconnected (#2220) 12/02/24Fixed
AttributeErroronsys.stdin.fileno()for Windows IIS10 (#1947) 29/02/24X-Forwarded-Protofor WebSockets scheme when the proxy provides it (#2258) 01/03/24Full Changelog: https://github.com/encode/uvicorn/compare/0.27.1...0.28.0
v0.27.1: Version 0.27.1Compare Source
Fixed
h11.LocalProtocolErrorerrors when processing pipelined requests (#2243) 10/02/24Full Changelog: https://github.com/encode/uvicorn/compare/0.27.0.post1...0.27.1
v0.27.0.post1: Version 0.27.0.post1Compare Source
Fixed
Full Changelog: https://github.com/encode/uvicorn/compare/0.27.0...0.27.0.post1
v0.27.0: Version 0.27.0Compare Source
Added
ClientDisconnect(IOError)onsend()when client disconnected (#2218) 19/01/24Full Changelog: https://github.com/encode/uvicorn/compare/0.26.0...0.27.0
v0.26.0: Version 0.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/24Full Changelog: https://github.com/encode/uvicorn/compare/0.25.0...0.26.0
v0.25.0: Version 0.25.0Compare Source
Added
Fixed
--reload-include(#2176) 08/12/23uvicorn.run()(#2158) 22/11/23Full Changelog: https://github.com/encode/uvicorn/compare/0.24.0...0.25.0
v0.24.0.post1: Version 0.24.0.post1Compare Source
Fixed
v0.24.0: Version 0.24.0Compare Source
Added
appvia environment variableUVICORN_APP(#2106)Full Changelog: https://github.com/encode/uvicorn/compare/0.23.2...0.24.0
v0.23.2: Version 0.23.2Compare Source
Fixed
websocketsfrom 10.4 on 11.0 (#2061) 30/07/23Full Changelog: https://github.com/encode/uvicorn/compare/0.23.1...0.23.2
v0.23.1: Version 0.23.1Compare Source
Fixed
typing_extensionsfor Python 3.10 and lower (#2053) 18/07/23Full Changelog: https://github.com/encode/uvicorn/compare/0.23.0...0.23.1
v0.23.0: Version 0.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/23Full Changelog: https://github.com/encode/uvicorn/compare/0.22.0...0.23.0
v0.22.0: Version 0.22.0Compare Source
Added
--timeout-graceful-shutdownparameter (#1950)SIGBREAKon Windows (#1909)Fixed
--reload-delayis effectively used on thewatchfilesreloader (#1930)Full Changelog: https://github.com/encode/uvicorn/compare/0.21.1...0.22.0
v0.21.1: Version 0.21.1Compare Source
Fixed
v0.21.0: Version 0.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/22Full Changelog: https://github.com/encode/uvicorn/compare/0.20.0...0.21.0
v0.20.0: Version 0.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.0: Version 0.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.3: Version 0.18.3Compare Source
What's Changed
reload_delaydefault changed fromNoneto0.25onuvicorn.run()andConfig.Noneis not an acceptable value anymore. (#1545) 02/07/22Full Changelog: https://github.com/encode/uvicorn/compare/0.18.2...0.18.3
v0.18.2: Version 0.18.2Compare Source
What's Changed
log_configonuvicorn.run()#1541 24/06/22loggingfile name modification #1543 27/06/22Full Changelog: https://github.com/encode/uvicorn/compare/0.18.1...0.18.2
v0.18.1: Version 0.18.1Compare Source
Fixed
DEFAULT_MAX_INCOMPLETE_EVENT_SIZEas default toh11_max_incomplete_event_sizeon the CLI (#1534) 23/06/22Full Changelog: https://github.com/encode/uvicorn/compare/0.18.0...0.18.1
v0.18.0: Version 0.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/22Full Changelog: https://github.com/encode/uvicorn/compare/0.17.6...0.18.0
v0.17.6: Version 0.17.6Compare Source
Changed
httptoolsrange to>=0.4.0(#1400) 11/03/22v0.17.5: Version 0.17.5Compare Source
0.17.5 - 2022-02-16
Fixed
Changed
Full Changelog: https://github.com/encode/uvicorn/compare/0.17.4...0.17.5
v0.17.4: Version 0.17.4Compare Source
Fixed
create_serverbycreate_unix_server(#1362) 04/02/22v0.17.3: Version 0.17.3Compare Source
Fixed
v0.17.2: Version 0.17.2Compare Source
Fixed
httptoolsimplementation. (#1354) 03/02/22v0.17.1: Version 0.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.post1: Version 0.17.0.post1Compare Source
Fixed
python_requiresversion specifier (#1328) 17/01/22v0.17.0: Version 0.17.0Compare Source
Added
Fixed/Removed
root_pathfrom logs (#1294) 25/12/21v0.16.0: Version 0.16.0Compare Source
0.16.0 - 2021-12-08
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.0: Version 0.15.0Compare Source
0.15.0 - 2021-08-13
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.0: Version 0.14.0Compare Source
0.14.0 - 2021-06-01
Added
Changed
Fixed
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.
c695f614cfto098a05343eUpdate dependency uvicorn to v0.31.0to Update dependency uvicorn to v0.31.1098a05343eto11ab5375beUpdate dependency uvicorn to v0.31.1to Update dependency uvicorn to v0.32.011ab5375beto5a6f23b71fUpdate dependency uvicorn to v0.32.0to Update dependency uvicorn to v0.32.15a6f23b71ftoade2949622Update dependency uvicorn to v0.32.1to Update dependency uvicorn to v0.33.0ade2949622toe008598185Update dependency uvicorn to v0.33.0to Update dependency uvicorn to v0.34.0Update dependency uvicorn to v0.34.0to chore(deps): update dependency uvicorn to v0.34.0chore(deps): update dependency uvicorn to v0.34.0to chore(deps): update dependency uvicorn to v0.34.0 - autoclosedPull request closed