Skip to content

Releases: J7mbo/MethodCallRetrier

v2.0.1

15 Apr 18:21
77ca82c
Compare
Choose a tag to compare

Release notes - breaking changes:

  • Added new wasSuccessful return value
  • Return values are now []interface{} so you don't have to import reflect
  • WaitTime is now a time.Duration
  • Exponent is not optional, and it's not a pointer to an int64 any more

v1.1.0

22 Feb 21:57
0d2f94e
Compare
Choose a tag to compare
  • Added jitter to backoff
  • Added ExecuteWithRetry() for userland type safety