- Fixed infinite loop caused by broken circular reference in core.
- Resolved dependency resolution issue for request-scoped lazy providers.
- Added configurable options to the legacy route converter.
Official NestJS changelog summary with source attribution, release tags, and community reactions.
Track this NestJS release note alongside related changelog updates, risky changes, and weekly digest signals from the developer community.
Every summary should remain traceable to the original changelog or release source.
Turn this NestJS release note into a weekly digest for the tools you actually use.
Create digestFixed early return issue causing Server-Sent Events (SSE) aborts in core
Fixed multiple core, common, and fastify issues: shared singleton providers, regex file type matching, route wildcard conversion, middleware prefix handling, lazy module scanning, and enum validation.
Added an override mimetype option to the file‑type validator and introduced SSE comment support in the core module