ScalaPB v0.8.0 Release Notes

Release Date: 2018-09-23 // over 5 years ago
  • Full Changelog

    • 🏗 Build with protobuf 3.6.0
    • 0️⃣ ScalaPBC uses 3.6.0 by default
    • ⚡️ Optimize cases where custom mappers are called twice during serialization
    • ➕ Added file-level option to set the proto object name (#412)
    • Implementation of sealed oneofs
    • ➕ Added FieldMaskUtil (Thanks @xuwei-k)