Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Update dependency io.grpc:grpc-stub to v1.60.1 #164

Merged
merged 1 commit into from
Jan 1, 2024

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Jan 1, 2024

This PR contains the following updates:

Package Type Update Change
io.grpc:grpc-stub dependencies minor 1.59.1 -> 1.60.1

Release Notes

grpc/grpc-java (io.grpc:grpc-stub)

v1.60.1

Bug Fixes

  • util: Fix NPE when multiple addresses in an address group for petiole load balancer policies (#​10770)

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. (#​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 (#​10587)
  • api: Changed recently-introduced LoadBalancer.acceptResolvedAddresses() to return Status instead of boolean (#​10636). This is part of continued work to align the LB API cross-language and API stabilization
  • stub: Deprecate StreamObservers (#​10654)
  • alts: AltsChannelBuilder now extends ForwardingChannelBuilder2 (#​10587)
  • protobuf: Stabilize ProtoUtils.metadataMarshaller() (#​10628)
  • protobuf-lite: ProtoLiteUtils experimental comment (#​10627)
Behavior Changes
  • core: ManagedChannels 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. (#​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 (#​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 (#​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 (#​10644)
Bug Fixes
  • util: Remove shutdown subchannels from OD tracking (#​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

@​anthonyjpratti
@​fedorka
@​jpd236
@​mateusazis
@​pkoenig10
@​yannickepstein
@​amirhadadi


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Jan 1, 2024
@cq-bot cq-bot force-pushed the renovate/io.grpc-grpc-stub-1.x branch from b83adb9 to afd7ad7 Compare January 1, 2024 04:16
@cq-bot cq-bot force-pushed the renovate/io.grpc-grpc-stub-1.x branch from afd7ad7 to 7844773 Compare January 1, 2024 05:13
@kodiakhq kodiakhq bot merged commit b8b96bd into main Jan 1, 2024
5 checks passed
@kodiakhq kodiakhq bot deleted the renovate/io.grpc-grpc-stub-1.x branch January 1, 2024 05:15
kodiakhq bot pushed a commit that referenced this pull request Jan 2, 2024
🤖 I have created a release *beep* *boop*
---


## [0.0.18](v0.0.17...v0.0.18) (2024-01-02)


### Bug Fixes

* **deps:** Update dependency com.fasterxml.jackson.core:jackson-annotations to v2.16.1 ([#159](#159)) ([bd1e79b](bd1e79b))
* **deps:** Update dependency com.fasterxml.jackson.core:jackson-core to v2.16.1 ([#160](#160)) ([d663db8](d663db8))
* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.11 ([#131](#131)) ([6ae7381](6ae7381))
* **deps:** Update dependency io.grpc:grpc-protobuf to v1.60.1 ([#163](#163)) ([8dfcccd](8dfcccd))
* **deps:** Update dependency io.grpc:grpc-services to v1.60.1 ([#139](#139)) ([6fc59f2](6fc59f2))
* **deps:** Update dependency io.grpc:grpc-stub to v1.60.1 ([#164](#164)) ([b8b96bd](b8b96bd))
* **deps:** Update dependency io.grpc:grpc-testing to v1.60.1 ([#165](#165)) ([f889c39](f889c39))
* **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.5 ([#161](#161)) ([9057cdf](9057cdf))
* **deps:** Update dependency org.assertj:assertj-core to v3.25.0 ([#166](#166)) ([54dc63f](54dc63f))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to automerge PRs once requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants