Skip to content

v1.3.1.beta

Choose a tag to compare

@william-eth william-eth released this 04 Jun 06:04
· 7 commits to master since this release

[1.3.1.beta] - 2026-06-03

  • Prevent ErrorResponse::RequestError from being swallowed by broad handlers such as rescue_from Exception.
  • Handle RequestError through ErrorResponse::Helper#rescue_with_handler before falling back to generic rescue flow.
  • Add RSpec coverage for rescue order behavior with both RequestError and non-RequestError exceptions.
  • Update README to document the rescue order guarantee and usage notes with broad exception handlers.