stack.pulse
#stacks/nestjs/framework

NestJS release notes, breaking changes, and upgrade notes.

A progressive Node.js framework for scalable server-side apps StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
6
breaking
0
security
0
deprecated
0
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

NestJS releases from GitHub

StackPulse watches NestJS release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v11.1.27lowfeatureJun 15, 2026

v11.1.27

This release includes fixes for SSE async handlers teardown and middleware ending slash issues in the Fastify platform.

affected

Developers using SSE async handlers or Fastify middleware with ending slashes are affected.

action

Update to v11.1.27 to resolve the mentioned issues.

view source on github->
v11.1.26mediumfeatureJun 8, 2026

v11.1.26

This release fixes an issue with empty responses in SSE (Server-Sent Events) endpoints.

affected

Developers using SSE endpoints in NestJS may be affected by the empty response issue.

action

Upgrade to v11.1.26 to resolve the SSE endpoint empty response issue.

view source on github->
v11.1.25lowfeatureJun 8, 2026

v11.1.25

This release includes several bug fixes addressing issues in microservices, core, and platform-fastify modules. Notable changes include improved handling of Redis requests and SSE close listeners.

affected

Users utilizing Redis microservices, SSE, or Fastify platform may be affected by the fixes.

action

Update to v11.1.25 to benefit from the bug fixes.

view source on github->
v11.1.24mediumfeatureMay 25, 2026

v11.1.24

This release includes a bug fix for dependency-tree cache reset on metadata changes and an enhancement to warn on late websocket adapter registration. A dependency update for `ws` is also included.

affected

Developers using websocket adapters and dependency-tree caching in NestJS may be affected.

action

Update to v11.1.24 to benefit from the bug fix and enhancement.

release_signals
+Warn on late websocket adapter registration
view source on github->
v11.1.23lowfeatureMay 21, 2026

v11.1.23

This release addresses a bug in the core module related to the eager instantiation of Terminus transient indicators when using `snapshot: true`.

affected

Users relying on `snapshot: true` with Terminus transient indicators may be affected.

action

Update to v11.1.23 to resolve the issue.

view source on github->
v11.1.22lowfeatureMay 21, 2026

v11.1.22

This release includes bug fixes and minor enhancements, primarily addressing an inflight request injection bug and improving error messaging for invalid class modules.

affected

Developers experiencing issues with inflight request injection or invalid class module errors may be affected.

action

Update to v11.1.22 to benefit from the bug fixes and enhancements.

view source on github->