We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f1148 commit 8754561Copy full SHA for 8754561
RELEASE_NOTES.md
@@ -1,8 +1,12 @@
1
# Release Notes
2
3
* 0.8.0
4
- * Changed MessageBuffer API to allow releasing the previously allocated buffers upon MessageBufferInput.next() call.
5
* Split MessagePack.Config into MessagePack.Packer/UnpackerConfig
+ * Changed MessageBuffer API
6
+ * It allows releasing the previously allocated buffers upon MessageBufferInput.next() call.
7
+ * MessageBufferOutput now can read data from external byte arrays
8
+ * MessagePacker supports addPayload(byte[]) to feed the data from an external data source
9
+ * This saves the cost of copying large data to the internal message buffer
10
* Performance improvement of packString
11
12
* 0.7.1
0 commit comments