Skip to content
TILens What matters today in tech v0.0.5
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.

23 Apr 2026 edition
Java GitHub

ktorio/ktor: 3.4.3

Published 22 April 2026 Bugfixes KTOR-9451 OpenAPI schema inference not working for custom nested generics KTOR-9490 OpenAPI: Self-referential schema $ref uses FQN while schema is registered with a simple name KTOR-9463…

Source: Ktor Releases Stexxe
FastAPI GitHub Python

encode/uvicorn: Version 0.46.0

What's Changed Support ws_max_size in wsproto implementation by @Kludex in #2915 Support ws_ping_interval and ws_ping_timeout in wsproto implementation by @Kludex in #2916 Use bytearray for incoming WebSocket message…

Source: Uvicorn Releases Kludex