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
Protobuf version is now on 4.x which is not compatible with protobuf 3.x, the wire format has not changed, just the java sdk.
So existing messages should parse fine with protobuf 4.x Java SDK.