opentelemetry-proto: bump maximum supported protobuf version to 7.x.x#5251
opentelemetry-proto: bump maximum supported protobuf version to 7.x.x#5251herin049 wants to merge 4 commits into
Conversation
|
Thanks @herin049 ! I think this looks good. I had a thought to maybe also do |
From my understanding, we actually don't want to perform a re-generation since this would break backwards compatibility. From the ProtoBuf docs, it states that:
Based on this, we should be able to support at least Protobuf |
tammy-baylis-swi
left a comment
There was a problem hiding this comment.
Makes sense to me
Description
Bumps the maximum supported protobuf to
7.x.x. Per the protobuf docs:This change should be safe to make.
Fixes #5205
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Tox
Does This PR Require a Contrib Repo Change?
Checklist: