From 0d2b774287a132821cc6fe2789140086bc48d525 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 12 Nov 2021 19:10:12 +0100 Subject: [PATCH] deps: update dependency io.grpc:grpc-bom to v1.42.1 (#513) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) | `1.41.0` -> `1.42.1` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.42.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.42.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.42.1/compatibility-slim/1.41.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.42.1/confidence-slim/1.41.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
grpc/grpc-java ### [`v1.42.1`](https://togithub.com/grpc/grpc-java/compare/v1.42.0...v1.42.1) [Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.42.0...v1.42.1) ### [`v1.42.0`](https://togithub.com/grpc/grpc-java/releases/v1.42.0) [Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.41.1...v1.42.0) In this release we drop support for Android API level 18 or lower (Jelly Bean or earlier), following Google Play Service’s [discontinued updates for Jelly Bean (API levels 16, 17 & 18)](https://android-developers.googleblog.com/2021/07/google-play-services-discontinuing-jelly-bean.html). ##### API Changes - xds: Added `XdsServerBuilder.overrideBootstrapForTest()` to provide bootstrap override for testing purposes. This way, the test does not need to use the shared environment variable for bootstrap injection. ([#​8575](https://togithub.com/grpc/grpc-java/issues/8575)) - api: Stabilize the `Status.asException(Metadata)` method. ([#​8520](https://togithub.com/grpc/grpc-java/issues/8520)) ##### Bug Fixes - netty: Requests with Connection header are malformed. This is required per HTTP/2. The server now rejects such requests. To improve debuggability for clients, Metadata.Key will log if creating a key for “Connection” - grpclb: Fix “IllegalStateException: already in fallback” channel panic, by not starting fallback timer if already in fallback ([#​8646](https://togithub.com/grpc/grpc-java/issues/8646)). This builds on the fix in 1.38.1. The bug was introduced in 1.38.0. - core, netty, okhttp: Fix AbstractManagedChannelImplBuilder#maxInboundMessageSize(int) ABI ([#​8607](https://togithub.com/grpc/grpc-java/issues/8607)). Solves the issue with NettyChannelBuilder.maxInboundMessageSize(int) and OkHttpChannelBuilder.maxInboundMessageSize(int) not working in rare cases when pre-1.33 builds combined with post-1.33. See issue [#​8313](https://togithub.com/grpc/grpc-java/issues/8313) for the details. ##### New Features - binder: A new transport with channel and server builders which support cross-process and cross-application communication on Android. BinderChannel is production ready and in use by several Google applications, though the APIs are still experimental and subject to change. It does not currently support rpc-level flow control for streaming RPCs. See [gRFC L73](https://togithub.com/grpc/proposal/blob/master/L73-java-binderchannel.md) for background. - xds: implemented rbac filter per [A41 xDS RBAC](https://togithub.com/grpc/proposal/blob/master/A41-xds-rbac.md). This is the first HTTP filter supported on server-side. - stub: add `ServerCallStreamObserver.setOnCloseHandler(Runnable)`. Notified when gRPC has completed processing the RPC. ([#​8452](https://togithub.com/grpc/grpc-java/issues/8452)) ##### Behavior Changes - core: gRPC-Java library discards any Content-Length header set by the application because in most cases this header is blindly forwarded from some other source and is incorrect for gRPC payload. - netty: Use Host header on server-side if :authority is not present - rls: the cache_size in route lookup config is limited to 5M - core: changed the level mapping ChannelLogger uses for java.util.logging.Level ([#​8531](https://togithub.com/grpc/grpc-java/issues/8531)). It is now possible to enable Java logging for Channelz’s INFO without also enabling DEBUG (previously they were both FINEST). ##### Dependencies - Compatibility with the upcoming Bazel 5 added. This required dropping support for Bazel 1-3. Bazel 4 or later is required ([#​7598](https://togithub.com/grpc/grpc-java/issues/7598)) - netty: bump netty to `4.1.63.Final` and tcnative to `2.0.38.Final`. ([#​8167](https://togithub.com/grpc/grpc-java/issues/8167)) ##### Improvements - core: `io.grpc.util.AdvancedTlsX509KeyManager` and `AdvancedTlsX509TrustManager` support loading configuration from static files. ([#​8525](https://togithub.com/grpc/grpc-java/issues/8525)) - core: `io.grpc.util.CertificateUtils.getPrivateKey()` now supports RSA and EC key algorithms ### [`v1.41.1`](https://togithub.com/grpc/grpc-java/releases/v1.41.1) [Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.41.0...v1.41.1) ##### Bug Fixes - grpclb: Fix “IllegalStateException: already in fallback” channel panic, by not starting fallback timer if already in fallback ([#​8646](https://togithub.com/grpc/grpc-java/issues/8646)). This builds on the fix in 1.38.1. The bug was introduced in 1.38.0.
--- ### 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. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-shared-dependencies). --- first-party-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-party-dependencies/pom.xml b/first-party-dependencies/pom.xml index 5443244d..0b194c43 100644 --- a/first-party-dependencies/pom.xml +++ b/first-party-dependencies/pom.xml @@ -55,7 +55,7 @@ UTF-8 ${project.artifactId} - 1.41.0 + 1.42.1 2.7.0 1.1.0 31.0.1-jre