v11.1.24
zjunlp/OmniThinkv11.1.24May 25, 2026by kamilmysliwiec
AI Summary
Fixes dependency tree cache reset on metadata changes and adds warnings for late WebSocket adapter registration in NestJS.
Key Highlights
- Fix(core): reset dependency-tree cache on metadata changes.
- Warn on late websocket adapter registration.
New Features
- Dependency tree cache reset fix
- WebSocket adapter warning
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))