Skip to content

Conversation

@ske-renovate-ce
Copy link
Contributor

@ske-renovate-ce ske-renovate-ce bot commented Dec 23, 2025

This PR contains the following updates:

Package Change Age Confidence
google.golang.org/grpc v1.77.0 -> v1.78.0 age confidence

Release Notes

grpc/grpc-go (google.golang.org/grpc)

v1.78.0: Release 1.78.0

Compare Source

Behavior Changes

  • client: Align URL validation with Go 1.26+ to now reject target URLs with unbracketed colons in the hostname. (#​8716)
  • transport/client : Return status code Unknown on malformed grpc-status. (#​8735)
    • xds/resolver:
    • Drop previous route resources and report an error when no matching virtual host is found.
    • Only log LDS/RDS configuration errors following a successful update and retain the last valid resource to prevent transient failures. (#​8711)

New Features

  • stats/otel: Add backend service label to weighted round robin metrics as part of A89. (#​8737)
  • stats/otel: Add subchannel metrics (without the disconnection reason) to eventually replace the pickfirst metrics. (#​8738)
  • client: Wait for all pending goroutines to complete when closing a graceful switch balancer. (#​8746)
  • client: Add experimental.AcceptCompressors so callers can restrict the grpc-accept-encoding header advertised for a call. (#​8718)

Bug Fixes

  • xds: Fix a bug in StringMatcher where regexes would match incorrectly when ignore_case is set to true. (#​8723)
  • client:
    • Change connectivity state to CONNECTING when creating the name resolver (as part of exiting IDLE).
    • Change connectivity state to TRANSIENT_FAILURE if name resolver creation fails (as part of exiting IDLE).
    • Change connectivity state to IDLE after idle timeout expires even when current state is TRANSIENT_FAILURE.
    • Fix a bug that resulted in OnFinish call option not being invoked for RPCs where stream creation failed. (#​8710)
  • xdsclient: Fix a race in the xdsClient that could lead to resource-not-found errors. (#​8627)

Performance Improvements

  • mem: Round up to nearest 4KiB for pool allocations larger than 1MiB. (#​8705)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@ske-renovate-ce ske-renovate-ce bot added the kind/upgrade Upgrading components or dependencies (e.g., by renovate) label Dec 23, 2025
@ske-renovate-ce ske-renovate-ce bot requested review from hown3d and nschad December 23, 2025 09:40
@ske-renovate-ce
Copy link
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.43.0 -> v0.44.0
golang.org/x/mod v0.28.0 -> v0.29.0
golang.org/x/net v0.46.1-0.20251013234738-63d1a5100f82 -> v0.47.0
golang.org/x/term v0.36.0 -> v0.37.0
golang.org/x/text v0.30.0 -> v0.31.0
golang.org/x/tools v0.37.0 -> v0.38.0
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8 -> v0.0.0-20251029180050-ab9386a59fda
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 -> v0.0.0-20251029180050-ab9386a59fda

@ske-prow ske-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Dec 23, 2025
@ske-prow ske-prow bot assigned xoxys Jan 12, 2026
@ske-prow ske-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jan 12, 2026
@ske-prow
Copy link

ske-prow bot commented Jan 12, 2026

LGTM label has been added.

DetailsGit tree hash: 734512e2f67b4a2b4885bef3c24f4efe9f1e072e

@ske-prow
Copy link

ske-prow bot commented Jan 12, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: xoxys

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ske-prow ske-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 12, 2026
@ske-prow ske-prow bot merged commit a0d988a into main Jan 12, 2026
3 checks passed
@ske-prow ske-prow bot deleted the renovate/main-google.golang.org-grpc-1.x branch January 12, 2026 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/upgrade Upgrading components or dependencies (e.g., by renovate) lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants