* Added support for optional Redis backing (Thanks phillbaker!) * Fixed: Should listener.failure be called when the circuit is closed and a call fails? (Thanks sj175 for the report!) * Fixed: Wrapped function is called twice during successful call in open state (Thanks jstordeur!)
0.3.1
* Added support for optional Redis backing
0.3.0
* Fixed generator issue. (Thanks dpdornseifer!)
0.2.3
* Added support to generator functions. (Thanks mauriciosl!)
0.2.1
* Fixed a few concurrency bugs.
0.2
* Several API changes, breaks backwards compatibility. * New CircuitBreakerListener class that allows the user to listen to events in a circuit breaker without the need to subclass CircuitBreaker. * Decorator now uses 'functools.wraps' to avoid loss of information on decorated functions.