circuitbreaker v2.2.1 Release Notes
Release Date: 2018-02-05 // about 7 years ago-
No data yet ๐
You can check the official repo
Previous changes from v2.2.0
-
2.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)