Skip to content

Commit 43da291

Browse files
committed
Add 0.8.1 release notes
1 parent 41ef827 commit 43da291

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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
@@ -8,6 +14,7 @@
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)

0 commit comments

Comments
 (0)