You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the move of many things to user space, the factory function no longer serves a purpose. It should be removed and the CircuitBreaker constructor should be exposed.
BREAKING CHANGE
Instead of requiring the use of a factory function, which has
no real purpose other than introducing a layer of indirection,
we should really just be exposing the CircuitBreaker constructor
function.
Fixes: #364
* improvement: expose CircuitBreaker ctor
BREAKING CHANGE
Instead of requiring the use of a factory function, which has
no real purpose other than introducing a layer of indirection,
we should really just be exposing the CircuitBreaker constructor
function.
Fixes: #364
* squash: fix linting issues caused by making some lines too long
With the move of many things to user space, the factory function no longer serves a purpose. It should be removed and the
CircuitBreaker
constructor should be exposed.Ref: #350 (comment)
The text was updated successfully, but these errors were encountered: