Releases: nestjs/terminus
Releases · nestjs/terminus
Release 8.0.1
Release 8.0.0
8.0.0 (2021-08-27)
Acknowledgement
Big thanks to @Tony133 and everyone who helped pushing for 8.0.0 ❤️
Bug Fixes
- deps: update dependency @grpc/proto-loader to v0.6.2 (821fb9e)
- deps: update dependency fastify to v3.17.0 (1a744b1)
- deps: update dependency typeorm to v0.2.34 (99b1e44)
Code Refactoring
- remove deprecated Terminus API (70e36ed)
Features
- upgrade to v8 (ba6eee0)
BREAKING CHANGES
HttpHealthIndicator
requires@nestjs/axios
to be installed as well asHttpModule
to be importedTerminusModule.forRoot{Async)
has been removed
In order to migrate, check out: https://docs.nestjs.com/migration-guide#terminus
- Upgrade to NestJS v8.x.x
Release 7.2.0
Release 7.2.0-next.0
Release 7.1.2
Release 7.1.1
Release 7.1.0
7.1.0 (2021-01-31)
Features
- dns: add responseCheck function (e31a9e3) #984
- sequelize: add sequelize health indicator (9b2e262) #633
Others
- dns:
DNSHealthIndicator
has been renamed toHttpHealthIndicator
. This deprecation will be removed in 8.x.x. In order to migrate, simply replaceDNSHealthIndicator
withHttpHealthIndicator
, the behavior stays the same.