File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 0.9.1
4+
5+ Bug fixes and improvements:
6+
7+ - Keep consistent read size after closing MessageUnpacker (#621 ) @okumin
8+ - Fixed examples relative link in README (#622 ) @zbuster05
9+ - Add an ObjectMapper shorthand @cyberdelia (#620 )
10+ - Specify the bufferSize of the ArrayBufferOutput (#597 ) @szh
11+
12+ Internal updates:
13+
14+ - Update akka-actor to 2.6.18 (#614 ) @Scala Steward
15+ - Update airframe-json, airspec to 22.2.0 (#626 ) @Scala Steward
16+ - Update junit-interface to 0.13.3 (#617 ) @Scala Steward
17+ - Update sbt-scalafmt to 2.4.6 (#616 ) @Scala Steward
18+ - Upgrade sbt to 1.5.6 (#610 ) @Taro L. Saito
19+ - Update scala-collection-compat to 2.6.0 (#604 ) @Scala Steward
20+
21+ Known issues:
22+ - Unpack method doesn't work in JDK17 https://github.com/msgpack/msgpack-java/issues/600
23+
324## 0.9.0
425
526This version support reading and writing [ Timestamp values] ( https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type ) .
You can’t perform that action at this time.
0 commit comments