v0.6.0: Check conformance with Protobuf v3.10.0
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.