golang / protobuf

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

Can we get a new release? #1527

Closed jhump closed 1 year ago

jhump commented 1 year ago

There hasn't been a release of google.golang.org/protobuf in over six months. There 18 commits, some of which look pretty useful for users. Could we get a v1.29.0 release?

Also, there's been a small fix in this older repo(in jsonpb package of github.com/golang/protobuf), sitting on master unreleased, for a year and a half. Maybe we need a v1.5.3 ("final release") of that, which could be cut first and referenced from the newer module's go.mod?

lfolger commented 1 year ago

I created a v1.29.0 release.

I also created a minor release for the deprecated package.

jhump commented 1 year ago

@lfolger, thank you!!