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 grpc-java monorepo to v1.61.1 #172

Merged
merged 3 commits into from
Feb 9, 2024

Conversation

cq-bot
Copy link
Contributor

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

This PR contains the following updates:

Package Type Update Change
io.grpc:grpc-testing dependencies minor 1.60.1 -> 1.61.1
io.grpc:grpc-services dependencies minor 1.60.1 -> 1.61.1
io.grpc:grpc-stub dependencies minor 1.60.1 -> 1.61.1
io.grpc:grpc-protobuf dependencies minor 1.60.1 -> 1.61.1

Release Notes

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

v1.61.1

Bug Fixes

xds: Fix a bug in WeightedRoundRobinLoadBalancer policy that could raise NullPointerException and further cause channel panic when picking a subchannel. This bug can only be triggered when connection can not be established and the channel reports TRANSIENT_FAILURE state. (#​10868)

v1.61.0

API Changes
  • Remove unused experimental API ManagedChannelBuilder.enableFullStreamDecompression (#​10744)
  • api: Deprecate LoadBalancer.EMPTY_PICKER added in 1.58.0 in favor of FixedResultPicker (860b5cb)
New Features
  • binder: Experimental support for asynchronous security policies (#​10566)
Improvements
  • core: reduce CompositeReadableBuffer allocation (#​3279)
  • core: Improve error message clarity when a channel leak is detected (201893f)
  • util: use shared index across round_robin pickers (dca89b2). This makes its implementation more similar to weighted_round_robin.
  • xds: Implement ADS stream flow control mechanism (#​10674). This limits the maximum memory consumed if the control plane sends updates more rapidly than they can be processed.
Bug Fixes
  • core: Check outbound maximum message size for the compressed size in addition to the already-checked uncompressed size (#​10739). Fixed the status code to be RESOURCE_EXHAUSTED instead of UNKNOWN.
  • util: Fix NPE when multiple addresses are in an address group for petiole load balancer policies (#​10769)
  • util: Disable publishing of fixtures (8ac43dd). The Gradle test fixtures are for use by grpc-java's internal tests.
  • okhttp: Ignore known conscrypt socket close issue (#​10812). This stops an exception from being thrown when a known Conscrypt synchronization issue happens.
Dependencies
  • Drop support for Bazel 5 (55a9c01). Bazel 7 is available, and Protobuf has already dropped support for Bazel 5.
  • Change many compile deps to runtime deps (d6830d7). This reduces the transitive classes "leaked" into the compile classpath. In particular, grpc-core (io.grpc.internal) will be less frequently included transitively at compile time.
  • Upgrade dependencies (c985797)
    • Protobuf to 3.25.1
    • auto-value-annotations to 1.10.4
    • error_prone_annotations to 2.23.0
    • proto-google-common-protos to 2.29.0
    • google-cloud-logging to 3.15.14
    • guava to 32.1.3-android
    • okio to 3.4.0
Acknowledgements

v1.60.2

Bug Fixes

xds: Fix a bug in WeightedRoundRobinLoadBalancer policy that could raise NullPointerException and further cause channel panic when picking a subchannel. This bug can only be triggered when connection can not be established and the channel reports TRANSIENT_FAILURE state. (#​10868)


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 these updates 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 Feb 1, 2024
@cq-bot cq-bot force-pushed the renovate/grpc-java-monorepo branch from a71a437 to decb5ad Compare February 2, 2024 22:14
@cq-bot cq-bot changed the title fix(deps): Update grpc-java monorepo to v1.61.0 fix(deps): Update grpc-java monorepo to v1.61.1 Feb 2, 2024
@cq-bot cq-bot force-pushed the renovate/grpc-java-monorepo branch from decb5ad to 1a0b426 Compare February 6, 2024 14:13
@candiduslynx
Copy link
Contributor

cc: @erezrokah on the deps update (& the testImplementation use for inprocess)

@kodiakhq kodiakhq bot merged commit 4ada7bc into main Feb 9, 2024
5 checks passed
@kodiakhq kodiakhq bot deleted the renovate/grpc-java-monorepo branch February 9, 2024 10:57
kodiakhq bot pushed a commit that referenced this pull request Feb 9, 2024
🤖 I have created a release *beep* *boop*
---


## [0.0.21](v0.0.20...v0.0.21) (2024-02-09)


### Features

* Implement `GetSpecSchema` ([#180](#180)) ([9eeb976](9eeb976))


### Bug Fixes

* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.14 ([#178](#178)) ([6871551](6871551))
* **deps:** Update grpc-java monorepo to v1.61.1 ([#172](#172)) ([4ada7bc](4ada7bc))

---
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.

3 participants