ScalaPB v0.10.8 Release Notes

Release Date: 2020-08-02 // almost 4 years ago
    • ๐Ÿ›  Fix a regression where calling scalapb.gen() without parameters would not generate grpc stubs. Workaround: pass grpc=true explictly. #879
    • โž• Add asMap to UnkownFieldSet to make it possible to extract the map (#878)
    • ๐Ÿ”Œ ScalaPBC now accepts --jvm-plugin flag that loads an artifact from maven that is expected to have a main class which extends ProtocCodeGenerator.