Skip to content

Commit d0f47d4

Browse files
committed
0.9.1 release notes
1 parent 3272530 commit d0f47d4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

RELEASE_NOTES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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

526
This version support reading and writing [Timestamp values](https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type).

0 commit comments

Comments
 (0)