v11.1.19
nestjs/nestv11.1.19Apr 13, 2026by kamilmysliwiec
AI Summary
This patch release stabilizes microservices by fixing stack overflow issues in JSON sockets and improving consumer crash event handling.
Key Highlights
- Fixed stack overflow in `jsonsocket.handledata()`.
- Fixed consumer CRASH event listener using backing fields.
- General maintenance release.
Full Release Notes
## v11.1.19 (2026-04-13) #### Bug fixes * `microservices` * [#16762](https://github.com/nestjs/nest/pull/16762) fix(microservices): use backing field for consumer CRASH event listener ([@burhanharoon](https://github.com/burhanharoon)) * [#16764](https://github.com/nestjs/nest/pull/16764) fix(microservices): prevent stack overflow in jsonsocket.handledata() ([@kamilmysliwiec](https://github.com/kamilmysliwiec)) #### Committers: 2 - Burhan Haroon⚡ ([@burhanharoon](https://github.com/burhanharoon)) - Kamil Mysliwiec ([@kamilmysliwiec](https://github.com/kamilmysliwiec))