You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by markus-wa March 30, 2022 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 to vtprotobuf
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:
questions about the migration
concerns about vtprotobuf
concerns about go 1.18
suggestions for changes/improvements we could include in this release (specifically improvements that are API-breaking)
anything else you think may be relevant to a major version bump or new release
PLEASE RESPOND VIA #327
Originally posted by markus-wa March 30, 2022
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:
The text was updated successfully, but these errors were encountered: