Skip to content

v2.0.0.beta1

Pre-release
Pre-release

Choose a tag to compare

@kamui kamui released this 26 May 20:47
· 246 commits to main since this release
Immutable release. Only release title and notes can be modified.
  • Require ruby 2.0+.
  • Default to random exponential backoff, removes the interval option. Exponential backoff is configurable via arguments.
  • Allow configurable defaults via Retriable#configure block.
  • Change Retriable.retriable to Retriable.retry.
  • Support early termination via max_elapsed_time argument.