SimpleBinaryEncoding v1.16.0 Release Notes

Release Date: 2020-01-10 // about 4 years ago
    • Generate simpler MetaAttribute lookup in Java Codecs which avoids the generation of a synthetic class.
    • 0️⃣ Don't default timeunit and epoch for var data fields when parsing. This results in more compact IR.
    • 🏗 Move CI build to GitHub Actions.
    • Track initialOffset on Java codecs so toString() can be called on the decoder at any time during decoding. This allows SBE decoding to be debugged.
    • ⚠ Use skip methods to avoid unused warning in C++ codecs.
    • ⬆️ Upgrade to Agrona 1.2.0.
    • 💅 Upgrade to Checkstyle 8.28.
    • ⬆️ Upgrade to JUnit 5.6.0-RC1.
    • ⬆️ Upgrade to javadoc-links 4.1.6.
    • ⬆️ Upgrade to Mockito 3.2.4.
    • ⬆️ Upgrade to Gradle 6.0.1.
    • ⬆️ Upgrade to gtest 1.10.0.

    Java binaries can be found here...