rules_proto_grpc icon indicating copy to clipboard operation
rules_proto_grpc copied to clipboard

Bazel rules for building Protobuf and gRPC code and libraries from proto_library targets

Results 106 rules_proto_grpc issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | grpc | bazel_dep | minor...

dependencies
lang-cpp
lang-objc
lang-python

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | buildifier_prebuilt | bazel_dep | major | `6.4.0` -> `7.3.1` | --- - [...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | toolchains_protoc | bazel_dep | patch | `0.3.1` -> `0.3.3` | --- - [...

dependencies

### Issue Description I tried out the provided java example here https://github.com/rules-proto-grpc/rules_proto_grpc/blob/master/examples/java/java_grpc_compile/BUILD.bazel and `bazel build thing_java_grpc` generated java code that extends `com.google.protobuf.GeneratedMessage` which is old. It should have generated Java...

bug

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/grpc-ecosystem/grpc-gateway/v2](https://redirect.github.com/grpc-ecosystem/grpc-gateway) | `v2.21.0` -> `v2.22.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgrpc-ecosystem%2fgrpc-gateway%2fv2/v2.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgrpc-ecosystem%2fgrpc-gateway%2fv2/v2.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_python | bazel_dep | minor | `0.34.0` -> `0.37.0` | --- - [...

dependencies
lang-python

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [furo](https://togithub.com/pradyunsg/furo) | `==2024.7.18` -> `==2024.8.6` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/furo/2024.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/furo/2024.8.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

documentation

### Issue Description I'm migrating my project to from `WORKSPACE` to `MODULE.bazel`, my project includes some grpc services written by both java and python, and I am using `rules_proto_grpc` v4.1.1,...

bug
blocked-external

### Description Hi, I wonder if the maintainer of this project would kindly consider support `pyi` files generation for rules_proto_grpc_python. Here are some prior arts: * #295 asked about how...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_cc | bazel_dep | patch | `0.0.10` -> `0.0.13` | --- - [...

dependencies
lang-cpp
lang-objc
lang-c