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
fix: protobuf version not always getting set in headers (#3322)
In order to maximize amount of times protobuf version is logged we have
updated logic as follows:
1) First try to use protbuf RuntimeVersion which is available in
protobuf 4.x
2) if not available try to read using manifest file
3) if manifest file doesn't not exist then default to "3" as we know
runtime < 4
Also updated showcase test to fail in the case protobuf version is
missing
Tested:
1) maven build using client library directly and overriding protobuf
2) spring boot started project + google cloud storage client client lib,
validated that protobuf header was sent
0 commit comments