v6.3.0
kamilmysliwiec
released this
05 Jun 08:47
·
14798 commits
to master
since this release
Features
- common: add
enableImplicitConversion
option toValidationPipe
#2253 - common: add
ParseUUID
pipe #2062 - common: add option to allow validation of custom decorators #2304
- core: add
init()
method to the application context interface #1592 - core:
useExisting
provider #2145 - microservices:
RequestContext
in request-scoped providers #2111 - microservices: add
ack
boolean option to RMQ microservice settings #1583 - microservices: add
@GrpcStreamMethod
and@GrpcStreamCall
decorators (streaming support) #1568
Bug Fixes
- common: allow classes as parameters of custom decorators #1562
- core: fix override logic (enhancers and providers) #2070
- microservices: return correct type client type in
ClientProxyFactory
#2240 - microservices: gracefully handle invalid messages sent through network #2299
- microservices: allow setting max message length (gRPC client) #2295
- microservices: fix gRPC server streaming error handling #1466