Releases: etimberg/pycircuitbreaker
Releases · etimberg/pycircuitbreaker
v0.5.0
Breaking Changes
exception_blacklist
renamed to exception_denylist
. See #12 Thanks to @megaz
exception_whitelist
renamed to exception_allowlist
. See #12 Thanks to @megaz
v0.4.0
New Features
CircuitBreakerRegistry
class can be user to view the state of different breakers. Thanks @migibert
v0.3.0
New Features
When the wrapped function raises an exception, it should always be propagated. #7 Thanks @migibert
v0.2.1
Bug Fixes
- Resolves an issue where not all of the code was included in the PyPI release (#3). Thanks to @Cetlan
v0.2.0
New Features
- Ability to configure breaker error handling strategy using
strategy
option.
Initial Release
v0.1.0
Initial release of pycircuitbreaker