v11.0.9

nestjs/nestv11.0.9Feb 10, 2025by kamilmysliwiec

AI Summary

Performance optimization for core distance calculation and a regression fix for SWC builders.

Key Highlights

  • Use topology tree for calculating distance (depth)
  • Revert to original value (swc builders regression)

Full Release Notes

## v11.0.9 (2025-02-10)

#### Bug fixes
* `core`
  * [#14597](https://github.com/nestjs/nest/pull/14597) perf(core): use topology tree for calculating distance (depth) ([@kamilmysliwiec](https://github.com/kamilmysliwiec))
* `common`
  * [#14579](https://github.com/nestjs/nest/pull/14579) fix(common): revert to original value (swc builders regression) ([@kamilmysliwiec](https://github.com/kamilmysliwiec))

#### Committers: 2
- Kamil Mysliwiec ([@kamilmysliwiec](https://github.com/kamilmysliwiec))