v11.0.10
nestjs/nestv11.0.10Feb 17, 2025by kamilmysliwiec
AI Summary
Patch release fixing issues with microservices server sends and custom parser middlewares in Express 5.
Key Highlights
- Fix microservices server send dropping emitted values
- Respect custom parser middlewares in Express 5
Full Release Notes
## v11.0.10 (2025-02-17) #### Bug fixes * `microservices` * [#14605](https://github.com/nestjs/nest/pull/14605) fix(microservices): server send drops emitted value ([@shprota](https://github.com/shprota)) * `platform-express` * https://github.com/nestjs/nest/pull/14640 fix(platform-express) respect custom parser middlewares in Express 5 (@luddwichr)