Releases: nestjs/nest
Releases · nestjs/nest
Release list
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ễn Hải 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)
v11.1.21
v11.1.20
v11.1.20 (2026-05-13)
Bug fixes
core,testing- #16939 fix(core): fix deeply nested transient providers resolution (@kamilmysliwiec)
core- #16861 fix(core): fix @sse losing events on complete (@MatthiasBrehmer)
- #16753 fix(core): defer sse writehead until after lifecycle completes (@jkalberer)
- #16782 fix(core): use strict null check for SSE message id (@burhanharoon)
microservices- #16850 fix(microservices): ServerRMQ crashes at boot when @MessagePattern(undefined) is combined with wildcards: true (@lavieennoir)
commonplatform-socket.io- #16742 fix(socket.io): Deduplicate disconnect listener in bindMessageHandlers (@fru1tworld)
Enhancements
microservices- #16676 feat(microservices): add return buffers option for binary data (@Forceres)
- #16826 feat(microservices): handle rmq blocked/unblocked connection events (@thisalihassan)
common- #16902 fix(common): filetype validator buffer message (@QusaiAlbonni)
platform-express- #16844 feat(platform-express): add defParamCharset to MulterOptions (@starnayuta)
Dependencies
platform-ws- #16941 chore(deps): bump ws from 8.20.0 to 8.20.1 (@dependabot[bot])
Committers: 13
- Ali Hassan (@thisalihassan)
- Burhan Haroon⚡ (@burhanharoon)
- Dmytro Khyzhniak (@lavieennoir)
- Harsh Rathod (@harshrathod50)
- IlyaCredo (@Forceres)
- Kamil Mysliwiec (@kamilmysliwiec)
- Mysh3ll (@Mysh3ll)
- @MatthiasBrehmer
- @QusaiAlbonni
- @jkalberer
- @pazaderey
- fru1tworld (@fru1tworld)
- starnayuta (@starnayuta)