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-protobuf to v1.42.1 (#235)
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-protobuf](https://togithub.com/grpc/grpc-java) | `1.42.0` -> `1.42.1` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.42.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.42.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.42.1/compatibility-slim/1.42.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.42.1/confidence-slim/1.42.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

Bug fixes:

-   xds: fix a bug that invalid resources from the control plane was internally classified as missing configuration, but instead it should be classified as a transient error. This will change load balancing states on failure handling behavior: for example, missing LDS at xDS server would make it enter “not serving” mode but a transient error does not affect serving status. [#&#8203;8690](https://togithub.com/grpc/grpc-java/issues/8690)
-   xds: fix a bug where XdsServer didn’t block start() when configuration is missing, and instead errored. [#&#8203;8690](https://togithub.com/grpc/grpc-java/issues/8690)
-   xds: stop generating UUIDs for filter chains that lack them. The UUID was preventing the `XdsServer` from noticing when a control plane sent a needless duplicate update, causing `XdsServer` to drain all its existing connections to use the “new” configuration [#&#8203;8688](https://togithub.com/grpc/grpc-java/issues/8688)

New feature:

-   netty: Add ability to set system property `-Dio.grpc.netty.disableConnectionHeaderCheck=false` to disable HTTP Connection header check. This is a temporary workaround to allow fixing out-of-spec HTTP/2 clients [#&#8203;8683](https://togithub.com/grpc/grpc-java/issues/8683)
-   compiler: Protoc plugin for macOS x86 is duplicated to be used on the aarch architecture, to ease use on arm64 macs. The plugin is not actually ARM64, just named as such. Future work will need to compile it appropriately [#&#8203;8680](https://togithub.com/grpc/grpc-java/issues/8680)

</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 Nov 15, 2021
1 parent efa953f commit 1a3b49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc-google-iam-v1/build.gradle
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
compile 'io.grpc:grpc-stub:1.42.1'
compile 'io.grpc:grpc-protobuf:1.42.0'
compile 'io.grpc:grpc-protobuf:1.42.1'
compile project(':proto-google-iam-v1')
}

Expand Down

0 comments on commit 1a3b49c

Please sign in to comment.