MessagePack v0.8.1 Release Notes

    • MessagePack.Packer/UnpackerConfig are now immuable and configurable with withXXX methods.
    • Add bufferSize configuration parameter
    • Allow setting null to ArrayBufferInput for advanced applications that require dedicated memory management.
    • Fix MessageBufferPacker.toXXX to properly flush the output
    • Modify ValueFactory methods to produce a copy of the input data. To omit the copy, use omitCopy flag.
    • Improve the performance of MessagePackParser by unpacking data without using org.msgpack.value.Value.