File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 0.8.15
4+ * Suppress a warning in ValueFactory [ #457 ] ( https://github.com/msgpack/msgpack-java/pull/457 )
5+ * Add MessagePacker#clear() method to clear position [ #459 ] ( https://github.com/msgpack/msgpack-java/pull/459 )
6+ * Support ObjectMapper#copy with MessagePackFactory [ #454 ] ( https://github.com/msgpack/msgpack-java/pull/454 )
7+ * Use jackson-databind 2.8.11.1 for security vulnerability [ #467 ] ( https://github.com/msgpack/msgpack-java/pull/467 )
8+ * (internal) Remove "-target: jvm-1 .7" from scalacOptions [ #456 ] ( https://github.com/msgpack/msgpack-java/pull/456 )
9+ * (internal) Replace sbt ` test-only ` command with ` testOnly ` [ #445 ] ( https://github.com/msgpack/msgpack-java/pull/445 )
10+ * (internal) Use JavaConverters instead of JavaConversions in unit tests [ #446 ] ( https://github.com/msgpack/msgpack-java/pull/446 )
11+
312## 0.8.14
413 * Add MessageUnpacker.tryUnpackNil() for peeking whether the next value is nil or not.
514 * Add MessageBufferPacker.getBufferSize().
You can’t perform that action at this time.
0 commit comments