v11.1.9
nestjs/nestv11.1.9Nov 14, 2025by kamilmysliwiec
AI Summary
Primarily a bug fix release addressing provider tree instantiation and adding configuration options to the Server-Sent Events decorator.
Key Highlights
- Fixed get() method behavior for implicitly request-scoped providers.
- Added method options to the @SSE decorator.
- Updated Fastify to v5.6.2.
New Features
- Method options for @SSE decorator
Full Release Notes
## v11.1.9 (2025-11-14) #### Bug fixes * `core` * [#15865](https://github.com/nestjs/nest/pull/15865) fix(core): make get() throw for implicitly request-scoped trees ([@JoeNutt](https://github.com/JoeNutt)) #### Enhancements * `common` * [#15863](https://github.com/nestjs/nest/pull/15863) feat(common): add method options to @sse decorator ([@TomerSteinberg](https://github.com/TomerSteinberg)) #### Dependencies * `platform-fastify` * [#15899](https://github.com/nestjs/nest/pull/15899) chore(deps): bump fastify from 5.6.1 to 5.6.2 ([@dependabot[bot]](https://github.com/apps/dependabot)) #### Committers: 4 - Rami ([@JoeNutt](https://github.com/JoeNutt)) - Rhynel Algopera ([@dev-rhynel](https://github.com/dev-rhynel)) - Tomer Steinberg ([@TomerSteinberg](https://github.com/TomerSteinberg)) - WuMingDao ([@WuMingDao](https://github.com/WuMingDao))