Releases: nestjs/nest
Releases · nestjs/nest
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)
v11.1.19
v11.1.19 (2026-04-13)
Bug fixes
microservices- #16762 fix(microservices): use backing field for consumer CRASH event listener (@burhanharoon)
- #16764 fix(microservices): prevent stack overflow in jsonsocket.handledata() (@kamilmysliwiec)
Committers: 2
- Burhan Haroon⚡ (@burhanharoon)
- Kamil Mysliwiec (@kamilmysliwiec)
v11.1.18
v11.1.18 (2026-04-03)
Bug fixes
microservicescore- #16683 fix(core): prevent injector hang when design:paramtypes is missing (@Youmoo)
- #16637 fix(core): dependency injection edge case with moduleref.create (@JakobStaudinger)
- #16686 fix(core): sanitize sse message
Dependencies
core,platform-express,platform-fastify- #16679 fix(deps): update dependency path-to-regexp to v8.4.2 (@renovate[bot])
platform-fastify- #16623 fix(deps): update dependency fastify to v5.8.4 (@renovate[bot])
platform-ws- #16618 chore(deps): bump ws from 8.19.0 to 8.20.0 (@dependabot[bot])
common- #16619 chore(deps): bump file-type from 21.3.3 to 21.3.4 (@dependabot[bot])
Committers: 6
- Ankit San (@ankitbelal)
- Jakob Staudinger (@JakobStaudinger)
- Kamil Mysliwiec (@kamilmysliwiec)
- Krishna Chaitanya (@Krishnachaitanyakc)
- MK (@wwenrr)
- youmoo (@Youmoo)
v11.1.17
v11.1.17 (2026-03-16)
Enhancements
microservices- #16218 feat(microservices): add redis driver identification (@vchomakov)
Bugs
platform-fastify- auto-run middleware for HEAD requests as fastify redirects them to GET handlers (effectively skipping middleware execution) cbdf737 (@kamilmysliwiec)
Dependencies
common- #16567 fix(deps): update dependency file-type to v21.3.2 (@renovate[bot])
platform-fastify- #16533 fix(deps): update dependency fastify to v5.8.2 (@renovate[bot])
Committers: 3
- Rohan Santhosh Kumar (@Rohan5commit)
- Vasil Chomakov (@vchomakov)
- Kamil Mysliwiec (@kamilmysliwiec)