Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
deps: update dependency io.grpc:grpc-bom to v1.42.1 (#513)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>grpc/grpc-java</summary>

### [`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. ([#&#8203;8575](https://togithub.com/grpc/grpc-java/issues/8575))
-   api: Stabilize the `Status.asException(Metadata)` method. ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 [#&#8203;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. ([#&#8203;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 ([#&#8203;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 ([#&#8203;7598](https://togithub.com/grpc/grpc-java/issues/7598))
-   netty: bump netty to `4.1.63.Final` and tcnative to `2.0.38.Final`. ([#&#8203;8167](https://togithub.com/grpc/grpc-java/issues/8167))

##### Improvements

-   core: `io.grpc.util.AdvancedTlsX509KeyManager` and `AdvancedTlsX509TrustManager` support loading configuration from static files.  ([#&#8203;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 ([#&#8203;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.

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->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).
  • Loading branch information
renovate-bot committed Nov 12, 2021
1 parent fc07879 commit 0d2b774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-party-dependencies/pom.xml
Expand Up @@ -55,7 +55,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<site.installationModule>${project.artifactId}</site.installationModule>
<grpc.version>1.41.0</grpc.version>
<grpc.version>1.42.1</grpc.version>
<gax.version>2.7.0</gax.version>
<grpc-gcp.version>1.1.0</grpc-gcp.version>
<guava.version>31.0.1-jre</guava.version>
Expand Down

0 comments on commit 0d2b774

Please sign in to comment.