v11.1.11

nestjs/nestv11.1.11Dec 29, 2025by kamilmysliwiec

AI Summary

This release focuses on bug fixes for the Fastify platform and core provider resolution, alongside dependency updates for Socket.IO and static file handling.

Key Highlights

  • Fixed Fastify middleware bypassing issue in middie.
  • Resolved missing catch handler for forward-ref provider resolution.
  • Updated Socket.IO to v4.8.3.
  • Updated @fastify/static to v9.

Full Release Notes

## v11.1.11 (2025-12-29)

#### Bug fixes
* `platform-fastify`
  * [#16135](https://github.com/nestjs/nest/pull/16135) fix(platform-fastify): middie bypassing through decoded chars ([@kamilmysliwiec](https://github.com/kamilmysliwiec))
* `core`
  * [#16133](https://github.com/nestjs/nest/pull/16133) fix(core): add missing catch handler for forward-ref provider resolution ([@coti-z](https://github.com/coti-z))

#### Dependencies
* `platform-socket.io`
  * [#16125](https://github.com/nestjs/nest/pull/16125) fix(deps): update dependency socket.io to v4.8.3 ([@renovate[bot]](https://github.com/apps/renovate))
  * [#16114](https://github.com/nestjs/nest/pull/16114) chore(deps): bump socket.io from 4.8.1 to 4.8.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
* `platform-fastify`
  * [#16130](https://github.com/nestjs/nest/pull/16130) fix(deps): update dependency @fastify/static to v9 ([@renovate[bot]](https://github.com/apps/renovate))
* `common`
  * [#16127](https://github.com/nestjs/nest/pull/16127) chore(deps): bump file-type from 21.1.1 to 21.2.0 ([@dependabot[bot]](https://github.com/apps/dependabot))

#### Committers: 3
- Himanshu Gupta ([@manureja64](https://github.com/manureja64))
- Kamil Mysliwiec ([@kamilmysliwiec](https://github.com/kamilmysliwiec))
- coti ([@coti-z](https://github.com/coti-z))