golang / protobuf

Go support for Google's protocol buffers
BSD 3-Clause "New" or "Revised" License
9.66k stars 1.58k forks source link

descriptorpb has not been updated since protoc v3.16.0 #1478

Closed jhump closed 1 year ago

jhump commented 1 year ago

The google.golang.org/protobuf/types/descriptorpb package has not been updated in 17 months.

In that time, several changes have been made to descriptor.proto:

jhump commented 1 year ago

Actually, those last two are still unreleased. But the latest protoc release, v21.5, does have the first two changes above. It would be nice to re-generate descriptorpb so latest of this repo matches latest release of protoc.

stapelberg commented 1 year ago

Fixed with https://go.googlesource.com/protobuf/+/692f4a24f8dc0d375508fc41e657920d411b5b68, thank you!