Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Releases: AppMetrics/Health

2.1.0

02 Dec 12:45
475e5e0
Compare
Choose a tag to compare

As part of this release we had 48 commits which resulted in 13 issues being closed.
New features

bug

  • #24 InvalidCastException when adding sql check

new features

  • #28 Allow recording of health check results as metrics
  • #26 Slack notifications on failed and degrading health checks
  • #25 Extensibility on reporting health check results
  • #17 Quite time health check
  • #16 Cache health check
  • #9 Reporting of health check results

enhancements

  • #33 Slack reporter: cleanup alert message formatting
  • #32 Allow slack reporter to continue to alert on failed checks every x interval
  • #31 Allow slack alerts to be disabled via config
  • #30 Slack Alert too noisy, current reports unhealthy every x interval
  • #29 Allow health reporting interval to be configurable
  • #19 .NET Core 2.1.0 package updates

2.0.0

29 Mar 13:42
bb85a2f
Compare
Choose a tag to compare

As part of this release we had 4 issues closed.
Final 2.0.0 preview before stable release

new feature

  • #12 Add SqlChecker

enhancements

  • #11 Don't expose exceptions in health status messages when HTTP health checks are used
  • #10 Http health check retries
  • #8 Project dependency updates

2.0.0-preview1

06 Feb 12:11
Compare
Choose a tag to compare
2.0.0-preview1 Pre-release
Pre-release

As part of this release we had 2 issues closed.

AppMetrics Health has been abstracted out of the core library to decouple Health from Metrics.

bug

  • #3 NET full framework auto register health checks

enhancement

  • #2 Add sourcelink support