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

Changelog History
Page 1

  • v2.2.1

    February 05, 2018
  • v2.2.0 Changes

    August 09, 2016

    2.2.0 - 2016-08-09

    โž• Added

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • โฌ‡๏ธ Reduce allocations around last failure time storage
    • ๐Ÿ‘‰ Use the Clock for window code as well
    • โœ‚ Remove test data race
    • ๐Ÿ›  Fix race condition in state() (@tamird)
  • v2.1.7 Changes

    July 27, 2016

    โž• Added

    • Nothing

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • 0๏ธโƒฃ Set Backoff.MaxElapsedTime to 0 as default [@matope]
    • ๐Ÿ”’ Use a lock when modifying nextBackoff
    • ๐Ÿ›  Fix goroutine leak when using timeouts [@isaldana]
    • ๐Ÿ›  Fix window buckets that should be empty [@isaldana]
    • โšก๏ธ Update backoff package, which has been renamed
  • v2.1.6 Changes

    February 02, 2016

    2.1.6 - 2016-02-02

    โž• Added

    • Nothing

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • client.Do() was not returning the error when it timed out [@ryanmurf]
  • v2.1.5 Changes

    November 19, 2015

    2.1.5 - 2015-11-19

    โž• Added

    • Nothing

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

  • v2.1.4 Changes

    September 01, 2015

    2.1.4 - 2015-09-01

    โž• Added

    • Nothing

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • HTTP client was using a new panel object instead of the one it added the breaker to [@ryanmurf]
  • v2.1.3 Changes

    August 05, 2015

    2.1.3 - 2015-08-05

    โž• Added

    • ๐Ÿ”ง Configurable bucket time and number [@thraxil]
    • โœ… Use mock clock for test [@andreas]

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • ๐Ÿ› Bug in statsd bucket name documentation / example [@thraxil]
  • v2.1.2 Changes

    April 03, 2015

    โž• Added

    • Nothing

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • Simplify Call() for rate breaker, fixing a reset bug [@Melraidin]
  • v2.1.1 Changes

    October 29, 2014

    โž• Added

    • Nothing

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • Ensure the half opens counter resets when the breaker resets, or auto-resetting may not occur
  • v2.1.0 Changes

    October 16, 2014

    โž• Added

    • Failure, Sucess counts and Error Rate is now calculated over a sliding window
    • Number of buckets in the window and the time the window spans are tuneable

    ๐Ÿ—„ Deprecated

    • Nothing

    โœ‚ Removed

    • Nothing

    ๐Ÿ›  Fixed

    • A race condition in Call()