Skip to content
TILens What matters today in tech
Theme

Daily edition · Languages

The daily ledger

TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.

14 May 2026 edition
Go GitHub

grpc/grpc-go: Release 1.81.1

Security xds/rbac: Fix a potential authorization bypass caused by incorrectly falling through URI/DNS SANs to Subject Distinguished Name (DN) when matching the authenticated principal name. With this fix, only the first…

Source: gRPC-Go Releases easwars
FastAPI GitHub Python

encode/uvicorn: Version 0.47.0

What's Changed Eagerly import the ASGI app in the parent process by @Kludex in #2919 Add ssl_context_factory for custom SSLContext configuration by @Kludex in #2920 Treat fd=0 as a valid file descriptor with…

Source: Uvicorn Releases Kludex