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: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
2
+
1.2.1 / 2021-05-14
3
+
==================
4
+
5
+
This release mainly contains bugfixes for various issues, including important [broken thread-safety](https://github.com/Kotlin/kotlinx.serialization/issues/1455) and [improper encoding](https://github.com/Kotlin/kotlinx.serialization/issues/1441).
6
+
7
+
### Features
8
+
9
+
* Added support for nullable values, nested and empty collections in protobuf (#1430)
10
+
11
+
### Bugfixes
12
+
13
+
* Support @JsonNames for enum values (#1473)
14
+
* Handle EOF in skipElement correctly (#1475)
15
+
* Allow using value classes with primitive carriers as map keys (#1470)
16
+
* Read JsonNull only for non-string literals in JsonTreeReader (#1466)
17
+
* Properly reuse JsonStringBuilders in CharArrayPool (#1455)
18
+
* Properly ensure capacity of the string builder on the append slow-path (#1441)
0 commit comments