Skip to content

Releases: etimberg/pycircuitbreaker

v0.5.0

30 Jun 21:46
7e3fc7e
Compare
Choose a tag to compare

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

26 May 11:55
5af7f75
Compare
Choose a tag to compare

New Features

  • CircuitBreakerRegistry class can be user to view the state of different breakers. Thanks @migibert

v0.3.0

22 May 21:09
8662748
Compare
Choose a tag to compare

New Features

When the wrapped function raises an exception, it should always be propagated. #7 Thanks @migibert

v0.2.1

10 Apr 23:03
c091766
Compare
Choose a tag to compare

Bug Fixes

  • Resolves an issue where not all of the code was included in the PyPI release (#3). Thanks to @Cetlan

v0.2.0

17 Feb 21:58
Compare
Choose a tag to compare

New Features

  • Ability to configure breaker error handling strategy using strategy option.

v0.1.1

16 Feb 20:20
Compare
Choose a tag to compare
Get correct tag name

Initial Release

16 Feb 20:12
Compare
Choose a tag to compare

v0.1.0

Initial release of pycircuitbreaker