Skip to content

Commit be6fce9

Browse files
committed
Add 0.8.14 release notes
1 parent a51b520 commit be6fce9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

RELEASE_NOTES.md

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

0 commit comments

Comments
 (0)