Skip to content

Releases: real-logic/simple-binary-encoding

1.12.3

10 Mar 18:25
Compare
Choose a tag to compare
  • Include links when generating Javadoc.
  • Update examples so they use relative path for XInclude.
  • Set systemId for message schemas so that XInclude can have a relative path. PR #649.
  • Fix generated Java codec for optional fixed length character arrays. PR #648.
  • Trim strings decoded from fixed length character arrays for C++ codec. Issue #646.
  • Fix padding on fixed length character arrays so they are null padded in C++ codec. Issue #646.
  • Fix generated include files. PR #644.
  • Upgrade to Checkstyle 8.18.
  • Upgrade to Mockito 2.25.0.
  • Upgrade to Gradle 5.2.1.
  • Upgrade to Shadow 5.0.0.
  • Upgrade to Agrona 0.9.34.

Java binaries can be found here...

1.12.2

16 Feb 12:41
Compare
Choose a tag to compare
  • Add wrapAndAppyHeader method for ease of use for C++ codecs.
  • Generate sbe.h for C++ client to avoid namespace clash and dependencies. Issue #626.
  • Make C++ IR decode use params. Issue #.
  • Upgrade to Agrona 0.9.33.

Java binaries can be found here...

1.12.1

05 Feb 20:35
Compare
Choose a tag to compare
  • Don't generate id methods for members of a composite. Issue #641.
  • Fix broken code generation that resulted from merging PR #631.
  • Add ability to get var data members as a string_view to remove copy with C++17. Issue #550.
  • Add Automatic-Module-Name to help support modular Java systems that include SBE.
  • Update C++ build to be more inline with Aeron. PR #635.
  • Upgrade to Mockito 2.24.0.
  • Upgrade to Agrona 0.9.32.

Java binaries can be found here...

1.12.0

30 Jan 20:43
Compare
Choose a tag to compare
  • Fixes and improves to CMake build. PR #632.
  • Add support for getting and setting a string_view on char array fields when C++17. PR #631.
  • Simplify C++ generator and modernise for C++11. PR #630.
  • Allow other types than UINT16 for message header fields but issue a warning. PR #629.
  • Change Golang codecs to no longer assume ordering of fields in group header. PR #627.
  • Upgrade to Google Test 1.8.0.
  • Upgrade to Checkstyle 8.17.
  • Upgrade to Agrona 0.9.31.

Java binaries can be found here...

1.11.0

21 Jan 19:04
Compare
Choose a tag to compare
  • Better handing of null passed for string encoding to Java codecs.
  • Provide a fluent API for encoding array elements in Java and C++ codecs.
  • Add support for XInclude so common definitions can be included into a schema and update samples to reflect usage. Issue #624.
  • Upgrade to Shadow 4.0.4.
  • Upgrade to Agrona 0.9.30.

Java binaries can be found here...

1.10.2

06 Jan 18:52
Compare
Choose a tag to compare
  • Only generate lower bounds check in C++ codecs when necessary to add compile warning.
  • Improve C++ OTF code to be more strict and eliminate build warnings.
  • Improve build for optional build and include JAR dependency. PR #623.
  • Upgrade to Checkstyle 8.15.
  • Upgrade to Agrona 0.9.29.

Java binaries can be found here...

1.10.1

16 Dec 18:50
Compare
Choose a tag to compare
  • Warnings clean up in code base.
  • Add OS X to Travis for native build.
  • Fix golang generated codec for metadata attributes. Issue #620.
  • Add Span support to generated C# codecs. PR #589.
  • Upgrade to Checkstyle 8.15.
  • Upgrade to Gradle 4.10.3.
  • Upgrade to Agrona 0.9.28.

Java binaries can be found here...

1.10.0

25 Nov 16:19
Compare
Choose a tag to compare
  • Add support for Span in C# codecs. PR #589.
  • Check when wrapping the same buffer in all types to avoid Java GC write barrier where possible.
  • Set parentMessage on construction of group codecs and remove need for dimensions composite to reduce footprint and improve performance.
  • Allow signed numInGroup and issue warning to support int32 type. PR #617.
  • Allow flexibility on group header member ordering in codecs. PR #614.
  • Fix Golang return type bug. PR #611.
  • Allow uint32 for blockLength in Java codecs but issue warning. Issue #609.
  • Add non-const buffer access method to C++ codecs.
  • Upgrade to Mockito 2.23.4.
  • Upgrade to Shadow 4.0.3.
  • Upgrade to Agrona 0.9.27.

Java binaries can be found here...

1.9.0

29 Oct 21:47
Compare
Choose a tag to compare
  • This is the first release that supports building and running on Java 11.
  • Add a wrap<field-name>(DirectBuffer) to Java codecs for more efficient consumption of strings.
  • Return const char * from buffer() method in C++ codecs. Issue #601.
  • Support constant members in message header Java codecs. PR #602.
  • Generate static constexpr methods for C++ codecs for constant enums. Issue #591.
  • Added encoding offset and other metadata to C++ composite codecs. Issue #594.
  • Fix length encoding on arrays for C++ codecs. Issue #595.
  • Add methods to access schema id and version for all fixed flyweights for Java and C++. Issue #593.
  • Detect duplication ids in message fields. Issue #597.
  • Add Travis build matrix for Java 8 and 11 for OpenJDK and Oracle JDK.
  • Upgrade to Checkstyle 8.14.
  • Upgrade to Mockito 0.23.0.
  • Upgrade to Agrona 0.9.26.

Java binaries can be found here...

1.8.9

05 Oct 07:59
Compare
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...