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.

08 Aug 2026 edition
FastAPI GitHub Python

encode/starlette: Version 1.6.0

What's Changed Add max_body_size to Starlette and route classes by @Kludex in #3431 Expose http.response.debug info via response extensions by @y2kbugger in #3130 New Contributors @y2kbugger made their first…

Source: Starlette Releases Kludex
FastAPI GitHub Python

encode/starlette: Version 1.5.1

What's Changed Reject inverted single-byte Range like bytes=5-4 by @nikolauspschuetz in #3389 Limit FileResponse to 100 ranges by @Kludex in #3430 Full Changelog: 1.5.0...1.5.1

Source: Starlette Releases Kludex
FastAPI GitHub Python

encode/starlette: Version 1.5.0

This release is all about giving GZipMiddleware some love. 🗜️ What's Changed Add exclude_content_types parameter to GZipMiddleware by @Kludex in #3418 Flush GZip output for each streamed chunk by @Kludex in #3419 Skip…

Source: Starlette Releases Kludex