Closed cmeyertons closed 3 months ago
Currently, adaptive options are not respected on an exception.
This prevents application code from performing dynamic fail-safe logic based on the exception that was thrown (#275 )
I have provided a PR with tests that were broken until illustrating the behavior (#276)
Adaptive options are now respected on error, allowing for dynamic fail-safe enablement
I've encountered this issue on:
Hi @cmeyertons , thanks for pointing out this edge case. I just reviewed + merged your PR, thanks a lot!
Hi all, v1.3.0 is out 🥳
Describe the bug
Currently, adaptive options are not respected on an exception.
This prevents application code from performing dynamic fail-safe logic based on the exception that was thrown (#275 )
To Reproduce
I have provided a PR with tests that were broken until illustrating the behavior (#276)
Expected behavior
Adaptive options are now respected on error, allowing for dynamic fail-safe enablement
Versions
I've encountered this issue on: