Agrona v1.5.0 Release Notes

Release Date: 2020-05-21 // almost 4 years ago
    • ๐Ÿ›  Fix warning message when closing AgentRunner.
    • โž• Add ability to update counter metadata key. PR #209.
    • โž• Add alias for each IdleStrategy.
    • โž• Add CountersReader.getCounterTypeId(int).
    • ๐Ÿ”„ Change false sharing protection to be forwards compatible with Java 15 class layout.
    • ๐Ÿ†“ OffsetEpochNanoClock as an allocation free alternative EpochNanoClock. PR #206.
    • ๐Ÿ‘Œ Improve performance of forEach and iterators on collections.
    • ๐Ÿ–จ Have array backed direct buffer not print their content in toString() methods.
    • โฌ†๏ธ Upgrade to JUnit 5.6.2.
    • โฌ†๏ธ Upgrade to javadoc-links 5.1.0.
    • โฌ†๏ธ Upgrade to ByteBuddy 10.10.0.
    • โฌ†๏ธ Upgrade to Gradle 5.6.1.

    Binaries can be found here...