Skip to content

chore: bump google.golang.org/grpc from 1.77.0 to 1.78.0#21393

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/go_modules/google.golang.org/grpc-1.78.0
Dec 29, 2025
Merged

chore: bump google.golang.org/grpc from 1.77.0 to 1.78.0#21393
github-actions[bot] merged 1 commit intomainfrom
dependabot/go_modules/google.golang.org/grpc-1.78.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps google.golang.org/grpc from 1.77.0 to 1.78.0.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.78.0

Behavior Changes

  • client: Reject target URLs containing unbracketed colons in the hostname in Go version 1.26+. (#8716)

New Features

  • stats/otel: Add backend service label to wrr 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)

Bug Fixes

  • transport/client : Return status code Unknown on malformed grpc-status. (#8735)
  • client: Add experimental.AcceptCompressors so callers can restrict the grpc-accept-encoding header advertised for a call. (#8718)
  • xds: Fix a bug in StringMatcher where regexes would match incorrectly when ignore_case is set to true. (#8723)
  • 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)
  • 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)
Commits
  • 9df039e Change version to 1.78.0 (#8761)
  • 9b990b6 gracefulswitch: Wait for all goroutines on close (#8746)
  • 6677d9a xds: Fixing a typo (#8760)
  • d35cedd xds/resolver: pass route's auto_host_rewrite to LB picker (gRFC A81) (#8740)
  • d931fdc client: allow overriding grpc-accept-encoding header (#8718)
  • 0800ec7 xds/clusterimpl: update TestChildPolicyChangeOnConfigUpdate to use custom lb ...
  • 6553ea1 stats/otel: Add subchannel metrics (A94) (#8738)
  • 81a00ce grpc: Fixing spelling typo (#8756)
  • e413838 client: Change connectivity state to CONNECTING when creating the name resolv...
  • f9d2bdb stats/otel: Add grpc.lb.backend_service label to wrr metrics (A89) (#8737)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.77.0 to 1.78.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.77.0...v1.78.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 29, 2025
@github-actions github-actions bot enabled auto-merge (squash) December 29, 2025 12:03
@github-actions github-actions bot merged commit 4f40b78 into main Dec 29, 2025
37 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/google.golang.org/grpc-1.78.0 branch December 29, 2025 12:13
noeljackson added a commit to noeljackson/coder that referenced this pull request Jan 4, 2026
* upstream/main:
  docs: update VS Code Web subpath comment to reflect current support (coder#21375)
  feat: add boundary log forwarding from agent to coderd (coder#21345)
  chore: add airflow icon (coder#21401)
  refactor: add aiproxy test helpers to reduce boilerplate (coder#21404)
  chore: bump github.com/zclconf/go-cty-yaml from 1.1.0 to 1.2.0 (coder#21366)
  perf: increase bridge pool cache size limit (coder#21399)
  feat: add API to serve proxy certificate (coder#21391)
  chore: remove experimental endpoints (coder#21390)
  feat: add certificate caching for AI Bridge Proxy (coder#21344)
  feat: reroute AI provider requests to aibridged (coder#21343)
  feat: add proxy authorization to aibridgeproxyd (coder#21342)
  feat: add core AI MITM proxy daemon (coder#21296)
  test: use deterministic time to avoid time-based flake (coder#21396)
  ci: bump the github-actions group with 3 updates (coder#21394)
  chore: bump google.golang.org/grpc from 1.77.0 to 1.78.0 (coder#21393)
  chore: bump github.com/brianvoe/gofakeit/v7 from 7.12.1 to 7.14.0 (coder#21392)
  feat(dogfood): use coder exp sync to synchronize scripts (coder#21384)
  chore: bump the coder-modules group across 3 directories with 4 updates (coder#21388)
  chore: add playwright MCP in proper place
  feat(coderd): support deleting dev containers (coder#21248)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants