Uh oh!
There was an error while loading. Please reload this page.
deps: update dependency io.grpc:grpc-bom to v1.36.0 - autoclosed - #356
deps: update dependency io.grpc:grpc-bom to v1.36.0 - autoclosed#356renovate-bot wants to merge 1 commit into
Conversation
Codecov Report
@@ Coverage Diff @@## master #356 +/- ##
=========================================
Coverage 67.74% 67.74% Complexity 384 384 =========================================
Files 36 36 Lines 1981 1981 Branches 267 267 =========================================
Hits 1342 1342 Misses 531 531 Partials 108 108 Continue to review full report at Codecov.
|
986ad1a to
68a128aCompare68a128a to
f1fcd8eComparef1fcd8e to
c4aeac6Comparec4aeac6 to
dd31e29Comparedd31e29 to
e439a67Comparee439a67 to
fb0cb54CompareMerge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
fb0cb54 to
1d2aa80Compare1d2aa80 to
56bb0f2Compare
This PR contains the following updates:
1.34.1->1.36.0Release Notes
grpc/grpc-java
v1.36.0Compare Source
API Changes
NettyChannelBuilder,NettyServerBuilder,OkHttpChannelBuilder,InProcessChannelBuilder,CronetChannelBuilder) are commonly referencing internal ABIs due to overly-specific generics in gRPC. There is now a .class file hack in place which preserves ABI compatibility for old builds while causing javac to use the intended public API for new builds. In a future release we will remove the internal ABI for these experimental APIs (#7211) which may cause runtime failures. Recompiling with this release or later will prevent your code from using those ABIs and so you will not be impacted by the ABI removal. This is related to the temporary ABI breakage in v1.33.0.LoadBalancer.HelperAPIs as they had been deprecated since v1.22 release (#7793).LoadBalancer.Helper.createResolvingOobChannelBuilder(String target)in favor of the new experimental APIcreateResolvingOobChannelBuilder(String target, ChannelCredentials creds). The two APIs differ not only in signature but also in the default authority of the returned builder. See their javadoc for more detail.Behavior Changes
ManagedChannelBuilder.overrideAuthority()is now used even if the NameResolver usesEquivalentAddressGroup.ATTR_AUTHORITY_OVERRIDE. Previously the NameResolver’s override would be usedNew Features
grpc.channelz.v1.Channelz.GetServer, as defined inchannelz.protoGRPC_XDS_BOOTSTRAP_CONFIG) or system property (io.grpc.xds.bootstrapValue) valuesAltsContextto allow outside packages access to ALTS peer informationBug Fixes
Documentation
Status.trailersFromThrowable(#7856). The annotation doesn’t change behavior, it just makes the behavior more clearDependencies
Acknowledgements
@elharo Elliotte Rusty Harold
@lriuui0x0 Rui Liu
@martin-schaub Martin Schaub
@njhill Nick Hill
@ReginFell Serhii Zabelnykov
v1.35.0Compare Source
Bug Fixes
io.grpcpackage. They are now shaded to avoid colliding with other users of the classesDependencies
Acknowledgments
@amnox
@horizonzy
@wanyingd1996
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.