Skip to content

1.10.0

Compare
Choose a tag to compare
@mjpt777 mjpt777 released this 25 Nov 16:19
· 1635 commits to master since this release
  • 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...