v11.1.27
aldinokemal/go-whatsapp-web-multidevicev11.1.27Jun 15, 2026by kamilmysliwiec
AI Summary
NestJS v11.1.27 addresses stability issues in SSE async handlers and Fastify middleware handling to ensure proper request processing.
Key Highlights
- Fixed SSE async handlers teardown issue
- Fixed Fastify middleware for routes ending with a trailing slash
New Features
- SSE handler stability fix
- Fastify middleware slash fix
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