* `exception_blacklist` renamed to `exception_denylist`. See 12 Thanks to megaz * `exception_whitelist` renamed to `exception_allowlist`. See 12 Thanks to megaz
0.4.0
New Features
* `CircuitBreakerRegistry` class can be user to view the state of different breakers. Thanks migibert
0.3.0
New Features
When the wrapped function raises an exception, it should always be propagated. 7 Thanks migibert
0.2.1
Bug Fixes
* Resolves an issue where not all of the code was included in the PyPI release (3). Thanks to Cetlan
0.2.0
New Features
* Ability to configure breaker error handling strategy using `strategy` option.