We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00b0db commit e14deb2Copy full SHA for e14deb2
RELEASE_NOTES.md
@@ -1,5 +1,15 @@
1
# Release Notes
2
3
+## 0.8.15
4
+ * Suppress a warning in ValueFactory
5
+ * Add MessagePacker.clear() method to clear position
6
+ * Support ObjectMapper#copy with MessagePackFactory
7
+ * Use jackson-databind 2.8.11.1 for security vulnerability
8
+ * (internal) Remove "-target:jvm-1.7" from scalacOptions
9
+ * (internal) Replace sbt `test-only` command with `testOnly`
10
+ * (internal) Use JavaConverters instead of JavaConversions in unit tests
11
+ * (internal) Remove unnecessary settings for Java 9 test in .travis.yml
12
+
13
## 0.8.14
14
* Add MessageUnpacker.tryUnpackNil() for peeking whether the next value is nil or not.
15
* Add MessageBufferPacker.getBufferSize().
0 commit comments