SimpleBinaryEncoding v1.20.3 Release Notes

Release Date: 2020-10-13 // over 3 years ago
    • 🛠 Fix generation of GroupOrder annotations on Java codecs.
    • Java codecs have a new method MessageDecoderFlyweight.appendTo(StringBuilder) for the interface. PR #220.
    • ⬇️ Reduce scope of some fields in Java codecs which were protected and should have been package or private.
    • ➕ Add GCC 10 and Clang 10 to build mix.
    • ➕ Add Java 15 to build mix.
    • ⬆️ Upgrade to JMH 1.26.
    • 💅 Upgrade to Checkstyle 8.36.2.
    • ⬆️ Upgrade to Mockito 3.5.13.
    • ⬆️ Upgrade to Agrona 1.8.0.

    Java binaries can be found here...


Previous changes from v1.20.2

    • Indicate files are auto-generated for C# so they can be ignored by VS. PR #814.
    • 🛠 Fix CMake install on MacOS.
    • 👌 Support CMake 3.6.1 as a minimum version.
    • ⬆️ Upgrade to Versions 0.33.0.
    • ⬆️ Upgrade to JUnit 5.7.0.
    • ⬆️ Upgrade to Agrona 1.7.2.

    Java binaries can be found here...