rules_proto_grpc
rules_proto_grpc copied to clipboard
Bazel rules for building Protobuf and gRPC code and libraries from proto_library targets
### Description Hi, I believe **rules_proto_grpc** uses toolchains_protoc to generate code that corresponds to proto version 4.X and above. While proto 4.X has been out since Q1 2024 (see https://protobuf.dev/support/version-support/#java),...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [grpc/grpc-swift-protobuf](https://redirect.github.com/grpc/grpc-swift-protobuf) | major | `from: "1.3.1"` -> `from: "2.0.0"` | > [!CAUTION] > This PR...
### Issue Description Unfortunately, this one is a little hard to unwind. When using vscode, rules_go and gazelle we can have gopls and bazel work in unison through the gopackagesdriver...
### Issue Description When importing an `enum` from another protobuf file in the same repo (local dependency) that enum can be used as a member field, but cannot be used...
### Issue Description google.protobuf.runtime_version.VersionError: Detected incompatible Protobuf Gencode/Runtime versions when loading protos/brand_inference.proto: gencode 5.29.2 runtime 5.27.2. Runtime version cannot be older than the linked gencode version. See Protobuf version guarantees...