Path to this page:
Subject: CVS commit: pkgsrc/www/py-uvicorn
From: Adam Ciarcinski
Date: 2024-10-21 15:07:56
Message id: 20241021130756.42150FC7E@cvs.NetBSD.org
Log Message:
py-uvicorn: updated to 0.32.0
0.32.0 (2024-10-15)
Added
Officially support Python 3.13
Warn when max_request_limit is exceeded
0.31.1 (2024-10-09)
Fixed
Support WebSockets 0.13.1
Restore support for [*] in trusted hosts
Add PathLike[str] type hint for ssl_keyfile
0.31.0 (2024-09-27)
Added
Improve ProxyHeadersMiddleware
Fix the host for requests from clients running on the proxy server itself.
Fallback to host that was already set for empty x-forwarded-for headers.
Also allow to specify IP Networks as trusted hosts. This greatly simplifies \
deployments on docker swarm/kubernetes, where the reverse proxy might have a \
dynamic IP.
This includes support for IPv6 Address/Networks.
Files: