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
I propose that going forward, when adding new fields/messages/services to our P4Runtime protobuf schemas, we always include comments such as
// Added in 1.4.0.
This allows developers to reason about forward/backward compatibility of various sever/client combinations when the server and client may be using different versions of the protobuf schemas.
Context: #432 (comment)
I propose that going forward, when adding new fields/messages/services to our P4Runtime protobuf schemas, we always include comments such as
This allows developers to reason about forward/backward compatibility of various sever/client combinations when the server and client may be using different versions of the protobuf schemas.
@jafingerhut @chrispsommers WDYT?
The text was updated successfully, but these errors were encountered: