Changelog
v1.0.0 - 2025-03-07
- Initial release
v1.0.1 - 2025-05-30
- Security: Patched a schema validation bypass vulnerability in Fastify by
upgrading from
v4.29.0tov4.29.1.- Issue: Non-standard
Content-Typeheaders (e.g.,Application/Json,application/json;) could bypass validation when usingschema.body.content. - Resolution: Validation is now enforced with normalized
Content-Typeheaders after upgrading Fastify. - CVE: Pending Assignment
- Reference: fastify/fastify GitHub Release v4.29.1
- Issue: Non-standard