Releases: nestjs/nest
Releases 路 nestjs/nest
Release list
v11.2.1
What's Changed
- fix(core): early-return SSE abort issue by @kamilmysliwiec
Full Changelog: v11.2.0...v11.2.1
v11.2.0
What's Changed
- fix(core): share existing singleton providers with lazily loaded modules by @shariyerShazan in #17430
- fix(common): match string file types containing regex metacharacters by @Jaybhade in #17435
- fix(core): convert adjacent wildcard segments in legacy route converter by @eeshsaxena in #17416
- fix(fastify): run middleware on routes excluded from global prefix by @Arun445 in #17377
- fix(fastify): avoid double prefixing inherited middleware by @GiHoon1123 in #17350
- fix(core): scan pre-registered dynamic imports of lazy modules by @johnnyhuirilef in #17464
- feat(core,common,platform-fastify): add query http method support by @gacardinal in #17162
- fix(common): exclude reverse-mapped keys from numeric enum validation in ParseEnumPipe by @LeSingh1 in #17086
- test(testing): Add e2e integration tests for HTTP QUERY method (RFC 10008) by @brayanjeshua in #17310
- feat(core): sse signal by @kamilmysliwiec in #17469
- chore(deps): update dependency fastify to v5.12.0 by @renovate[bot] in #17473
New Contributors
- @shariyerShazan made their first contribution in #17430
- @Jaybhade made their first contribution in #17435
- @eeshsaxena made their first contribution in #17416
- @Arun445 made their first contribution in #17377
- @GiHoon1123 made their first contribution in #17350
- @johnnyhuirilef made their first contribution in #17464
- @gacardinal made their first contribution in #17162
- @LeSingh1 made their first contribution in #17086
- @brayanjeshua made their first contribution in #17310
Full Changelog: v11.1.29...v11.2.0
v11.1.29
What's Changed
- fix(core): stop import lookup after first direct export match by @malekelkssas in #17141
- chore: update multerExceptions constant by @bo0tzz in #17328
- fix(microservices): correct pub/sub client type in redis listeners by @zaewc in #17331
- feat(common): add override mimetype option to file type validator by @Ativ3k in #17333
- fix(core): drop the g flag from middleware overlap regexes by @dchaudhari7177 in #17335
- feat(core): support sse comments by @kyu4583 in #17327
- fix(core): resolve barrier immediately when target count is zero by @ikrbasak in #17393
- fix(common): exclude pipe options from validator options by @coxxny in #17399
- fix(core): serialize SSE retry field when value is zero by @kyu4583 in #17360
- fix(microservices): nullify grpcclient on close when tryshutdown fails by @Se3do in #17394
- fix(express): map missing multer field nesting error by @Se3do in #17421
New Contributors
- @malekelkssas made their first contribution in #17141
- @hjc0930 made their first contribution in #17311
- @bo0tzz made their first contribution in #17328
- @Ativ3k made their first contribution in #17333
- @dchaudhari7177 made their first contribution in #17335
- @kyu4583 made their first contribution in #17327
- @anupamme made their first contribution in #17378
- @ikrbasak made their first contribution in #17393
- @beiifeng made their first contribution in #17404
- @coxxny made their first contribution in #17399
Full Changelog: v11.1.28...v11.1.29
v11.1.28
v11.1.28 (2026-07-08)
Bug fixes
corecommonwebsockets
Enhancements
Dependencies
platform-fastify- #17262 chore(deps): bump fastify from 5.8.5 to 5.10.0 (@dependabot[bot])
platform-express- #17164 fix(deps): update dependency multer to v2.2.0 [security] (@renovate[bot])
Committers: 4
- Mohammed Said (@Se3do)
- Ronielli (@ronielli)
- greymoth (@greymoth-jp)
- 膦呾湦 (@jyx-07)
v11.1.27
What's Changed
- fix(core): sse async handlers teardown issue by @kamilmysliwiec in #17131
- fix(platform-fastify): forRoutes middleware ending slash by @kamilmysliwiec in #17138
Full Changelog: v11.1.26...v11.1.27
v11.1.26
What's Changed
- fix(core): post sse endpoint empty response #17098 by @kamilmysliwiec in #17099
Full Changelog: v11.1.25...v11.1.26
v11.1.25
What's Changed
- fix(microservices): reject pending Redis requests on close by @yudin-s in #17024
- fix(core): register SSE close listener before async setup by @fallintoplace in #17018
- fix(platform-fastify): remove pathname ending slash by @kamilmysliwiec in #17094
New Contributors
- @fallintoplace made their first contribution in #17018
- @DucMinhNe made their first contribution in #17085
- @iambeaukim made their first contribution in #17091
Full Changelog: v11.1.24...v11.1.25
v11.1.24
v11.1.24 (2026-05-25)
Bug fixes
core- #17009 fix(core): reset dependency-tree cache on metadata changes (@puneetdixit200)
Enhancements
Dependencies
platform-ws- #17011 chore(deps): bump ws from 8.20.1 to 8.21.0 (@dependabot[bot])
Committers: 2
- Nguy峄卬 H岷 B矛nh (@hbinhng)
- Puneet Dixit (@puneetdixit200)
v11.1.23
v11.1.23 (2026-05-21)
Bug fixes
core- #16998 fix snapshot: true eagerly instantiates Terminus transient indicators since 11.1.20
Committers: 1
- Kamil Mysliwiec (@kamilmysliwiec)
v11.1.22
v11.1.22 (2026-05-21)
Bug fixes
core- #16993 fix(core): inflight request injection bug #16989 (@kamilmysliwiec)
Enhancements
core- #16967 fix(core): identify decorator type in invalid-class-module error (@HarrierOnChain)
Committers: 2
- Harrier (@HarrierOnChain)
- Kamil Mysliwiec (@kamilmysliwiec)