Update dependency rules_proto_grpc to v5 #112
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.4.0
->5.0.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
rules-proto-grpc/rules_proto_grpc (rules_proto_grpc)
v5.0.1
Compare Source
Fixed gRPC-Gateway OpenAPI plugin on Linux ARM64 #360
v5.0.0
Compare Source
The 5.0.0 release introduces support for Bzlmod and drops support for WORKSPACE. This has required a large restructure of the repo, with the code being split into multiple modules. A 'core' module provides common types and compilation support, whilst per-language modules provide the integration with each language's specific third-party modules and tools. Moving to Bzlmod provides a huge improvement in the stability and maintainability of these rules, as third-party transitive dependency management has been handed off to Bazel and new versions of gRPC and Protobuf should hopefully be able to be supported more rapidly.
At present, a limited number of languages have been migrated from the 4.x.x releases, with support for the remaining languages being tracked here. For these unsupported languages - or for WORKSPACE repos - it is recommended you continue using the 4.x.x releases.
The way you use these rules is largely unchanged, but unfortunately the paths used for
load
of the rules will have changed due to the splitting into language-specific modules. For example, the following load:Will become:
Details on the new rule loads can, as always, be found on each language's page in the documentation. Examples for each language are also provided in the repo's examples directory.
Some key other changes include:
Bazel Central Registry
--enable_runfiles
flag to be set)Should you have any issues with the new release, please open a new issue or discussion.
v4.6.0
Compare Source
General
Rust
preserve_proto_field_names
option is no longer set on the Serde plugin by default, as it cannot then be disabled. If you need this option, set if manually with theoptions
attr. #297v4.5.0
Compare Source
General
rules_proto
to 5.3.0-21.7grpc-gateway
plugin. #258cpp_grpc_library
. #262C++
NO_PREFIX
output mode. #276C#/F#
Go
rules_go
to 0.39.1Python
data
attr to Python library rules. #257Ruby
rules_ruby
to latestRust
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.