Skip to content

Releases: aeron-io/simple-binary-encoding

1.8.9

05 Oct 07:59

Choose a tag to compare

  • Fix string format warnings in Rust and Golang generators.
  • Add Travis build.
  • Upgrade to Shadow 4.0.0.
  • Upgrade to Gradle 4.10.1.
  • Upgrade to Agrona 0.9.25.

Java binaries can be found here...

1.8.8

12 Sep 18:11

Choose a tag to compare

  • Fix initialisation of encoding type with length is zero for C++. Issue #583.
  • Fix formatting of property access methods for Java within composites. Issue #582.
  • Upgrade to Mockito 2.22.0.
  • Upgrade to Gradle 4.10.
  • Upgrade to Agrona 0.9.24.

Java binaries can be found here...

1.8.7

18 Aug 18:22

Choose a tag to compare

  • Use find package to discover java executable when building C++ codecs tests.
  • Use pointers in golang codecs to improve efficiency. PR #578.
  • Upgrade to Checkstyle 8.12.
  • Upgrade to Mockito 2.21.0.
  • Upgrade to Agrona 0.9.23.

Java binaries can be found here...

1.8.6

30 Jul 18:10

Choose a tag to compare

  • Provide the ability to query for an empty bit set in Java and C++ codecs for simplicity. PR #575.
  • Upgrade to Mockito 2.20.1.
  • Upgrade to Gradle 4.9.
  • Upgrade to Agrona 0.9.22.

Java binaries can be found here...

1.8.5

19 Jul 19:38

Choose a tag to compare

  • Invalid Java generated for codec with an extension string field that is appendable. PR #574.

Java binaries can be found here...

1.8.4

16 Jul 18:31

Choose a tag to compare

  • Upgrade to Mockito 2.19.1.
  • Upgrade to Agrona 0.9.21.

Java binaries can be found here...

1.8.3

07 Jul 15:15

Choose a tag to compare

  • Regenerate IR Codecs to quote strings when printing.
  • Upgrade to Checkstyle 8.11.
  • Upgrade to Gradle 4.8.1.
  • Upgrade to Agrona 0.9.20.

Java binaries can be found here...

1.8.2

03 Jul 19:10

Choose a tag to compare

  • Update to latest CME fix binary market template for testing.
  • Allow, with warning, numInGroup type to use uint32 for repeating groups.
  • Add support to C# codecs for constant presence enums.
  • Fix issue with loss of IR data on encoding the IR for constant presence enums. Issue #560.
  • Complete functionality for JsonPrinter so that an SBE message can be transformed to JSON for debugging. Issue #560.
  • Remove debugging output from C++ IR decoder. Issue #559.
  • Make HEADER_SIZE a public constant in Java codecs for repeating groups.
  • Allow Java decoders to use an Appendable for ASCII strings. PR #557.
  • Upgrade to Mockito 2.19.0.
  • Upgrade to Checkstyle 8.10.1.
  • Upgrade to Agrona 0.9.19.
  • Upgrade to GSON 2.8.5.

Java binaries can be found here...

1.8.1

04 May 20:09

Choose a tag to compare

  • Upgrade to JMH 1.21.
  • Upgrade to Checkstyle 8.10.
  • Upgrade to Shadow 2.0.4.
  • Upgrade to Agrona 0.9.18.

Java binaries can be found here...

1.8.0

29 Apr 15:00

Choose a tag to compare

  • Use Constructor to dynamically create new instances to avoid deprecated warning in Java 10.
  • Remove use of javax.annotation.Generated so that the generated codecs compile and and run on Java 10.
  • Rename position methods in C++ generated codecs to sbePosition to avoid clash with Aeron codecs for the archive and clustering. Note: this is a breaking change for those who have used these methods.
  • Upgrade to Gradle 4.7.
  • Upgrade to Agrona 0.9.17.

Java binaries can be found here...