# Fastify v6.0.0-alpha.1 - Product: Fastify (https://whatsnew.fyi/product/fastify) - Vendor: Fastify - Date: 2026-08-13 - Version: v6.0.0-alpha.1 - Original notes: https://github.com/fastify/fastify/releases/tag/v6.0.0-alpha.1 - Permalink: https://whatsnew.fyi/product/fastify/releases/v6.0.0-alpha.1 - Labels: Pre-release 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'. --- - **fixed** — Remove raw response headers - **added** — Add Reply.prototype.mediaType - **fixed** — Return undefined for invalid media types in content-type handling ##### What's Changed * fix: remove raw response headers by @Ram-blip in https://github.com/fastify/fastify/pull/6860 * test: use process-warning spyWarning for testing by @climba03003 in https://github.com/fastify/fastify/pull/6887 * feat: add `Reply.prototype.mediaType` by @LiviaMedeiros in https://github.com/fastify/fastify/pull/6932 * fix(content-type): return `undefined` for invalid media types by @jean-michelet in https://github.com/fastify/fastify/pull/6942 **Full Changelog**: https://github.com/fastify/fastify/compare/v6.0.0-alpha.0...v6.0.0-alpha.1