Skip to content

Retriable 4.1.1

Choose a tag to compare

@kamui kamui released this 30 May 05:54
· 9 commits to main since this release
Immutable release. Only release title and notes can be modified.

Bug fixes

  • retry_if, on_retry, and on_give_up are now validated to be callable (respond to #call) or falsy. A non-callable truthy value raises ArgumentError at configuration time instead of a later NoMethodError on a retry path. (#140)

Internal

  • Add RBS type signatures for the public API (Retriable.configure, config, retriable, with_override, with_context, and Retriable::Config) and validate them in CI with rbs validate. (#142)
  • Enforce a minimum test coverage floor and add a bundler-audit dependency audit job to CI. (#143)
  • Remove an unused CC_TEST_REPORTER_ID from the CI workflow. (#141)