Skip to content

v2.0.0.beta4

Pre-release
Pre-release

Choose a tag to compare

@kamui kamui released this 26 May 20:47
· 226 commits to main since this release
Immutable release. Only release title and notes can be modified.
  • Change #retry back to #retriable. Didn't like the idea of defining a method that is also a reserved word.
  • Add ability for :on argument to accept a Hash where the keys are exception types and the values are a single or array of Regexp pattern(s) to match against exception messages for retrial.