v11.1.6
nestjs/nestv11.1.6Aug 7, 2025by kamilmysliwiec
AI Summary
Addresses critical race conditions in dependency resolution and fixes serialization issues in Kafka microservices.
Key Highlights
- Fixed race condition in class dependency resolution.
- Fixed Kafka serialization of class instances.
- Fixed buffer length reporting in microservice exceptions.
Full Release Notes
## v11.1.6 (2025-08-07) #### Bug fixes * `core` * [#15504](https://github.com/nestjs/nest/pull/15504) fix(core): fix race condition in class dependency resolution from imported modules ([@hajekjiri](https://github.com/hajekjiri)) * [#15469](https://github.com/nestjs/nest/pull/15469) fix(core): attach root inquirer for nested transient providers ([@kamilmysliwiec](https://github.com/kamilmysliwiec)) * `microservices` * [#15508](https://github.com/nestjs/nest/pull/15508) fix(microservices): report correct buffer length in exception ([@kim-sung-jee](https://github.com/kim-sung-jee)) * [#15492](https://github.com/nestjs/nest/pull/15492) fix(microservices): fix kafka serilization of class instances ([@LeonBiersch](https://github.com/LeonBiersch)) #### Dependencies * `platform-fastify` * [#15493](https://github.com/nestjs/nest/pull/15493) chore(deps): bump @fastify/cors from 11.0.1 to 11.1.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) #### Committers: 6 - Jiri Hajek ([@hajekjiri](https://github.com/hajekjiri)) - Kamil Mysliwiec ([@kamilmysliwiec](https://github.com/kamilmysliwiec)) - Leon Biersch ([@LeonBiersch](https://github.com/LeonBiersch)) - Seongjee Kim ([@kim-sung-jee](https://github.com/kim-sung-jee)) - [@premierbell](https://github.com/premierbell) - pTr ([@ptrgits](https://github.com/ptrgits))