v11.0.21

nestjs/nestv11.0.21Apr 23, 2025by kamilmysliwiec

AI Summary

This release adds a fallback option for mime types in file validation and updates the Fastify dependency for security.

Key Highlights

  • Added `fallbackToMimetype` support in `FileTypeValidator`.
  • Updated `fastify` dependency to v5.3.2 for security.

New Features

  • Add fallbackToMimetype support in FileTypeValidator

Full Release Notes

## v11.0.21 (2025-04-23)

#### Enhancements
* `common`
  * [#14995](https://github.com/nestjs/nest/pull/14995) feat(common): Add fallbackToMimetype support in FileTypeValidator ([@mag123c](https://github.com/mag123c))

#### Dependencies
* `platform-fastify`
  * [#14989](https://github.com/nestjs/nest/pull/14989) fix(deps): update dependency fastify to v5.3.2 [security] ([@renovate[bot]](https://github.com/apps/renovate))

#### Committers: 1
- JaeHo Jang ([@mag123c](https://github.com/mag123c))