(delayed announcement on this group) Hi all,
A new API for Go protocol buffers has been released with the google.golang.org/protobuf <https://pkg.go.dev/mod/google.golang.org/protobuf> module. It supersedes the older github.com/golang/protobuf <https://pkg.go.dev/mod/github.com/golang/protobuf> module. The new release provides first-class support for protobuf reflection and a cleaned up API surface. For more information see: - the original announcement on the Go blog <https://blog.golang.org/a-new-go-api-for-protocol-buffers>. - the release notes for the new release <https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.20.0>. In the future, some features of the older API will be deprecated and removed. See the "Upcoming breaking changes" <https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.20.0#v1.20-breaking-changes> section for more information. JT -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/daea8c8b-417b-49c5-b30c-807fc35b4d53%40googlegroups.com.
