v11.1.16
nestjs/nestv11.1.16Mar 5, 2026by kamilmysliwiec
AI Summary
This patch release fixes a double callback issue in microservices and updates the Multer dependency to the latest version.
Key Highlights
- Fixed double callback when disposed or error is truthy.
- Updated Multer dependency to v2.1.1.
Full Release Notes
## v11.1.16 (2026-03-05) #### Bug fixes * `microservices` * [#16506](https://github.com/nestjs/nest/pull/16506) fix(microservices): fix double callback when isdisposed or err is truthy ([@LhonRafaat](https://github.com/LhonRafaat)) #### Dependencies * `platform-express` * [#16507](https://github.com/nestjs/nest/pull/16507) fix(deps): update dependency multer to v2.1.1 ([@renovate[bot]](https://github.com/apps/renovate)) #### Committers: 2 - Lhon ([@LhonRafaat](https://github.com/LhonRafaat)) - Shahnoor Mujawar ([@shahnoormujawar](https://github.com/shahnoormujawar))