v11.1.27
SWivid/F5-TTSv11.1.27Jun 15, 2026by kamilmysliwiec
AI Summary
Fixes SSE async handlers teardown and Fastify middleware slash handling issues in the NestJS framework.
Key Highlights
- Fixes SSE async handlers teardown issue.
- Fixes Fastify `forRoutes` middleware handling for routes ending in a slash.
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