All Versions
29
Latest Version
Avg Release Cycle
23 days
Latest Release
1262 days ago

Changelog History
Page 2

  • v1.16.2 Changes

    February 27, 2020
    • Variable data string improvements in C++ codecs. PR #758.
    • Short circuit toString and appendTo in Java codes when buffer is null to avoid debugging issues.
    • 🛠 CLang Tidy fixes for C++ codecs. PR #757.
    • Eliminate allocation when calling appendTo on set based fields in Java codecs. PR #755.
    • 👌 Support optional groups which is a non-standard feature. Issue #754.
    • 🛠 Fix issue with populating optional arrays in Go codecs. PR #750.
    • 🔌 Migrate to maven-publish plugin for Gradle.
    • C++ codec sbePosition() method should be SBE_NOEXCEPT.
    • ⬆️ Upgrade to Versions 0.28.0.
    • ⬆️ Upgrade to Mockito 3.3.0.
    • ⬆️ Upgrade to Agrona 1.4.0.
    • ⬆️ Upgrade to Gradle 6.2.1.
    • ⬆️ Upgrade to JMH 1.23.

    Java binaries can be found here...

  • v1.16.1 Changes

    January 21, 2020
    • Simplify the generation of MetaAttribute lookup on fields in C++ codecs to reduce code size.
    • 👍 Allow setting a count for groups and then later setting it to the value of index. This allows for streaming operations when the count is not known but can be limited and then later set to index for what is encoded. Applied to Java, C++, and C# codecs. PR #746.
    • 🛠 Fix generation of Java Decoder names when message names start with lowercase. Issue #745.
    • ⬆️ Upgrade to Agrona 1.3.0.
    • ⬆️ Upgrade to JUnit 5.6.0.

    Java binaries can be found here...

  • v1.16.0 Changes

    January 10, 2020
    • 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...

  • v1.15.0 Changes

    November 21, 2019
    • ➕ Add skip methods for var data fields in C++ and Java codecs.
    • 🖨 Handle encoding of Nan, Infinity, and -Infinity for floating point values in Java JsonPrinter.
    • 🛠 Fix handling of sinceVersion in IR, Java codecs, and C++ codecs so that the max value is taken from type in field.
    • Set javadoc encoding to UTF-8.
    • ⬆️ Upgrade to javadoc-links 4.1.4.
    • ⬆️ Upgrade to Hamcrest 2.2.
    • 💅 Upgrade to Checkstyle 8.26.
    • ⬆️ Upgrade to Shadow 5.2.0.
    • ⬆️ Upgrade to Agrona 1.1.0.

    Java binaries can be found here...

  • v1.14.1 Changes

    November 06, 2019
    • 🖨 Regenerate the Java IR Codecs to benefit for less allocation when pretty printing.
    • ➕ Add null enum value lookup into the switch for Java codecs. PR #732.
    • ⬆️ Upgrade to JMH 1.22.
    • ⬆️ Upgrade to Agrona 1.0.11.

    Java binaries can be found here...

  • v1.14.0

    October 26, 2019
  • v1.13.3 Changes

    October 09, 2019
    • 🛠 Fix type conversion warnings in C++ codecs. PR #725.
    • 👍 Allow setting of raw value for bit sets in C++ codecs. PR #724.
    • 🛠 Fix initialisation of C++ codecs samples for printing as JSON.
    • 🖨 Print non-printable char in C++ codecs as int. PR #716.
    • 🛠 Fix unsigned conversation warning and use better default value for group index initialisation in C++ codecs. Issue #714.
    • Declare primitive accessors as noexcept for C++ codecs. PR #709.
    • 💅 Upgrade to Checkstyle 8.24.
    • ⬆️ Upgrade to javadoc-links 4.1.2.
    • ⬆️ Upgrade to Mockito 3.1.0.
    • ⬆️ Upgrade to Gradle 5.6.2.
    • ⬆️ Upgrade to Agrona 1.0.8.

    Java binaries can be found here...

  • v1.13.2 Changes

    August 16, 2019
    • 🖨 Cope with optional composite values being pretty printed in Java codecs. Issue #708.

    Java binaries can be found here...

  • v1.13.1 Changes

    August 14, 2019
    • ⬇️ Reduce allocation and copying in Java codec generator to make stub generation more efficient.
    • ⚡️ Update C# README.
    • 📦 Generate package-info.java for codec Javadoc. Issue #703.
    • ⬆️ Upgrade to javadoc-links 3.8.4.
    • ⬆️ Upgrade to Agrona 1.0.7.

    Java binaries can be found here...

  • v1.13.0 Changes

    August 02, 2019
    • [C#] Add system property to allow squashing of namespace generation. PR #702.
    • [C++] Use [[nodiscard]] attribute where applicable. PR #700.
    • [C#] Use ThrowHelper and simplify bounds checks to improve inlining. PR #695.
    • [Java] Javadoc to MetaAttribute generation.
    • ⬆️ Upgrade to Agrona 1.0.6.
    • ⬆️ Upgrade to javadoc-links 3.8.1.
    • 💅 Upgrade to Checkstyle 8.23.
    • ⬆️ Upgrade to Mockito 2.30.0.
    • ⬆️ Upgrade to Gradle 5.5.1.

    Java binaries can be found here...