v11.1.24

nestjs/nestv11.1.24May 25, 2026by kamilmysliwiec

AI Summary

A maintenance release involving dependency updates and a warning for late WebSocket adapter registration.

Key Highlights

  • Resets dependency-tree cache on metadata changes.
  • Warns on late WebSocket adapter registration.
  • Bumps ws dependency version.

New Features

  • Warn on late websocket adapter registration

Full Release Notes

## v11.1.24 (2026-05-25)

#### Bug fixes
* `core`
  * [#17009](https://github.com/nestjs/nest/pull/17009) fix(core): reset dependency-tree cache on metadata changes ([@puneetdixit200](https://github.com/puneetdixit200))

#### Enhancements
* `core`
  * [#16997](https://github.com/nestjs/nest/pull/16997) feat(core): warn on late websocket adapter registration ([@hbinhng](https://github.com/hbinhng))

#### Dependencies
* `platform-ws`
  * [#17011](https://github.com/nestjs/nest/pull/17011) chore(deps): bump ws from 8.20.1 to 8.21.0 ([@dependabot[bot]](https://github.com/apps/dependabot))

#### Committers: 2
- Nguyễn Hải Bình ([@hbinhng](https://github.com/hbinhng))
- Puneet Dixit ([@puneetdixit200](https://github.com/puneetdixit200))