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

Commit

Permalink
deps: update dependency io.grpc:grpc-stub to v1.46.0 (#341)
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-stub](https://togithub.com/grpc/grpc-java) | `1.45.1` -> `1.46.0` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-stub/1.46.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-stub/1.46.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-stub/1.46.0/compatibility-slim/1.45.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-stub/1.46.0/confidence-slim/1.45.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v1.46.0`](https://togithub.com/grpc/grpc-java/releases/v1.46.0)

##### Bug Fixes

-   netty: Fixed incompatibility with Netty 4.1.75.Final that caused COMPRESSION_ERROR ([#&#8203;9004](https://togithub.com/grpc/grpc-java/issues/9004))
-   xds: Fix LBs blindly propagating control plane errors ([#&#8203;9012](https://togithub.com/grpc/grpc-java/issues/9012)). This change forces the use of UNAVAILABLE for any xDS communication failures, which otherwise could greatly confuse an application. This is essentially a continuation of the fix in 1.45.0 for XdsNameResolver, but for other similar cases
-   xds: Fix ring_hash reconnecting behavior. Previously a TRANSIENT_FAILURE subchannel would remain failed forever
-   xds: Fix ring_hash defeating priority’s failover connection timeout. [grpc/proposal#&#8203;296](https://togithub.com/grpc/proposal/issues/296)
-   binder: Work around an Android Intent bug for consistent AndroidComponentAndress hashCode() and equals() ([#&#8203;9061](https://togithub.com/grpc/grpc-java/issues/9061))
-   binder: Fix deadlock when using process-local Binder ([#&#8203;8987](https://togithub.com/grpc/grpc-java/issues/8987)). Process-local binder has a different threading model than normal FLAG_ONEWAY, so this case is now detected and the FLAG_ONEWAY threading model is emulated
-   okhttp: Removed dead code in io.grpc.okhttp.internal.Util. This should have no impact except for static code analysis. This code was never used and was from the process of forking okhttp. It calculated things like MD5 which can trigger security scanners ([#&#8203;9071](https://togithub.com/grpc/grpc-java/issues/9071))

##### Behavior Changes

-   java_grpc_library.bzl: Pass use_default_shell_env = True for protoc ([#&#8203;8984](https://togithub.com/grpc/grpc-java/issues/8984)). This allows using MinGW on Windows
-   xds: Unconditionally apply backoff on ADS and LDS stream recreation. Previously if a message had been received on the stream no backoff wait would be performed. This limits QPS to a buggy server to 1 QPS, instead of a closed loop
-   xds: Skip Routes within VirtualHosts whose RouteAction has no cluster_specifier. This probably means the control plane is using a cluster_specifier field unknown/unsupported by gRPC. The control plane can repeat the Route with a different cluster_specifier for compatibility with older clients
-   xds: Support `xds.config.resource-in-sotw` client capability. Resources wrapped in a `io.envoyproxy.envoy.service.discovery.v3.Resource` message are now supported ([#&#8203;8997](https://togithub.com/grpc/grpc-java/issues/8997))

##### New Features

-   gcp-observability: A new experimental module for improving visibility into gRPC workloads. Initially supports logging RPCs to Google Cloud Logging
-   grpclb: Support setting initial fallback timeout by service config ([#&#8203;8980](https://togithub.com/grpc/grpc-java/issues/8980))

##### Dependencies

-   PerfMark bumped to 0.25.0 ([#&#8203;8948](https://togithub.com/grpc/grpc-java/issues/8948))
-   okhttp: the okhttp dependency is now compile only ([#&#8203;8971](https://togithub.com/grpc/grpc-java/issues/8971)). Okhttp’s internal HTTP/2 implementation was forked inside grpc-okhttp a long time ago, but there had been a few stray internal classes that had not been forked but should have been. That has now been fixed in preparation for OkHttp 3/4 support. Compile-only may cause a runtime failure for code using reflection on OkHttpChannelBuilder; add a dependency on okhttp 2.7.4 to resolve
-   bom: Removed protoc-gen-grpc-java from the BOM, as the classifier was confusing and it provided no value ([#&#8203;9020](https://togithub.com/grpc/grpc-java/issues/9020))

##### Acknowledgements

[@&#8203;jesseschalken](https://togithub.com/jesseschalken)
[@&#8203;kluever](https://togithub.com/kluever)
[@&#8203;beatrausch](https://togithub.com/beatrausch)

</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-iam).
  • Loading branch information
renovate-bot committed May 10, 2022
1 parent fb7863a commit 92c7276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc-google-iam-v1/build.gradle
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
compile 'io.grpc:grpc-stub:1.45.1'
compile 'io.grpc:grpc-stub:1.46.0'
compile 'io.grpc:grpc-protobuf:1.45.1'
compile project(':proto-google-iam-v1')
}
Expand Down

0 comments on commit 92c7276

Please sign in to comment.