Agrona v1.3.0 Release Notes

Release Date: 2020-01-21 // about 4 years ago
    • โž• Add RingBuffer.tryClaim implementations for zero copy semantics when encoding into ring buffers. PR #199.
    • ๐Ÿ‘ Allow for configurable Charset when encoding exceptions in DistinctErrorLog.
    • Don't read underlying buffer in AtomicCounter implementations for toString() when closed to help avoid segfaults.
    • ๐Ÿ‘ Expand the methods in MutableInteger and MutableLong to be better single-threaded substitutes for AtomicInteger and AtomicLong. PR #198.
    • Filter dependencies from agent shadow POM.
    • โฌ†๏ธ Upgrade to JUnit 5.6.0.

    Binaries can be found here...