Agrona v1.0.4 Release Notes

Release Date: 2019-07-29 // over 4 years ago
    • 🛠 Fix IntArrayList.hashCode() method to be compatible with List.hashCode().
    • ➕ Add IntArrayQueue to store a FIFO list of primitives without boxing.
    • ➕ Add ExpandableRingBuffer to support the temporary storage of messages in a FIFO manner.
    • ➕ Add OSGi manifest headers to JAR. PR #176.
    • ➕ Add missing Javadoc.
    • ⚡️ Update licence references to https and an a contributing page.
    • 💅 Upgrade to Checkstyle 8.23.
    • ⬆️ Upgrade to javadoc-links 3.8.1.
    • ⬆️ Upgrade to Gradle 5.5.1.

    Binaries can be found here...