Skip to content

v0.7.1

Compare
Choose a tag to compare
@jhump jhump released this 07 Dec 23:26
· 108 commits to main since this release
1cb5ed7

Fixes:

  1. If a protocompile.Compiler's Resolver returns a *descriptorpb.FileDescriptorProto (instead of source code or an already-built protoreflect.FileDescriptor), any already-interpreted options therein would be inadvertently cleared when the compiler reached the step of interpreting options for that file. This has been fixed: descriptor protos with options already interpreted will be left alone.