Skip to content

Releases: nestjs/nest

v11.1.29

Choose a tag to compare

@kamilmysliwiec kamilmysliwiec released this 10 Aug 09:40
03587a1

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

Full Changelog: v11.1.28...v11.1.29

v11.1.28

Choose a tag to compare

@kamilmysliwiec kamilmysliwiec released this 08 Jul 08:33
dfaa376

v11.1.28 (2026-07-08)

Bug fixes

  • core
    • #17239 fix(core): trigger teardown of SSE producer Observable on client disconnect with interceptor (@jyx-07)
  • common
    • #17257 fix(common): Add missing exception classes to HttpErrorByCode (@Se3do)
  • websockets
    • #17188 fix(websockets): correct type guard to check value not key (@Se3do)

Enhancements

  • core
    • #17241 feat(core): include auto-converted route in legacy route path warning (@ronielli)

Dependencies

Committers: 4

v11.1.27

Choose a tag to compare

@kamilmysliwiec kamilmysliwiec released this 15 Jun 09:17
660a124

What's Changed

Full Changelog: v11.1.26...v11.1.27

v11.1.26

Choose a tag to compare

@kamilmysliwiec kamilmysliwiec released this 08 Jun 12:37
9ff83d5

What's Changed

Full Changelog: v11.1.25...v11.1.26

v11.1.25

Choose a tag to compare

@kamilmysliwiec kamilmysliwiec released this 08 Jun 07:39
02f8041

What's Changed

New Contributors

Full Changelog: v11.1.24...v11.1.25

v11.1.24

Choose a tag to compare

@kamilmysliwiec kamilmysliwiec released this 25 May 08:41
d8a0ab8

v11.1.24 (2026-05-25)

Bug fixes

Enhancements

  • core
    • #16997 feat(core): warn on late websocket adapter registration (@hbinhng)

Dependencies

Committers: 2

v11.1.23

Choose a tag to compare

@kamilmysliwiec kamilmysliwiec released this 21 May 18:18
b8be8c1

v11.1.23 (2026-05-21)

Bug fixes

  • core
    • #16998 fix snapshot: true eagerly instantiates Terminus transient indicators since 11.1.20

Committers: 1

v11.1.22

Choose a tag to compare

@kamilmysliwiec kamilmysliwiec released this 21 May 08:57
801c46f

v11.1.22 (2026-05-21)

Bug fixes

Enhancements

Committers: 2

v11.1.21

Choose a tag to compare

@kamilmysliwiec kamilmysliwiec released this 14 May 09:00
983dd52

v11.1.21 (2026-05-14)

Bug fixes

  • core

Committers: 1

v11.1.20

Choose a tag to compare

@kamilmysliwiec kamilmysliwiec released this 13 May 07:29
7caeb3f

v11.1.20 (2026-05-13)

Bug fixes

  • core, testing
  • core
  • microservices
    • #16850 fix(microservices): ServerRMQ crashes at boot when @MessagePattern(undefined) is combined with wildcards: true (@lavieennoir)
  • common
    • #16845 fix(common): accept zero timestamp in parse date pipe (@Mysh3ll)
  • platform-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
  • platform-express

Dependencies

Committers: 13