Releases: nestjs/nest
Releases · nestjs/nest
v6.7.0
v6.6.6
v6.6.3
Bug Fixes
- core: invert middleware execution order (apply middleware registered closer to the root module first)
v6.6.2
v6.6.0
Features:
- all: add API docs (better DX) #2688
- common: add log levels (
Logger
) #2813 - common: add seconds to
Logger
timestamp #2770 - common: add
@Redirect()
decorator #2632 - core: move
createResponseBody
function toHttpException
#2796 - core: allow
NestModule.configure()
method to beasync
#2767 - core: provide more descriptive error for unknown element exception #2725
- core: add
beforeApplicationShutdown
hook #2567 - core: execute middleware of dependent modules first #2406
- core: add
resolve()
method to load scoped (either request or transient) providers #2682 - microservices: use hot observables for
emit()
(ClientProxy
) #2814 - microservices: improve microservices performance by scheduling emission on
nextTick()
#2653 - microservices: add serializers/deserializers feature to allow adapting external services #2653
Bug Fixes:
- core: do not call
onModuleInit
ifnull
#2790 - core: fix request-scoped middleware #2648
- core: method handler is interfering with another handler #2663
- microservices: pass all arguments to request-scoped proxies #2805
- microservices: update
isTermined
value when manually closed #2708 - platform-express: fix
PreservePath
boolean property location inmulter
configuration #2800
Other:
- ci: migrate towards CircleCI #2720
v6.5.2
Bug Fixes
- microservices: fix microservices pattern regression (add quotes and commas)
v6.5.1
v6.5.0
v6.4.0
Features
- core: add
ApplicationConfig
to injectable providers #2412 - core: add
getNext()
toHttpArgumentsHost
#2369
Bug Fixes
- core: add error message if recursive injection happens #2481
- core: run static exception filters when request-scoped provider throws an error #2290
- core: fix invalid token created by
ModuleTokenFactory
whenuseClass
is being used #2457 - microservices: fix Redis reconnection strategy (recover from disconnect) #2246
- microservices: sort microservices patterns (JS object keys) #2428