Skip to content

Releases: nestjs/nest

v6.2.0

11 May 12:01
5fce020
Compare
Choose a tag to compare

Features

  • core: customizable ExternalContextCreator (pass options object that determines which enhancers should be applied - interceptors, guards, or filters respectively)

v6.1.1

15 Apr 10:22
8d7375f
Compare
Choose a tag to compare

Bug Fixes

  • common: fix HttpException breaking change on message property #1970
  • core: invalid context in request-scoped interceptors #1987

v6.1.0

10 Apr 11:12
22a54d7
Compare
Choose a tag to compare

Features

  • core: allow setting headers and status code from interceptors/guards #1869
  • microservices: allow setting socketOptions in both ClientRMQ and ServerRMQ #1549

Bug Fixes

  • microservices: ServerTCP fix host property usage #1967
  • microservices: export ClientRMQ and ServerRMQ classes #1891
  • platform-fastify: fix http2 property delegation (constructor options) #1950

v6.0.5

31 Mar 19:07
2e89503
Compare
Choose a tag to compare

Bug Fixes

  • microservices: fix Scope.REQUEST in microservices #1886
  • platform-fastify: fix cors options delegation #1867

v6.0.3

26 Mar 11:19
cf7ff71
Compare
Choose a tag to compare

Bug Fixes

  • core: fix ExternalExceptionFilterContext (ApplicationConfig) #1805
  • core: execute callback passed in to the listen() method when hostname is missing #1820
  • microservices: fix dispatchEvent in the TCP strategy #1840
  • microservices: allow Unicode characters in the TCP strategy #1795

v6.0.1

18 Mar 11:31
55646f5
Compare
Choose a tag to compare

Bug Fixes

  • core: invalid proxy configuration #1690
  • testing: dependency injection in TestingModule #1689
  • platform-fastify: fix invalid routes mapping #1703

v6.0.0

16 Mar 23:07
9e9b8b9
Compare
Choose a tag to compare

Features

  • core: extract platforms (express/fastify/socket.io/ws) #1329
  • core: HTTP request based (and Transient) DI #1376
  • core: new lifecycle hooks #1416
  • microservices: event-based communication feature (read more)

Improvements

  • common: simplify reflection metadata API (@SetMetadata())
  • common: generic Provider types #1574
  • core: simplify Middleware API #1474

Bug Fixes

  • all: dynamic require() issues (webpack build) #1386
  • core: global and local interceptor execution #1016
  • testing: deprecated warning when initializing TestingModule #1320

v5.7.4

09 Mar 13:42
Compare
Choose a tag to compare

Bug Fixes

  • common: error response with ValidationPipe is incorrect #1622
  • core: base path issue (incompatibility with module path) #1594
  • core: FastifyAdapter wasn't triggering middleware when query parameter was present #1474

v5.7.3

22 Feb 07:54
Compare
Choose a tag to compare

Bug Fixes

  • core: display symbol in UnknownDependencyException #1563
  • microservices: fix RabbitMQ reply-to queue #1571

v5.7.2

08 Feb 17:04
Compare
Choose a tag to compare

Bug Fixes

  • core: fastify middleware bug (query parameters break wildcards) #972