-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Pin protobuf packages #3715
Pin protobuf packages #3715
Conversation
It happened in the past that I ran with the wrong protobuf version installed locally, and apparently there is even still some file wrong in splithttp. Fix this issue once and for all.
I think we should treat it like other dependencies and keep promote latest. |
I bumped the version to latest and regenerated all the files, but I still think the version should be pinned. Currently the experience for new contributors is broken because the latest protoc-gen-grpc version introduced some breaking changes. |
Thanks! Let's merge it for now. I may need to change to reference master later.. |
This reverts commit 2be03c5.
* Pin protobuf packages It happened in the past that I ran with the wrong protobuf version installed locally, and apparently there is even still some file wrong in splithttp. Fix this issue once and for all. * bump protobuf packages * Revert "bump protobuf packages" This reverts commit 7a35093. * Revert "Revert "bump protobuf packages"" This reverts commit bb79707. * fix deprecated grpc usage
* Pin protobuf packages It happened in the past that I ran with the wrong protobuf version installed locally, and apparently there is even still some file wrong in splithttp. Fix this issue once and for all. * bump protobuf packages * Revert "bump protobuf packages" This reverts commit 7a35093. * Revert "Revert "bump protobuf packages"" This reverts commit bb79707. * fix deprecated grpc usage
It happened in the past that I ran with the wrong protobuf version installed locally, and apparently there is even still some file wrong in splithttp. Fix this issue once and for all.