v1.3.1.beta
·
7 commits
to master
since this release
[1.3.1.beta] - 2026-06-03
- Prevent
ErrorResponse::RequestErrorfrom being swallowed by broad handlers such asrescue_from Exception. - Handle
RequestErrorthroughErrorResponse::Helper#rescue_with_handlerbefore falling back to generic rescue flow. - Add RSpec coverage for rescue order behavior with both
RequestErrorand non-RequestErrorexceptions. - Update README to document the rescue order guarantee and usage notes with broad exception handlers.