Skip to content

Release 5.0.0

Compare
Choose a tag to compare
@kamilmysliwiec kamilmysliwiec released this 20 Jan 10:54
· 15 commits to master since this release
27d0ee8

v5.0.0 (2025-01-20)

Migration guide: https://docs.nestjs.com/migration-guide

Improvements/features

  • send 404 when file does not exist
  • support preCompressed, decorateReply configuration options (Fastify)
  • support useGlobalPrefix to auto-prepend all routes with the application's global prefix
  • support Fastify v5
  • support Express v5

Breaking changes