v11.2.2

nestjs/nestv11.2.2Aug 25, 2026by kamilmysliwiec

AI Summary

This release focuses on critical bug fixes to prevent application crashes during startup, specifically targeting instrumentation and CLS proxy provider resolution.

Key Highlights

  • Fix for ObserveInstrument breaking app startup
  • Fix for Bootstrap crashes with nestjs-cls proxy providers
  • Resolves ProxyProviderNotResolvedException on CLS_REQ

Full Release Notes

## What's changed

- fix(core): ObserveInstrument breaks app startup with @nestjs/core@11.2.x #17554 by @kamilmysliwiec 
- fix(core): Bootstrap crashes with nestjs-cls proxy providers (ProxyProviderNotResolvedException on CLS_REQ) #17553 by @kamilmysliwiec