ScalaPB v0.11.0-M4 Release Notes

Release Date: 2020-11-16 // over 3 years ago
    • ⬆️ Upgraded to Protobuf 3.13.0
    • ➕ Add java_conversions as a file-level options in scalapb.proto
    • google.protobuf.Timestamp and google.protobuf.Duration now come with a new constructor that takes a java.time.Instant or Duration. There are are implicit converters between the case classes and the java types that can be imported from scalapb.DurationConverters and scalapb.TimestampConverters (#939).
    • ➕ Add support for renaming oneof fields (#946)
    • 👍 Allow sealed oneofs to be defined inside a parent message (#977)
    • 👌 Support Scala 3.0.0-M1