All Versions
97
Latest Version
Avg Release Cycle
53 days
Latest Release
-
Changelog History
Page 1
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)
- ๐ Fix: non-total typemappers now work in
-
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)
-
v0.11.1 Changes
- ๐ Support Scala 3.0.0-RC2
- ScalaPB artifacts include [https://www.scala-lang.org/blog/2021/02/16/preventing-version-conflicts-with-versionscheme.html](versionscheme)