This release contains all of the cool new features from 1.3.0-RC as well as minor improvements.
It uses Kotlin 1.5.31 by default.
Bugfixes and improvements
- Promote JsonConfiguration and its usages to stable (#1690)
- Remove opt-in annotations from SerialFormat, StringFormat, BinaryFormat (#1688)
- Correctly throw SerializationException instead of IOOBE for some cases with EOF in streams (#1677)
- CBOR: ignore tags when reading (#1614) (thanks to David Robertson)