Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add 0.8.15 release notes
  • Loading branch information
komamitsu committed Mar 16, 2018
commit e14deb2f15fa94687465a78b60d5842e85a29edb
10 changes: 10 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release Notes

## 0.8.15
* Suppress a warning in ValueFactory
* Add MessagePacker.clear() method to clear position
* Support ObjectMapper#copy with MessagePackFactory
* Use jackson-databind 2.8.11.1 for security vulnerability
* (internal) Remove "-target:jvm-1.7" from scalacOptions
* (internal) Replace sbt `test-only` command with `testOnly`
* (internal) Use JavaConverters instead of JavaConversions in unit tests
* (internal) Remove unnecessary settings for Java 9 test in .travis.yml

## 0.8.14
* Add MessageUnpacker.tryUnpackNil() for peeking whether the next value is nil or not.
* Add MessageBufferPacker.getBufferSize().
Expand Down