NestJS
Progressive Node.js framework for scalable server-side applications
NestJS 11 is in pure maintenance, and server-sent events are where it hurts
◆Recent moves
- 26d ago
SSE teardown on client disconnect, plus missing HTTP error classes
The richest patch in this window: SSE producer observables now tear down when a client disconnects behind an interceptor, missing exception classes are added to HttpErrorByCode, and a websockets type guard is corrected. The SSE fix is the fourth in this series to touch stream lifecycle, reinforcing where the framework's real pressure is.
View source ↗ - 1mo ago
Two fixes: SSE async teardown and Fastify trailing slash
A two-commit patch covering an SSE async handler teardown issue and a Fastify middleware trailing-slash bug. Both are narrow repairs on paths the surrounding releases keep revisiting.
View source ↗ - 1mo ago
Single fix for empty POST SSE responses
A one-commit release repairing empty responses from POST SSE endpoints. The fact that it warranted its own version underlines how quickly SSE regressions are being turned around.
View source ↗ - 1mo ago
Redis requests rejected on close; SSE listener ordering fixed
Pending Redis requests are now rejected when the transport closes, and the SSE close listener registers before async setup rather than after. Both are lifecycle-ordering bugs, the recurring class of defect across this patch train.
View source ↗ - 2mo ago
Dependency-tree cache resets on metadata changes
Resetting the dependency-tree cache when metadata changes fixes a class of stale-injection bug that is painful to diagnose, and the new warning on late websocket adapter registration turns another silent misconfiguration into a visible one.
View source ↗ - 2mo ago
Fix for Terminus indicators eagerly instantiated under snapshot mode
A single-fix release undoing a regression introduced three patches earlier, where snapshot mode eagerly instantiated transient Terminus indicators. Fast follow-up on a self-inflicted bug.
View source ↗