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
In name of lazy "gnossen" I report bug "Incompability bug removed including_default_value_fields=False keyword without explanation (works in 1.62 but not in 1.64-1.68)"
#19450
Open
ChameleonRed opened this issue
Nov 29, 2024
· 2 comments
https://github.com/gnossen thinks that is should reported here so I report in his name.
I have not Idea why I should report this bug here but you can explain me.
This should be WAI on protobuf's side, but looks like a MessageToJson wrapper (in your code? or gRPC's?) simply needs to be updated to set the always_print_fields_with_no_presence argument instead when calling json_format.MessageToJson. Did this code mean to pass on always_print_fields_with_no_presence instead?
https://github.com/gnossen thinks that is should reported here so I report in his name.
I have not Idea why I should report this bug here but you can explain me.
Tell me if it should be solved here?
grpc/grpc#37184
grpc/grpc#37184 (comment)
What version of protobuf and what language are you using?
I am using gRPC 1.64.
What operating system (Linux, Windows, ...) and version?
grpc/grpc#37184
What runtime / compiler are you using (e.g., python version or gcc version)
grpc/grpc#37184
What did you do?
grpc/grpc#37184
What did you see instead?
grpc/grpc#37184
Anything else we should know about your project / environment
I am using gRPC 1.64 which become incompatible.
The text was updated successfully, but these errors were encountered: