v11.1.27

googleapis/mcp-toolboxv11.1.27Jun 15, 2026by kamilmysliwiec

AI Summary

This release focuses on critical bug fixes within the framework, specifically improving the lifecycle management of Server-Sent Events (SSE) handlers and resolving middleware routing issues in the Fastify platform.

Key Highlights

  • Fixed SSE async handlers teardown issue
  • Fixed platform-fastify middleware ending slash
  • Improved server teardown stability

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