Skip to content

Commit 6ebcd89

Browse files
committed
Merge pull request msgpack#330 from xerial/0.8.1-release-notes
Add 0.8.1 release notes
2 parents 7151332 + 3ab1d54 commit 6ebcd89

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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+
* Improve the performance of MessagePackParser by unpacking data without using org.msgpack.value.Value.
9+
310
* 0.8.0
411
* Split MessagePack.Config into MessagePack.Packer/UnpackerConfig
512
* Changed MessageBuffer API
@@ -8,6 +15,7 @@
815
* MessagePacker supports addPayload(byte[]) to feed the data from an external data source
916
* This saves the cost of copying large data to the internal message buffer
1017
* Performance improvement of packString
18+
* Add MessageBufferPacker for efficiently generating byte array(s) of message packed data
1119

1220
* 0.7.1
1321
* Fix ImmutableLongValueImpl#asShort [#287](https://github.com/msgpack/msgpack-java/pull/287)

0 commit comments

Comments
 (0)