File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## [ 1.3.2.beta ] - 2026-06-16
1+ ## [ 1.4.0 ] - 2026-06-23
22- Relax ` activesupport ` dependency constraint from ` ~> 7.1.6 ` to ` >= 7.1.6, < 9.0 ` to unblock services upgrading to Rails 7.2 / 8.x.
3-
4- ## [ 1.3.1.beta] - 2026-06-03
53- Prevent ` ErrorResponse::RequestError ` from being swallowed by broad handlers such as ` rescue_from Exception ` .
64- Handle ` RequestError ` through ` ErrorResponse::Helper#rescue_with_handler ` before falling back to generic rescue flow.
75- Add RSpec coverage for rescue order behavior with both ` RequestError ` and non-` RequestError ` exceptions.
86- Update README to document the rescue order guarantee and usage notes with broad exception handlers.
7+ - Released as minor bump (1.4.0) so downstream services pinned to ` ~> 1.3 ` or earlier are not auto-updated; upgrade to ` ~> 1.4 ` is opt-in per service.
98
109## [ 1.3.0] - 2026-06-02
1110- Add ` config.error_message_resolver ` extension hook to customize ` ErrorResponse::Helper#error_response ` without monkey patching.
Original file line number Diff line number Diff line change 1- 1.3.2.beta
1+ 1.4.0
You can’t perform that action at this time.
0 commit comments