Skip to content

Commit 101eecd

Browse files
authored
Merge pull request msgpack#468 from msgpack/releasenote-0.8.15
Add 0.8.15 release notes
2 parents b00b0db + 013d2c0 commit 101eecd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

RELEASE_NOTES.md

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

0 commit comments

Comments
 (0)