v11.1.27

nari-labs/diav11.1.27Jun 15, 2026by kamilmysliwiec

AI Summary

This release focuses on bug fixes, specifically addressing a teardown issue with Server-Sent Events (SSE) async handlers and a middleware problem regarding routes ending with a slash in the Fastify platform.

Key Highlights

  • Fixed a teardown issue with SSE async handlers
  • Resolved a Fastify middleware issue for routes ending with 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