Skip to content

Remove legacy health checks and add new health check classes

Compare
Choose a tag to compare
@thetutlage thetutlage released this 20 Jun 06:45
· 3 commits to develop since this release

Breaking changes

  • Remove method connection.getReport in favor of dedicated health check classes.
  • Remove type HealthReportNode.
  • Remove config option healthCheck

Commits

  • refactor: split connection and memory checks in two health checks a4014e3
  • refactor: update warning and error threshold messages e81a395
  • refactor: add connection keyword to health check name 6e8dc87
  • feat: add dedicated health check class 118c866
  • chore: update dependencies e613330
  • Merge pull request #61 from LeadcodeDev/develop 8c8ab15
  • feat(env): add missing quotes 90d95ea
  • feat(env): add missing password key as optional string d330f82

What's Changed

New Contributors

Full Changelog: v8.0.1...v9.0.0