Skip to content

Releases: scalapb/scalapb-json4s

v0.11.1

11 Jun 01:10
Compare
Choose a tag to compare

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.