v11.1.8

nestjs/nestv11.1.8Oct 27, 2025by kamilmysliwiec

AI Summary

This release fixes provider isolation issues and migrates Fastify top-level options to router options for better configuration management.

Key Highlights

  • Fixed nested transient provider isolation.
  • Migrated Fastify top-level options to routerOptions.
  • Fixed race condition in class dependency resolution.

Full Release Notes

## v11.1.8 (2025-10-27)

#### Bug fixes
* `core`
  * [#15815](https://github.com/nestjs/nest/pull/15815) fix(core): ensure nested transient provider isolation ([@mag123c](https://github.com/mag123c))
* `platform-fastify`
  * [#15831](https://github.com/nestjs/nest/pull/15831) fix(fastify): Migrate fastify top-level options to routerOptions ([@kim-sung-jee](https://github.com/kim-sung-jee))

#### Committers: 2
- JaeHo Jang ([@mag123c](https://github.com/mag123c))
- Seongjee Kim ([@kim-sung-jee](https://github.com/kim-sung-jee))