v11.1.27
abhigyanpatwari/GitNexusv11.1.27Jun 15, 2026by kamilmysliwiec
AI Summary
A minor patch release fixing async handler teardown issues in SSE (Server-Sent Events) and middleware routing issues in the Fastify adapter.
Key Highlights
- Fix SSE async handlers teardown issue.
- Fix Fastify middleware ending slash issue.
Full Release Notes
## What's Changed * fix(core): sse async handlers teardown issue by @kamilmysliwiec in https://github.com/nestjs/nest/pull/17131 * fix(platform-fastify): forRoutes middleware ending slash by @kamilmysliwiec in https://github.com/nestjs/nest/pull/17138 **Full Changelog**: https://github.com/nestjs/nest/compare/v11.1.26...v11.1.27