v11.0.13

nestjs/nestv11.0.13Apr 3, 2025by kamilmysliwiec

AI Summary

This patch release contains bug fixes for Fastify adapters and microservices connections, alongside dependency updates for Express, Multer, Fastify, and CORS.

Key Highlights

  • Fix global prefix exclusion handling in Fastify adapter
  • Fix microservices client connection reuse
  • Update Express to v5.1.0
  • Update Fastify to v5.2.2

Full Release Notes

## v11.0.13 (2025-04-03)

#### Bug fixes
* `platform-fastify`
  * [#14895](https://github.com/nestjs/nest/pull/14895) fix(fastify-adapter): global prefix exclusion path handling w/middleware ([@KyleLilly](https://github.com/KyleLilly))
* `microservices`
  * [#14869](https://github.com/nestjs/nest/pull/14869) fix(microservices): do not re-create client connection once get client by service name ([@mingo023](https://github.com/mingo023))

#### Dependencies
* `platform-express`
  * [#14883](https://github.com/nestjs/nest/pull/14883) fix(deps): update dependency express to v5.1.0 ([@renovate[bot]](https://github.com/apps/renovate))
  * [#14817](https://github.com/nestjs/nest/pull/14817) fix(deps): update dependency multer to v1.4.5-lts.2 ([@renovate[bot]](https://github.com/apps/renovate))
* `platform-fastify`
  * [#14861](https://github.com/nestjs/nest/pull/14861) fix(deps): update dependency fastify to v5.2.2 ([@renovate[bot]](https://github.com/apps/renovate))
  * [#14864](https://github.com/nestjs/nest/pull/14864) chore(deps): bump @fastify/cors from 11.0.0 to 11.0.1 ([@dependabot[bot]](https://github.com/apps/dependabot))

#### Committers: 2
- Kyle Lilly ([@KyleLilly](https://github.com/KyleLilly))
- Minh Ngo ([@mingo023](https://github.com/mingo023))