v11.1.24
OtterMind/Chat2DBv11.1.24May 25, 2026by kamilmysliwiec
AI Summary
A minor maintenance release fixing a dependency tree cache issue, adding a warning for late WebSocket adapter registration, and bumping the WebSocket dependency version.
Key Highlights
- Fixed dependency-tree cache reset on metadata changes
- Added warning for late WebSocket adapter registration
- Bumped `ws` dependency to 8.21.0
New Features
- WebSocket adapter warning
- Dependency bump
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))