You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Release Notes
2
2
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
+
3
24
## 0.9.0
4
25
5
26
This version support reading and writing [Timestamp values](https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type).
0 commit comments