v11.1.25
googleapis/mcp-toolboxv11.1.25Jun 8, 2026by kamilmysliwiec
AI Summary
A patch release addressing issues in microservices, core SSE handling, and the Fastify platform, while welcoming new contributors.
Key Highlights
- Fixed Redis microservices by rejecting pending requests on close.
- Fixed SSE core by registering the close listener before async setup.
- Fixed Fastify platform by removing pathname ending slash.
- Welcomed new contributors: @fallintoplace, @DucMinhNe, @iambeaukim.
Full Release Notes
## What's Changed * fix(microservices): reject pending Redis requests on close by @yudin-s in https://github.com/nestjs/nest/pull/17024 * fix(core): register SSE close listener before async setup by @fallintoplace in https://github.com/nestjs/nest/pull/17018 * fix(platform-fastify): remove pathname ending slash by @kamilmysliwiec in https://github.com/nestjs/nest/pull/17094 ## New Contributors * @fallintoplace made their first contribution in https://github.com/nestjs/nest/pull/17018 * @DucMinhNe made their first contribution in https://github.com/nestjs/nest/pull/17085 * @iambeaukim made their first contribution in https://github.com/nestjs/nest/pull/17091 **Full Changelog**: https://github.com/nestjs/nest/compare/v11.1.24...v11.1.25