Closed cmeyertons closed 3 months ago
@jodydonetti thank you very much for merging! Don't want to be a pest but do you know a timeline when this change would be released?
Not fail-safing on 4xx requests is critical for our go-live in a few weeks.
I should be able to push out a new version this weekend, sounds good?
Hi all, v1.3.0 is out 🥳
Adaptive Options are now being respected before executing failsafe logic to allow for dynamic fail-safe enablement based on exception type.
First commit illustrates the problem (red) Second commit illustrates the solution (green)
I ran all tests in the solution locally (a couple flaked out and succeeded on re-run 🤷 )
Please let me know if there's anything you would like me to change - took the liberty of making the adaptive options code sharable to not introduce 4x duplication (vs 2 previously).