# Starlette 1.1.0 — Version 1.1.0 - Product: Starlette (https://whatsnew.fyi/product/starlette) - Vendor: Encode - Date: 2026-05-23 - Version: 1.1.0 - Original notes: https://github.com/Kludex/starlette/releases/tag/1.1.0 - Permalink: https://whatsnew.fyi/product/starlette/releases/1.1.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — Use "application/octet-stream" as the FileResponse media type fallback - **changed** — Only dispatch standard HTTP verbs in HTTPEndpoint - **fixed** — Reject absolute paths in StaticFiles.lookup_path ##### What's Changed * Use `"application/octet-stream"` as the `FileResponse` media type fallback by @ATOM00blue in https://github.com/Kludex/starlette/pull/3283 * Only dispatch standard HTTP verbs in `HTTPEndpoint` by @Kludex in https://github.com/Kludex/starlette/pull/3286 * Reject absolute paths in `StaticFiles.lookup_path` by @Kludex in https://github.com/Kludex/starlette/pull/3287 ##### New Contributors * @ATOM00blue made their first contribution in https://github.com/Kludex/starlette/pull/3283 **Full Changelog**: https://github.com/Kludex/starlette/compare/1.0.1...1.1.0