Skip to content

Releases: rubyist/circuitbreaker

v2.2.2

15 May 19:00
aa18995
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.2

v2.2.1

05 Feb 14:56
Compare
Choose a tag to compare
Merge pull request #44 from abferm/master

Fix issue #43 [Value alignment issue on 32-bit systems (ARM)]

Release 2.2.0

09 Aug 17:11
Compare
Choose a tag to compare

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)

Release 2.1.7

27 Jul 20:52
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • 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

Release 2.1.6

02 Feb 19:15
Compare
Choose a tag to compare

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]

Release 2.1.5

19 Nov 14:45
Compare
Choose a tag to compare

2.1.5 - 2015-11-19

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

Release 2.1.4

01 Sep 13:29
Compare
Choose a tag to compare

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]

Release 2.1.3

05 Aug 14:06
Compare
Choose a tag to compare

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]

Release 2.1.2

03 Apr 14:30
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

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

Release 2.1.1

29 Oct 20:21
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

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