-
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
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
2.0.0 Release #84
Merged
2.0.0 Release #84
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
General
protobuf
to 1.13.0grpc
to 1.32.0rules_proto
, which must be added to your WORKSPACE filetransitivity
attribute onproto_plugin
. Theexclusions
attribute is the supported way of achieving thisoutput_dirs
attribute ofProtoCompileInfo
is now a depset, meaning directories will be deduplicateddeps.bzl
files that have been deprecated since version 1.0.0Android
C#
rules_dotnet
to latest masterGoogle.Protobuf
to 3.13.0Grpc
to 2.32.0Closure
rules_closure
to 0.11.0D
rules_d
to latest masterprotobuf-d
to 0.6.2grpc-gateway
grpc-gateway
to 1.15.0gRPC Web
Go
rules_go
to 0.24.3bazel-gazelle
to 0.21.1org_golang_x_net
to v0.0.0-20200930145003-4acb6c075d10org_golang_x_text
to 0.3.3Java
NodeJS
rules_nodejs
to 2.2.0defs.bzl
file inrules_nodejs
has moved toindex.bzl
yarn_install()
is needed in more casesgrpc_deps()
is no longer necessary for just the NodeJS rulesgrpc
to@grpc/grpc-js
packagejs_library
rather thannpm_package
Python
rules_python
to latest mastergrpclib
to 0.4.1grpcio
library directly from the localgrpc
repository.grpclib
rulesRust:
rules_rust
to latest masterprotobuf
crate to 2.17.0grpcio
crate to 0.6.0rules_rust
has changed in the newer version. Please see the Rust language page.grpc_deps()
rule is now needed for RustScala:
rules_scala
to latest masterScalaPB
is now pulled fromrules_scala
, which uses 0.9.7scala_proto_repositories()
rule is now neededSwift:
rules_swift
to 0.15.0grpc-swift
to 0.11.0