Skip to content

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Feb 4, 2026

This PR contains the following updates:

Package Type Update Change
io.grpc:grpc-inprocess dependencies minor 1.78.0 -> 1.79.0
io.grpc:grpc-testing dependencies minor 1.78.0 -> 1.79.0
io.grpc:grpc-services dependencies minor 1.78.0 -> 1.79.0
io.grpc:grpc-stub dependencies minor 1.78.0 -> 1.79.0
io.grpc:grpc-protobuf dependencies minor 1.78.0 -> 1.79.0

Release Notes

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

v1.79.0

API Changes

  • core: Delete the never-used io.grpc.internal.ReadableBuffer.readBytes(ByteBuffer) (#​12580) (738782f). This is deeply internal and not accessible, so shouldn’t impact anything. However, Apache Arrow Java uses reflection to access private fields; GH-939: Remove reflection for gRPC buffers is swapping to gRPC’s public zero-copy APIs

  • opentelemetry: Add target attribute filter for metrics (#​12587). Introduce an optional Predicate targetAttributeFilter to control how grpc.target is recorded in OpenTelemetry client metrics. When a filter is provided, targets rejected by the predicate are normalized to "other" to reduce grpc.target metric cardinality, while accepted targets are recorded as-is. If no filter is set, existing behavior is preserved. This change adds a new Builder API on GrpcOpenTelemetry to allow applications to configure the filter. 

Behavior Changes

  • core: Convert AutoConfiguredLB to an actual LB (4bbf8ee). This is an internal refactoring, but it does improve how errors are handled for broken binaries. Previously, not being able to load pick_first would result in a channel panic. Now it is handled as a regular load balancing error

  • okhttp: Assert no pending streams before transport READY (#​12566) (ed6d175). No pending streams should exist when the transport transitions to READY. This PR adds an assertion to help verify this invariant.

Bug Fixes

  • core: PickFirstLB should not return a subchannel during CONNECTING (228fc8e). Pick-first in grpc-java has behaved this way since it was created, and it was of no consequence. However, now there are some load balancing policies (mainly RLS) that will do a pick() and hope the result to be reasonably accurate for metrics.

Improvements

  • core: Improve DEADLINE_EXCEEDED message for CallCreds delays (ead532b). Previously the error message contained “buffered_nanos” and “waiting_for_connection” for connection delays. However, we discovered the same strings were also used if waiting on CallCredentials. Now you’ll see details like “connecting_and_lb_delay”, “call_credentials_delay”, and “was_still_waiting”.

  • opentelemetry: Add Android API checking (a9f73f4). Previously we assumed OpenTelemetry support would not be used on Android. It did happen to be compatible with Android, but since OpenTelemetry does have some Android support, we now have a check that it remains compatible

  • core: Catch Errors when calling complex config parsing code (a535ed7). Error (and any other Throwable) is now caught and handled when parsing configuration (e.g., service config, xds). This will cause such failures to be handled gracefully instead of panicking the channel

  • core: Implement LoadBalancer.Helper.createOobChannel() with the internals of createResolvingOobChannel() (3915d02). This API is only expected to be relevant to the gRPC-LB lookaside load balancer, and is not believed to have behavior changes. Out-of-band channel had been implemented with its own stripped-down Channel without load balancing. Reimplementing using the resolving oob channel makes it a full-fledged channel and reduces the burden when integrating new features and allows us to have a ManagedChannelBuilder to use with efforts like gRFC A110: Child Channel Options.

  • xds: Implement the proactive connection logic in RingHashLoadBalancer as outlined in gRFC A61 (#​12596). Previously, the Java implementation only initialized child balancers when a ring-chosen endpoint was in TRANSIENT_FAILURE during a picker's pickSubchannel call. This PR adds the missing logic: when a child balancer reports TRANSIENT_FAILURE, the LoadBalancer now proactively initializes the first available IDLE child if no other children are currently connecting or ready.

This ensures a backup subchannel starts warming up immediately outside the RPC flow, reducing failover latency and improving overall resilience. This behavior was previously present but was inadvertently lost after #​10610.

  • api: Add RFC 3986 support to DnsNameResolverProvider (#​12602) (f65127c) Experimental RFC 3986 target URI parsing mode (disabled by default)

New Features

Dependencies 

  • protobuf: Upgrade Bazel protobuf to 33.1 (#​12553) (b61a8f4) and load java_proto_library from the protobuf repo (c7f3cdb)

  • protobuf: Fix build with Bazel 9 by upgrading bazel_jar_jar and grpc-proto versions (#​12569)

  • Upgrade dependencies (#​12588) (6422092) Netty to 4.1.130, error-prone annotations to 2.45.0, google-auth-library to 1.41.0, tomcat-embed-core9 to 9.0.113, tomcat-embed-core to 10.1.50, opentelemetry to 1.57.0, jetty-ee10-servlet to 12.1.5, jetty-http2-server to 12.1.5, google-cloud-logging to 3.23.9, google-auth to 1.41.0, proto-google-common-protos to 2.63.2.

Thanks to


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 4, 2026
@cq-bot
Copy link
Contributor Author

cq-bot commented Feb 4, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@kodiakhq kodiakhq bot merged commit 34d5591 into main Feb 4, 2026
6 checks passed
@kodiakhq kodiakhq bot deleted the renovate/grpc-java-monorepo branch February 4, 2026 14:15
kodiakhq bot pushed a commit that referenced this pull request Feb 4, 2026
🤖 I have created a release *beep* *boop*
---


## [0.0.49](v0.0.48...v0.0.49) (2026-02-04)


### Bug Fixes

* **deps:** Update dependency gradle to v9.3.0 ([#403](#403)) ([8996e95](8996e95))
* **deps:** Update dependency gradle to v9.3.1 ([#414](#414)) ([71bb584](71bb584))
* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.42 ([#413](#413)) ([af92a67](af92a67))
* **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v4.3.1 ([#404](#404)) ([1dedd94](1dedd94))
* **deps:** Update dependency org.assertj:assertj-core to v3.27.7 ([#402](#402)) ([a616bc4](a616bc4))
* **deps:** Update dependency org.mockito:mockito-core to v5.21.0 ([#405](#405)) ([b43d75c](b43d75c))
* **deps:** Update grpc-java monorepo to v1.78.0 ([#406](#406)) ([731a8f7](731a8f7))
* **deps:** Update grpc-java monorepo to v1.79.0 ([#416](#416)) ([34d5591](34d5591))
* **deps:** Update jackson monorepo ([#407](#407)) ([5ca69de](5ca69de))
* **deps:** Update junit ([#408](#408)) ([5ba92df](5ba92df))
* **deps:** Update plugin com.diffplug.spotless to v8.2.0 ([#409](#409)) ([061fc4b](061fc4b))
* **deps:** Update plugin com.diffplug.spotless to v8.2.1 ([#415](#415)) ([35f210a](35f210a))
* **deps:** Update plugin io.freefair.lombok to v9.2.0 ([#410](#410)) ([7e8da5b](7e8da5b))

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