New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade protobuf to 1.4.0 #1165
Conversation
556f48d
to
9214d79
Compare
Yeah so this might be a no-go until we can do a v2. Basically all the proto packages in the public API have incompatible changes, and some function signatures are now incompatible:
etc. |
9214d79
to
2dd8409
Compare
Rebased on v2 |
2dd8409
to
d78d929
Compare
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the |
b384f3a
to
60c365f
Compare
CLAs look good, thanks! |
60c365f
to
c64ba34
Compare
0cd17be
to
3d6f875
Compare
@achew22 @drigz can't understand why bazel is broken, the two recent errors seem in conflict:
Any ideas? |
@johanbrandhorst I would bet you it is because Gazelle needs to be told the correct new prefix. Line 16 in 8166034
|
I thought I updated this on v2 already |
Yeah that has already been fixed on v2: https://github.com/grpc-ecosystem/grpc-gateway/blob/v2/BUILD#L16 |
f60161f
to
de61178
Compare
Looks like the Go importpath inside runtime/internal/examplepb is incorrect. drigz@f15ae7f |
Thank you so much Rodrigo! I'll fix it. |
de61178
to
913991c
Compare
No description provided.