Skip to content

Releases: nestjs/nest

v11.1.17

16 Mar 10:41
447a373

Choose a tag to compare

v11.1.17 (2026-03-16)

Enhancements

  • microservices

Bugs

  • platform-fastify
    • auto-run middleware for HEAD requests as fastify redirects them to GET handlers (effectively skipping middleware execution) cbdf737 (@kamilmysliwiec)

Dependencies

Committers: 3

v11.1.16

05 Mar 13:25
315e698

Choose a tag to compare

v11.1.16 (2026-03-05)

Bug fixes

  • microservices
    • #16506 fix(microservices): fix double callback when isdisposed or err is truthy (@LhonRafaat)

Dependencies

Committers: 2

v11.1.15

03 Mar 13:53
cb68ac2

Choose a tag to compare

What's Changed

  • fix(microservices): if indexOf return 0 will if will be falsy by @cuiweixie in #16401
  • fix(microservices): introuduce max pattern depth and object complexity by @kamilmysliwiec in #16402
  • chore(@nestjs/core): allow override for initializeWildcardHandlersIfE… by @StNekroman in #16468
  • chore(deps): update dependency @fastify/middie to v9.2.0 [security] by @renovate[bot] in #16472
  • fix(deps): update dependency multer to v2.1.0 [security] by @renovate[bot] in #16474

New Contributors

Full Changelog: v11.1.14...v11.1.15

v11.1.14

17 Feb 16:26
5d31df7

Choose a tag to compare

v11.1.14 (2026-02-17)

Bug fixes

Enhancements

Committers: 5

v11.1.13

03 Feb 13:07
e3a958a

Choose a tag to compare

v11.1.13 (2026-02-03)

Bug fixes

  • common
    • #16230 fix(common): Fix skipping maxArrayLength and maxStringLength option (@chojs23)

Enhancements

Dependencies

Committers: 6

v11.1.12

15 Jan 08:31
96932ad

Choose a tag to compare

v11.1.12 (2026-01-15)

Bug fixes

  • common

Dependencies

Committers: 3

v10.4.22

10 Jan 16:27
e88b270

Choose a tag to compare

What's Changed

Full Changelog: v10.4.21...v10.4.22

v10.4.21

08 Jan 09:42
fd11464

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.4.20...v10.4.21

v11.1.11

29 Dec 13:32
20529c0

Choose a tag to compare

v11.1.11 (2025-12-29)

Bug fixes

  • platform-fastify
  • core
    • #16133 fix(core): add missing catch handler for forward-ref provider resolution (@coti-z)

Dependencies

Committers: 3

v11.1.10

22 Dec 08:58
8ea5aae

Choose a tag to compare

v11.1.10 (2025-12-22)

Bug fixes

  • core
    • #16098 fix(core): instantiate nested transient providers in static context (@mag123c)
    • #16005 fix(core): resolve all providers when using resolve() with each option (@malkovitc)
  • microservices
    • #16072 fix(microservices): fix grpc stream method return type (@shash-hq)
  • common

Enhancements

Dependencies

Committers: 11