All Versions
17
Latest Version
Avg Release Cycle
79 days
Latest Release
2270 days ago

Changelog History
Page 2

  • v2.0.2 Changes

    October 13, 2014

    โž• Added

    • ResetCounters

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • Nothing
  • v2.0.1 Changes

    October 13, 2014

    โž• Added

    • Nothing

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • Error rate should return 0.0 if there have been no samples
  • v2.0.0 Changes

    October 13, 2014

    โž• Added

    • All circuit breakers are now a Breaker with trip semantics handled by a TripFunc
    • ๐Ÿ†• NewConsecutiveBreaker
    • ๐Ÿ†• NewRateBreaker
    • ConsecFailures
    • ErrorRate
    • Success
    • Successes
    • 0๏ธโƒฃ Retry logic now uses cenkalti/backoff, exponential backoff by default

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • TrippableBreaker, ThresholdBreaker, FrequencyBreaker, TimeoutBreaker; all handled by Breaker now
    • ๐Ÿ†• NewFrequencyBreaker, replaced by NewConsecutiveBreaker
    • ๐Ÿ†• NewTimeoutBreaker, time out semantics are now handled by Call()
    • NoOp(), use a Breaker with no TripFunc instead

    ๐Ÿ›  Fixed

    • Nothing
  • v1.1.2 Changes

    August 20, 2014

    โž• Added

    • Nothing

    ๐Ÿ—„ Deprecated

    • Nothing

    ๐Ÿ›  Fixed

    • For a FrequencyBreaker, Failures() should return the count since the duration start, even after resetting.
  • v1.1.1 Changes

    August 20, 2014

    โž• Added

    • Nothing

    ๐Ÿ—„ Deprecated

    • Nothing

    ๐Ÿ›  Fixed

    • Only send the reset event if the breaker was in a tripped state
  • v1.1.0 Changes

    August 16, 2014

    โž• Added

    • Re-export a Panels Circuits map. It's handy and if you mess it up, it's on you.

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • Nothing
  • v1.0.0 Changes

    August 16, 2014

    โž• Added

    • This will be the public API for version 1.0.0. This project will follow semver rules.