Skip to content

Releases: AppsFlyer/go-sundheit

Deprecate github.com/pkg/errors

25 Jul 06:36
07a3b5e
Compare
Choose a tag to compare
  • Remove the usage of github.com/pkg/errors, in favor of std library errors and fmt packages
  • Added ErrNotRunYet sentinel error

Improved error handling for check registration

15 Aug 13:43
fb5b7bd
Compare
Choose a tag to compare
Merge pull request #51 from dmarkhas/sensible_defaults

set default execution period to avoid panic

Major API improvements

25 May 13:48
fb853ea
Compare
Choose a tag to compare
  • Added proper context support
  • Added functional options API
  • Refactored packages for better structure and removal of cyclic deps
  • Maybe more (I'm not organized enough :P...)

Extract metric to own module and introduced health and check listeners

02 Feb 13:20
7a9c0f9
Compare
Choose a tag to compare

Metrics are now reported via listeners to avoid forcing a dependency on the users, and to better support other metrics libraries