File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ * 0.8.1
4+ * MessagePack.Packer/UnpackerConfig are now immuable and configurable with withXXX methods.
5+ * Allow setting null to ArrayBufferInput for advanced applications that require dedicated memory management.
6+ * Fix MessageBufferPacker.toXXX to properly flush the output
7+ * Modify ValueFactory methods to produce a copy of the input data. To omit the copy, use ` omitCopy ` flag.
8+
39* 0.8.0
410 * Split MessagePack.Config into MessagePack.Packer/UnpackerConfig
511 * Changed MessageBuffer API
814 * MessagePacker supports addPayload(byte[ ] ) to feed the data from an external data source
915 * This saves the cost of copying large data to the internal message buffer
1016 * Performance improvement of packString
17+ * Add MessageBufferPacker for efficiently generating byte array(s) of message packed data
1118
1219* 0.7.1
1320 * Fix ImmutableLongValueImpl#asShort [ #287 ] ( https://github.com/msgpack/msgpack-java/pull/287 )
You can’t perform that action at this time.
0 commit comments