v11.1.22

nestjs/nestv11.1.22May 21, 2026by kamilmysliwiec

AI Summary

This patch release addresses a critical bug regarding in-flight request injection and improves error messages for invalid class modules.

Key Highlights

  • Fixed in-flight request injection bug.
  • Improved error identification for invalid class modules.
  • General maintenance release.

Full Release Notes

## v11.1.22 (2026-05-21)

#### Bug fixes
* `core`
  * [#16993](https://github.com/nestjs/nest/pull/16993) fix(core): inflight request injection bug #16989 ([@kamilmysliwiec](https://github.com/kamilmysliwiec))

#### Enhancements
* `core`
  * [#16967](https://github.com/nestjs/nest/pull/16967) fix(core): identify decorator type in invalid-class-module error ([@HarrierOnChain](https://github.com/HarrierOnChain))
  * 
#### Committers: 2
- Harrier ([@HarrierOnChain](https://github.com/HarrierOnChain))
- Kamil Mysliwiec ([@kamilmysliwiec](https://github.com/kamilmysliwiec))