File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 0.8.14
4+ * Add MessageUnpacker.tryUnpackNil() for peeking whether the next value is nil or not.
5+ * Add MessageBufferPacker.getBufferSize().
6+ * Improved MessageUnpacker.readPayload performance [ #436 ] ( https://github.com/msgpack/msgpack-java/pull/436 )
7+ * Fixed a bug that ChannelBufferInput#next blocks until the buffer is filled. [ #428 ] ( https://github.com/msgpack/msgpack-java/pull/428 )
8+ * (internal) Upgraded to sbt-1.0.4 for better Java9 support
9+ * (internal) Dropped Java7 tests on TravisCI, but msgpack-java is still built for Java7 (1.7) target
10+
311## 0.8.13
412 * Fix ambiguous overload in Java 9 [ #415 ] ( https://github.com/msgpack/msgpack-java/pull/415 )
513 * Make MessagePackParser accept a string as a byte array field [ #420 ] ( https://github.com/msgpack/msgpack-java/pull/420 )
You can’t perform that action at this time.
0 commit comments