This repository was archived by the owner on Sep 19, 2023. It is now read-only.
deps: update dependency io.grpc:grpc-bom to v1.33.1 - #192
Merged
Conversation
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
1.32.2->1.33.1Release Notes
grpc/grpc-java
v1.33.1Compare Source
v1.33.0Compare Source
This release broke ABI in a non-planned way for NettyServerBuilder, NettyChannelBuilder, and similar. See #7552. If you are impacted, please use an earlier version until v1.33.1 is available. A future ABI breakage may be necessary, but will be communicated explicitly at that time.
API Changes
io.grpc.netty.NettyServerBuilderis no longer a subclass of the internal classio.grpc.internal.AbstractServerImplBuilderio.grpc.netty.NettyChannelBuilderis no longer a subclass of the internal classio.grpc.internal.AbstractManagedChannelImplBuilderio.grpc.okhttp.OkhttpChannelBuilderis no longer a subclass of the internal classio.grpc.internal.AbstractManagedChannelImplBuilderThe class io.grpc.inprocess.InProcessChannelBuilderis no longer a subclass of the internal classio.grpc.internal.AbstractManagedChannelImplBuilderio.grpc.cronet.CronetChannelBuilderis no longer a subclass of the internal classio.grpc.internal.AbstractManagedChannelImplBuilderStatusRuntimeException: CANCELLEDfromonNext()for streaming responses. Previously the exception was also thrown fromonNext()for unary responses and fromonComplete(), which didn’t help the server avoid unnecessary processingNew Features
Documentation
Bug Fixes
GRPC_EXPERIMENTAL_AUTOFLOWCONTROL=falseintroduced later. The symptom was a GOAWAY with “too_many_pings” without an aggressive keepalive configured. The environment variable is still available, but will be removed in the futureBehavior Changes
{"type":"insecure"}”for plaintext (#7396)Dependencies
repositories.bzl, in favor ofmaven_install. v1.27.0 introduced support formaven_installand encouraged users to migrate. Seeexamples/WORKSPACEfor an example.maven_installdramatically reduces the boilerplate for maven dependencies and properly handles transitive dependencies and version selection. gRPC is not yet using the@mavenworkspace, so it is still possible to use other dependency tools.Acknowledgements
@codeblooded Benjamin Reed
@kiwi1969 Russell Shaw
@pkern Philipp Kern
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.