pkgsrc/www/py-uvicorn
adam 92a3eb3956 py-uvicorn: updated to 0.15.0
0.15.0 - 2021-08-13

Added

Change reload to be configurable with glob patterns. Currently only .py files are watched, which is different from the previous default behavior.
Add Python 3.10-rc.1 support. Now the server uses asyncio.run which will: start a fresh asyncio event loop, on shutdown cancel any background tasks rather than aborting them, aexit any remaining async generators, and shutdown the default ThreadPoolExecutor.
Exit with status 3 when worker starts failed
Add option to set websocket ping interval and timeout
Adapt bind_socket to make it usable with multiple processes
Add existence check to the reload directory(ies)
Add missing trace log for websocket protocols
Support disabling default Server and Date headers

Changed

Add PEP440 compliant version of click
Bump asgiref to 3.4.0

Fixed

When receiving a SIGTERM supervisors now terminate their processes before joining them
Fix the need of httptools on minimal installation
Fix ping parameters annotation in Config class
2021-08-23 10:02:34 +00:00
..
ALTERNATIVES
DESCR
distinfo py-uvicorn: updated to 0.15.0 2021-08-23 10:02:34 +00:00
Makefile py-uvicorn: updated to 0.15.0 2021-08-23 10:02:34 +00:00
PLIST py-uvicorn: updated to 0.15.0 2021-08-23 10:02:34 +00:00