Agrona v1.0.7 Release Notes

Release Date: 2019-08-12 // over 4 years ago
    • ➕ Add long variants of BitUtil.isPowerOfTwo() and BitUtil.findNextPositivePowerOfTwo().
    • 🔄 Change tick resolution in DeadlineTimerWheel to be a long rather than int to allow for time unit to be in nanoseconds with tick resolution to be in seconds.
    • Correct implementation of CollectionUtil.validatePositivePowerOfTwo(). Issue #179.
    • ⚡️ Don't update error counters in agent runners and invokers when not running to closed to avoid segfaults.
    • ⬆️ Upgrade to javadoc-links 3.8.2.

    Binaries can be found here...