-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
grpc code generator in v1.4.0 (and master) is outdated #1111
Comments
The The commit you think is missing was simultaneously committed to the new implementation here. |
This will break users using But even though using the library isn't expected, was there any particular reason to have outdated code there? |
If that's the case, then that use case is unfortunately unsupported. Any uses of |
Even through the grpc package is excluded from our compatibility agreement, the v1.4.0 release accidentally reverted the package to an older revision. Update this code to be identical to the v1.3.5 release (barring non-semantic documentation changes). Fixes #1111
Even through the grpc package is excluded from our compatibility agreement, the v1.4.0 release accidentally reverted the package to an older revision. Update this code to be identical to the v1.3.5 release (barring non-semantic documentation changes). Fixes #1111
What version of protobuf and what language are you using?
v1.3.5, v1.4.0 and master
Latest commit on tag v1.4.0 is from Nov 2018
https://github.com/golang/protobuf/tree/v1.4.0/protoc-gen-go/grpc
Latest commit from v1.3.5 is from Jan 2020
https://github.com/golang/protobuf/tree/v1.3.5/protoc-gen-go/grpc
Master is missing commits, too
https://github.com/golang/protobuf/tree/master/protoc-gen-go/grpc
The text was updated successfully, but these errors were encountered: