Releases: nestjs/nest
Releases · nestjs/nest
v6.0.5
Bug Fixes
microservices : fix Scope.REQUEST
in microservices #1886
platform-fastify : fix cors
options delegation #1867
v6.0.3
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
Bug Fixes
core : invalid proxy configuration #1690
testing : dependency injection in TestingModule
#1689
platform-fastify : fix invalid routes mapping #1703
v6.0.0
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
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
Bug Fixes
core : display symbol in UnknownDependencyException #1563
microservices : fix RabbitMQ reply-to queue #1571
v5.7.2
Bug Fixes
core : fastify middleware bug (query parameters break wildcards) #972
v5.7.1
Bug Fixes
core interceptors issue (hanging request) #1536
v5.7.0
Features
common : allow array in request mapping decorators (@Get([])
, @Post([])
, etc) #1343
core : allow for multiple view dirs in Express adapter #1514
Bug Fixes
microservices : fix load proto definition file (deep definition issue) #1469
v5.6.1
Features
common : add options support to ValidationPipe
in the transformation phase #1374
core : support abstract classes in INestApplicationContext
#1452
websockets : support RegExp
in namespaces #1431
websockets : pass down more options to the underlying gRPC instance #1388
Bug Fixes
common : fix configurable axios
instance in async HttpModule
#1257
core : fix error message in case of circular dependency (wrong url) #1441
microservices : support proto namespaces in gRPC #1371
You can’t perform that action at this time.