v11.0.8
nestjs/nestv11.0.8Feb 6, 2025by kamilmysliwiec
AI Summary
Patch release fixing URL handling for optional groups and middleware checks in Express 5.
Key Highlights
- Add support for optional named wildcard groups in addLeadingSlash
- Make middleware checks work with Express 5
Full Release Notes
## v11.0.8 (2025-02-06) #### Bug fixes * `common` * [#14546](https://github.com/nestjs/nest/pull/14546) fix(common): addLeadingSlash optional group support ([@dcharbonnier](https://github.com/dcharbonnier)) * `platform-express` * [#14574](https://github.com/nestjs/nest/pull/14574) fix(platform-express) make check for existing middlewares work with Express 5 ([@luddwichr](https://github.com/luddwichr)) #### Committers: 4 - Ghassen Rjab ([@GhassenRjab](https://github.com/GhassenRjab)) - Shay Molcho ([@shaymolcho](https://github.com/shaymolcho)) - [@dcharbonnier](https://github.com/dcharbonnier) - [@luddwichr](https://github.com/luddwichr)