ScalaPB v0.9.1 Release Notes

  • Full Changelog

    • It is now possible to specify no_box at the message-level.
    • 🚀 We now release to github native binary version of ScalaPB codegen.
    • ⚡️ Updated to Scala 2.12.10
    • ➕ Added NonEmpty marker trait to non-empty cases of sealed oneofs. A new method asNonEmpty returns an Option[NonEmpty]. See #633
    • 0️⃣ Added no_default_values_in_constructor to inhibit generation of default values in case class constructors.
    • ⚡️ Update to protobuf 3.8.0