v11.1.27
camel-ai/camelv11.1.27Jun 15, 2026by kamilmysliwiec
AI Summary
This release focuses on bug fixes, specifically addressing issues with Server-Sent Events (SSE) async handler teardown and a Fastify platform middleware configuration problem regarding route slashes.
Key Highlights
- Fixed SSE async handler teardown to ensure proper resource cleanup.
- Resolved Fastify platform middleware issue where routes were not correctly handling trailing slashes.
- Improved stability of the core platform and routing behavior.
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