Releases: scalapb/scalapb-json4s
Releases · scalapb/scalapb-json4s
v0.11.1
add a parser option to validate oneofs: #236
In this release, if the input contains multiple values for the same oneofs, an exception will be raised. To recover the previous behavior, pass isIgnoringOverlappingOneofFields
to the parser.