This repository was archived by the owner on Sep 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit cde0463
authored
deps: update dependency io.grpc:grpc-bom to v1.32.1 (#133)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) | minor | `1.31.1` -> `1.32.1` |
---
### Release Notes
<details>
<summary>grpc/grpc-java</summary>
### [`v1.32.1`](https://togithub.com/grpc/grpc-java/releases/v1.32.1)
[Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.31.1...v1.32.1)
#### API Changes
- api: Removed deprecated method `ChannelBuilder.blockingExecutor()` ([#​7242](https://togithub.com/grpc/grpc-java/issues/7242)). There should not be any users as it was deprecated the first release it was available and was renamed `offloadExecutor()`.
- grpclb: Make ATTR_LB_ADDRS public ([#​7230](https://togithub.com/grpc/grpc-java/issues/7230)). This is necessary to configure grpclb from a custom NameResolver
#### New Features
- xds: perform header matching on concatenated multi-valued headers ([#​7215](https://togithub.com/grpc/grpc-java/issues/7215))
- xds: add header matching special cases for hiding/exposing some gRPC headers ([#​7224](https://togithub.com/grpc/grpc-java/issues/7224)). The only gRPC header available for header matching is “content-type”.
- xds: support load reporting all clusters option and fix actual report interval measurement ([#​7209](https://togithub.com/grpc/grpc-java/issues/7209)). If the LRS response enables send_all_clusters, the client side will report loads for all clusters it is currently using.
#### Bug Fixes
- core, alts, cronet: Fix ByteBuffer covariant method usages ([#​7349](https://togithub.com/grpc/grpc-java/issues/7349)). When built with Java 9+, internal usages of ByteBuffer APIs may cause runtime breakage for dependent applications running with Java 8. This is fixed now.
- core: Fixed a bug that RPC may hang when hedging is enabled with a throttling configuration ([#​7337](https://togithub.com/grpc/grpc-java/issues/7337))
- netty: The environment variable `GRPC_EXPERIMENTAL_AUTOFLOWCONTROL=false` will now disable the BDP monitoring introduced in v1.30.0. This is intended to help diagnose a “too_many_pings” compatibility issue and will be removed once it is resolved. If you need to use the variable, please file an issue
- benchmarks: Use correct classpath for scripts (the ones in the bin/ folder of the tar/zip), fixing NoClassDefFoundErrors. The classpath was probably broken starting in v1.30.
- xds: routing policy should immediately update a picker that selects base on updated config ([#​7233](https://togithub.com/grpc/grpc-java/issues/7233))
#### Dependencies
- netty: Upgrade to Netty 4.1.51 and tcnative 2.0.31
- android, cronet: Drop support for android SDK versions older than 16 ([#​7253](https://togithub.com/grpc/grpc-java/issues/7253)). The minimum supported Android SDK version is 16.
#### Acknowledgements
[@​susinmotion](https://togithub.com/susinmotion)
[@​trustin](https://togithub.com/trustin)
[@​wanyingd1996](https://togithub.com/wanyingd1996)
</details>
---
### Renovate configuration
:date: **Schedule**: At any time (no schedule defined).
:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
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).1 parent d93e665 commit cde0463Copy full SHA for cde0463
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
0 commit comments