v11.1.17

nestjs/nestv11.1.17Mar 16, 2026by kamilmysliwiec

AI Summary

This patch release adds Redis driver identification for microservices and fixes a middleware execution issue in the Fastify platform.

Key Highlights

  • Added Redis driver identification for microservices.
  • Fixed middleware auto-run for HEAD requests in Fastify.
  • Dependency updates for Fastify and file-type.

New Features

  • Redis driver identification for microservices

Full Release Notes

## v11.1.17 (2026-03-16)

#### Enhancements
* `microservices`
  * [#16218](https://github.com/nestjs/nest/pull/16218) feat(microservices): add redis driver identification ([@vchomakov](https://github.com/vchomakov))

#### Bugs
* `platform-fastify`
  * auto-run middleware for HEAD requests as fastify redirects them to GET handlers (effectively skipping middleware execution) https://github.com/nestjs/nest/commit/cbdf737cd6e7cefa52d05ecea2ae4af95c464614 (@kamilmysliwiec)

#### Dependencies
* `common`
  * [#16567](https://github.com/nestjs/nest/pull/16567) fix(deps): update dependency file-type to v21.3.2 ([@renovate[bot]](https://github.com/apps/renovate))
* `platform-fastify`
  * [#16533](https://github.com/nestjs/nest/pull/16533) fix(deps): update dependency fastify to v5.8.2 ([@renovate[bot]](https://github.com/apps/renovate))

#### Committers: 3
- Rohan Santhosh Kumar ([@Rohan5commit](https://github.com/Rohan5commit))
- Vasil Chomakov ([@vchomakov](https://github.com/vchomakov))
- Kamil Mysliwiec (@kamilmysliwiec)