v11.1.24

SWivid/F5-TTSv11.1.24May 25, 2026by kamilmysliwiec

AI Summary

This release focuses on core stability for the NestJS framework by fixing a dependency tree cache reset issue and adding a warning mechanism for late WebSocket adapter registration. It also includes an update to the WebSocket library dependency.

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

  • Warning for 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))