v11.0.11

nestjs/nestv11.0.11Feb 28, 2025by kamilmysliwiec

AI Summary

Performance improvements for the Fastify platform and dependency updates for CORS and WebSocket.

Key Highlights

  • Switch deprecated parser querystring for fast-querystring
  • Update @fastify/cors to v11
  • Update ws to v8.18.1

Full Release Notes

## v11.0.11 (2025-02-28)

#### Enhancements
* `platform-fastify`
  * [#14677](https://github.com/nestjs/nest/pull/14677) perf: Switch deprecated parser querystring for fast-querystring ([@smith558](https://github.com/smith558))

#### Dependencies
* `platform-fastify`
  * [#14711](https://github.com/nestjs/nest/pull/14711) fix(deps): update dependency @fastify/cors to v11 ([@renovate[bot]](https://github.com/apps/renovate))
* `platform-ws`
  * [#14689](https://github.com/nestjs/nest/pull/14689) chore(deps): bump ws from 8.18.0 to 8.18.1 ([@dependabot[bot]](https://github.com/apps/dependabot))

#### Committers: 1
- Stanislav (Stanley) Modrak ([@smith558](https://github.com/smith558))