We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The implementation of the new gRPC endpoint contains a proto3 type definition with an optional field. Support for optional fields was enabled by default in Protocol Buffers v3.15.0: https://github.com/protocolbuffers/protobuf/releases/tag/v3.15.0. However, our Docker file uses Debian Bullseye with the protobuf-compiler package containing Protocol Buffers v3.12: https://packages.debian.org/bullseye/protobuf-compiler, which doesn't support optional fields by default.
proto3
protobuf-compiler
The text was updated successfully, but these errors were encountered:
upbqdn
Successfully merging a pull request may close this issue.
The implementation of the new gRPC endpoint contains a
proto3
type definition with an optional field. Support for optional fields was enabled by default in Protocol Buffers v3.15.0: https://github.com/protocolbuffers/protobuf/releases/tag/v3.15.0. However, our Docker file uses Debian Bullseye with theprotobuf-compiler
package containing Protocol Buffers v3.12: https://packages.debian.org/bullseye/protobuf-compiler, which doesn't support optional fields by default.The text was updated successfully, but these errors were encountered: