Sourced from github.com/jhump/protoreflect's releases.
v1.10.1
This release contains some fixes to the
protoparsepackage."github.com/jhump/protoreflect/desc/protoparse"
Changes/fixes:
- Use of "groups" (an old feature only supported in syntax proto2) in custom options did not work correctly. The parser would incorrectly reject use of groups in some cases. And when using message literals as option values, it did not accept the same input as
protocwith regards to the field name used to refer to a group value. These issues have been corrected and behavior is not consistent withprotoc.
69e5c3b add go 1.17 to CI testing; no more go 1.12 (#425)0faa5aa protoparse: support for groups in custom options is lacking (#424)