Skip to content

v0.6.0: Check conformance with Protobuf v3.10.0

Compare
Choose a tag to compare
@dcarp dcarp released this 07 Oct 02:09
· 10 commits to master since this release

Two new features:

  • The code generator declares repeated scalar fields (bool and all integer and double variants) to be encoded packed by default. This conforms to the proto3 rules. If you are affected by this breaking change, as workaround one can be more specific and use the [packed=true/false] attribute in the .proto file.
  • The binary decoder accepts for the packable fields, both packed and unpacked input values.