Releases: PhantomThief/simple-failover-java
Releases · PhantomThief/simple-failover-java
Release 0.1.11
Performance
- Using LCG for RandomListUtils.
Release 0.1.10
Feature
- Add ConcurrencyAware.
Misc
- Add warning log on checker and onMinWeight conflicts.
Release 0.1.9
Enhancement
- Add name for checker thread.
Release 0.1.8
Misc
- Add log on failover objects down.
Release 0.1.7
Performance
- Reduce an unnecessary sum calculate.
Release 0.1.6
Bugfix
- Fix wrong exception was threw in RetryUtils.
Release 0.1.5
Feature
- Add a combo failover implement.
Release 0.1.4
Enhancement
- Add a parameter can add nodes automatically on failover.success or failover.fail was called.
Release 0.1.3
Bugfix
- Fix sometimes recovery check thread leaks after failover is closed.
Release 0.1.2
Enhancements
- Add Supplier parameter for DummyFailover.