All Versions
17
Latest Version
Avg Release Cycle
79 days
Latest Release
2537 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.2.1
February 05, 2018 -
v2.2.0 Changes
August 09, 20162.2.0 - 2016-08-09
➕ Added
- Externally provided event listener channel (@spencerkimball)
🗄 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
-
v2.1.6 Changes
February 02, 20162.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, 20152.1.5 - 2015-11-19
➕ Added
- Nothing
🗄 Deprecated
- Nothing
✂ Removed
- Nothing
🛠 Fixed
- Respect backoff.Stop [@bc-vincent-zhao]
-
v2.1.4 Changes
September 01, 20152.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 -
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()