v11.1.27

parruda/swarmv11.1.27Jun 15, 2026by kamilmysliwiec

AI Summary

Fixes issues with SSE (Server-Sent Events) async handlers teardown and middleware handling of trailing slashes in the NestJS framework.

Key Highlights

  • SSE async handlers teardown fix
  • Middleware slash handling fix

New Features

  • Server-side event stability
  • Fastify middleware improvements

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