Skip to content

1.9.0

Compare
Choose a tag to compare
@mjpt777 mjpt777 released this 29 Oct 21:47
· 1601 commits to master since this release
  • 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...