v11.1.3
nestjs/nestv11.1.3Jun 6, 2025by kamilmysliwiec
AI Summary
Adds features for graceful REPL shutdown and deferring microservice initialization, alongside dependency updates.
Key Highlights
- Added graceful shutdown for REPL exits.
- Added string array type support to disposition.
- Added option to defer microservice initialization.
New Features
- Graceful shutdown for REPL exits
- Defer initialization of connected microservice
- String array type support for disposition
Full Release Notes
## v11.1.3 (2025-06-06) #### Bug fixes * `core` * [#15201](https://github.com/nestjs/nest/pull/15201) fix(core): gracefully shutdown the app when repl exits ([@dzhlobo](https://github.com/dzhlobo)) #### Enhancements * `common` * [#15209](https://github.com/nestjs/nest/pull/15209) feat: add string array type to disposition ([@fjodor-rybakov](https://github.com/fjodor-rybakov)) * `common`, `core` * [#15203](https://github.com/nestjs/nest/pull/15203) feat(core): defer initialization connected microservice ([@isaryy](https://github.com/isaryy)) #### Dependencies * `platform-express` * [#15232](https://github.com/nestjs/nest/pull/15232) chore(deps): bump multer from 2.0.0 to 2.0.1 ([@dependabot[bot]](https://github.com/apps/dependabot)) #### Committers: 3 - Dmitry Zhlobo ([@dzhlobo](https://github.com/dzhlobo)) - [@fjodor-rybakov](https://github.com/fjodor-rybakov) - [@isaryy](https://github.com/isaryy)