v11.1.2
nestjs/nestv11.1.2May 26, 2025by kamilmysliwiec
AI Summary
This release focuses on bug fixes for microservices and updates dependencies for the common and Express platforms.
Key Highlights
- Fixed support for custom strategies in async use-factory configs for microservices.
- Prevented error logs during Redis client shutdown.
- Bumped `multer` from 1.4.5-lts.2 to 2.0.0 in platform-express.
Full Release Notes
## v11.1.2 (2025-05-26) #### Bug fixes * `microservices` * [#15172](https://github.com/nestjs/nest/pull/15172) fix(microservices): support custom strategy in async usefactory config ([@mag123c](https://github.com/mag123c)) * [#15166](https://github.com/nestjs/nest/pull/15166) fix(microservice): prevent error logs during redis client shutdown ([@janroker](https://github.com/janroker)) #### Dependencies * `common` * [#15185](https://github.com/nestjs/nest/pull/15185) chore(deps): bump file-type from 20.5.0 to 21.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) * `platform-express` * [#15159](https://github.com/nestjs/nest/pull/15159) chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) #### Committers: 2 - JaeHo Jang ([@mag123c](https://github.com/mag123c)) - Jan Roček ([@janroker](https://github.com/janroker))