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.