Skip to content

Commit

Permalink
fix(deps): Update dependency io.grpc:grpc-protobuf to v1.60.1 (#163)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [io.grpc:grpc-protobuf](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.59.1` -> `1.60.1` |

---

### Release Notes

<details>
<summary>grpc/grpc-java (io.grpc:grpc-protobuf)</summary>

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

### Bug Fixes

-   util: Fix NPE when multiple addresses in an address group for petiole load balancer policies ([#&#8203;10770](https://togithub.com/grpc/grpc-java/issues/10770))

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

##### API Changes

-   api: Stabilize `ForwardingServerBuilder`, `ForwardingChannelBuilder2`, and `ForwardingChannelBuilder`. Note that `ForwardingChannelBuilder` is stabilized (no changes will be made to it), but immediately deprecated in favor of `ForwardingChannelBuilder2`. ([#&#8203;10586](https://togithub.com/grpc/grpc-java/issues/10586))
-   api: Deprecate `ForwardingChannelBuilder.delegate()`. De facto this deprecates the class itself, since all classes extending `ForwardingChannelBuilder` implement the `delegate()` method. See javadoc for details ([#&#8203;10587](https://togithub.com/grpc/grpc-java/issues/10587))
-   api: Changed recently-introduced `LoadBalancer.acceptResolvedAddresses()` to return `Status` instead of `boolean` ([#&#8203;10636](https://togithub.com/grpc/grpc-java/issues/10636)). This is part of continued work to align the LB API cross-language and API stabilization
-   stub: Deprecate StreamObservers ([#&#8203;10654](https://togithub.com/grpc/grpc-java/issues/10654))
-   alts: AltsChannelBuilder now extends `ForwardingChannelBuilder2` ([#&#8203;10587](https://togithub.com/grpc/grpc-java/issues/10587))
-   protobuf: Stabilize `ProtoUtils.metadataMarshaller()` ([#&#8203;10628](https://togithub.com/grpc/grpc-java/issues/10628))
-   protobuf-lite: ProtoLiteUtils experimental comment ([#&#8203;10627](https://togithub.com/grpc/grpc-java/issues/10627))

##### Behavior Changes

-   core: `ManagedChannel`s now check the address types provided by the nameResolver (for the given target) with the address types supported by the channel transport and generate an error in case of mismatch. That dramatically improves the error message when an issue occurs
-   core: When a server stream is closed due to user's code (an uncaught exception in halfClosed, messagesAvailable, onReady callback of a ServerStream's listener), the `Status.UNKNOWN` returned to the client will have `Application error processing RPC` description. Previously the description was empty. This is helpful to differentiate between server errors originated in user application, gRPC library, or even those injected by a proxy. ([#&#8203;10643](https://togithub.com/grpc/grpc-java/issues/10643))
-   xds: Log ORCA UNIMPLEMENTED error to subchannel logger. This removes them from the normal application logs, reducing log spam

##### Improvements

-   Change the underlying implementations of RingHash, RoundRobin, WeightedRoundRobin and LeastRequest load balancers to utilize the pick first load balancer rather than directly manage subchannels. This should only be noticeable if it introduced a bug
-   core: Avoid flushing headers when the server returns a single response ([#&#8203;9314](https://togithub.com/grpc/grpc-java/issues/9314)). This is a performance optimization to reduce the number of packets for non-streaming responses
-   util: Make grpc-core an implementation dependency. This will prevent the io.grpc.internal classes in grpc-core from being visible during compilation when depending on just grpc-util
-   netty: Implement `Http2Headers.isEmpty()`. This fixes compatibility with Netty 4.1.101.Final.
-   netty: Add `NettyServerBuilder.maxRstFramesPerWindow()`. This can be used to limit impact of Rapid Reset
-   netty: Disable huffman coding in headers ([#&#8203;10563](https://togithub.com/grpc/grpc-java/issues/10563)). Huffman coding provides modest compression for relatively high CPU usage, especially within a data center. Rely just on the HPACK static and dynamic tables for compression, for higher performance. This only impacts header values 512 bytes or longer, as Netty already disabled Huffman for smaller values
-   alts: Improve handshake failure error message by propagating original exception ([#&#8203;10644](https://togithub.com/grpc/grpc-java/issues/10644))

##### Bug Fixes

-   util: Remove shutdown subchannels from OD tracking ([#&#8203;10683](https://togithub.com/grpc/grpc-java/issues/10683)). This could have caused a memory leak on a long-lived channel. But we don’t think it could be triggered with our built-in load balancing policies.

##### Dependencies

-   Bump Netty to 4.1.100.Final

##### Acknowledgements

[@&#8203;anthonyjpratti](https://togithub.com/anthonyjpratti)
[@&#8203;fedorka](https://togithub.com/fedorka)
[@&#8203;jpd236](https://togithub.com/jpd236)
[@&#8203;mateusazis](https://togithub.com/mateusazis)
[@&#8203;pkoenig10](https://togithub.com/pkoenig10)
[@&#8203;yannickepstein](https://togithub.com/yannickepstein)
[@&#8203;amirhadadi](https://togithub.com/amirhadadi)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - 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, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Jan 1, 2024
1 parent 54dc63f commit 8dfcccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation 'com.google.guava:guava:32.1.3-jre'
implementation 'info.picocli:picocli:4.7.5'
implementation 'com.google.guava:guava:32.1.3-jre'
implementation "io.grpc:grpc-protobuf:1.59.1"
implementation "io.grpc:grpc-protobuf:1.60.1"
implementation "io.grpc:grpc-stub:1.59.1"
implementation "io.grpc:grpc-services:1.57.2"
implementation "io.grpc:grpc-testing:1.60.1"
Expand Down

0 comments on commit 8dfcccd

Please sign in to comment.