Replies: 1 comment
-
current scope:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For some background:
In the coming months we will be moving away from the deprecated v1 ProtoBuf API to v2, this also includes moving from the unmaintained
gogo/protobuf
project tovtprotobuf
I suspect this will be an API breaking change, warranting a
v3.0.0
release.There is also a chance we will change some APIs to use
go 1.18
features, namely generics (maybe also fuzzing for tests).This is a Request For Comment for the following:
vtprotobuf
go 1.18
further reading:
Beta Was this translation helpful? Give feedback.
All reactions