[go: up one dir, main page]

Skip to content

2.0.0

Compare
Choose a tag to compare
@karthikmuralidharan karthikmuralidharan released this 08 Nov 03:12
· 35 commits to master since this release
d6f8f3c

A huge thanks to all the contributors for this release.

Changelog

  • Concurrent checks for all the checkers. This should prove to decrease latency for healthcheck response if there are a bunch of checkers doing Network I/O.
  • Optional global timeout for all checkers, in case you'd like to restrict the max response time. This includes context cancellation. This results in a breaking change since the checker requires the context to be passed for signalling cancellation. Thanks to @pcasaretto for working on this.
  • Observers, which are non-essential checkers that do not need to result in healthcheck failure, but can be captured for error logging.