v11.0.12

nestjs/nestv11.0.12Mar 19, 2025by kamilmysliwiec

AI Summary

A patch release addressing critical core issues regarding circular references and dependency resolution, plus an enhancement to the legacy route converter.

Key Highlights

  • Fix infinite loop on broken circular references
  • Fix dependencies not resolving for request-scoped lazy providers
  • Add options to legacy route converter

New Features

  • Add options to legacy route converter

Full Release Notes

## v11.0.12 (2025-03-19)

#### Bug fixes
* `core`
  * [#14803](https://github.com/nestjs/nest/pull/14803) fix(core): infinite loop on broken circular reference (@kamilmysliwiec)
  *  https://github.com/nestjs/nest/pull/14792 dependencies not resolving for request-scoped lazy providers (@anizozina)
  
#### Enhancements
* `core`
  * [#14802](https://github.com/nestjs/nest/pull/14802) feat(core): add options to the legacy route converter (@kamilmysliwiec)