v11.1.27

jianchang512/pyvideotransv11.1.27Jun 15, 2026by kamilmysliwiec

AI Summary

This patch release fixes SSE async handler teardown issues and middleware configuration for Fastify routes to ensure stable server operation.

Key Highlights

  • Fixed SSE async handlers teardown issue.
  • Fixed middleware ending slash for Fastify routes.

New Features

  • Fixed SSE async handlers
  • Fixed Fastify middleware slash handling

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