Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

1 items on 04 Jul 2026
FastAPI GitHub Python

encode/uvicorn: Version 0.50.0

What's Changed Memoize trusted host checks to avoid re-parsing the client IP per request by @Kludex in #2970 Cache the asgi scope sub-dict per connection by @Kludex in #2976 Build a fresh asgi scope dict per request by…

Source: Uvicorn Releases Kludex