-
Notifications
You must be signed in to change notification settings - Fork 654
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
Dependency on Old Protobufjs #103
Comments
That change that switched to Protobuf.js 6 was almost immediately reverted because it turned out to be a breaking change. We are currently working on a better way to do that. |
Ah, understood. Thank you. |
Any updates on upgrading |
We are very close to publishing a new separate utility package for using Protobuf.js 6 with gRPC. |
We have now published |
So far looking good. I think it's fair to close this ticket. |
Wasn't there a fix to use the new protobufjs 6 version?
grpc/grpc#8991
However, when I pull down the latest grpc 1.7.2 version, it is still dependent on 5.0.0. It would be useful to have version 6 in there so that I can use loading property and proto verification especially with messages that use the virtual oneof parameters.
I am not doing anything special other than just
npm install grpc
The text was updated successfully, but these errors were encountered: