All Versions
97
Latest Version
Avg Release Cycle
53 days
Latest Release
-

Changelog History
Page 1

  • v0.11.11 Changes

    • โž• Add StubFactory for grpc clients (#1351)
    • ๐Ÿ‘Œ Support transformation on repeated option scalar (#1355)
    • Exclude preamble from service files. (#1367)
    • โž• Add support for universal traits for sealed oneofs (#1352)
    • โž• Add support for mixing additional traits into sealed oneof companion (#1370)
  • v0.11.10 Changes

    • ๐Ÿ›  Fix missing import definitions in services. (#1331)
    • โž• Add namespace for go to scalapb.proto (#1336)
  • v0.11.9 Changes

    • โฌ‡๏ธ Downgrade to Scala 3.0.2 for compatibility reasons (#1326)
  • v0.11.8 Changes

    • โฌ†๏ธ Bump up protobuf-java to 3.19.2 for CVE-2021-22569.
  • v0.11.7 Changes

    • ๐Ÿ›  Fix native protoc plugin handling of custom options that extend ScalaPB.
    • โšก๏ธ Update default protoc used to 3.19.1
    • โฌ†๏ธ Bump sbt-protoc to 1.0.5, protoc-bridge to 0.9.4
  • v0.11.6 Changes

    • โšก๏ธ Update grpc to 1.41.0
    • โž• Add new Scala 3 reserved keywords (#1230)
    • โฌ†๏ธ Bump Scala versions to 3.0.2 and 2.12.15
  • v0.11.5 Changes

    • ๐Ÿ›  Fix: non-total typemappers now work in no_box fields (#1198)
    • ๐Ÿ“ Memoize serializedSize of empty messages (previously serialized size was recomputed for empty message)
    • ๐Ÿ”ฆ Expose scalaName for enum values through Scala descriptors (#1201)
  • v0.11.4 Changes

    • โž• Add options for enum annotations (#1155)
    • โž• Add "export" as reserved word (#1159)
    • โœ‚ Remove Serializable from types inferred across companions (#1162)
    • โž• Added new options to support enum annotations
    • ๐Ÿ›  Fix java conversion not working for sealed oneofs (#1158)
  • v0.11.2 Changes

    • ๐Ÿ›  Fix bug where generated code would not compile if a message was named Unit (#1126)
    • โž• Add option to block generation/access to field getters (#1098)