v2.0.0.beta4
Pre-release
Pre-release
·
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
:onargument to accept aHashwhere the keys are exception types and the values are a single or array ofRegexppattern(s) to match against exception messages for retrial.