Skip to content

Update module google.golang.org/grpc to v1.74.0 #3472

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

Merged
merged 2 commits into from
Jul 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2025

This PR contains the following updates:

Package Change Age Confidence
google.golang.org/grpc v1.72.2 -> v1.74.0 age confidence

Release Notes

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

v1.74.0

Compare Source

v1.73.0: Release 1.73.0

Compare Source

New Features

  • balancer/ringhash: move LB policy from xds/internal to exported path to facilitate use without xds (#​8249)
  • xds: enable least request LB policy by default. It can be disabled by setting GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=false in your environment. (#​8253)
  • grpc: add a CallAuthority Call Option that can be used to overwrite the http :authority header on per-RPC basis. (#​8068)
  • stats/opentelemetry: add trace event for name resolution delay. (#​8074)
  • health: added List method to gRPC Health service. (#​8155)
  • ringhash: implement features from gRFC A76. (#​8159)
  • xds: add functionality to support SPIFFE Bundle Maps as roots of trust in XDS which can be enabled by setting GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE=true. (#​8167, #​8180, #​8229, #​8343)

Bug Fixes

  • xds: locality ID metric label is changed to make it consistent with gRFC A78. (#​8256)
  • client: fail RPCs on the client when using extremely short contexts that expire before the grpc-timeout header is created. (#​8312)
  • server: non-positive grpc-timeout header values are now rejected. This is consistent with the gRPC protocol spec. (#​8290)
  • xds: fix reported error string when LRS load reporting interval is invalid. (#​8224)

Performance Improvements

  • credentials/alts: improve read performance by optimizing buffer copies and allocations. (#​8271)
  • server: improve performance of RPC handling by avoid a status proto copy (#​8282)

Documentation

  • examples/features/opentelemetry: modify example to demonstrate tracing using OpenTelemtry plugin. (#​8056)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 6, 2025
@renovate renovate bot requested a review from a team as a code owner June 6, 2025 10:54
@renovate renovate bot enabled auto-merge (squash) June 6, 2025 10:54
@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 6, 2025
Copy link
Contributor Author

renovate bot commented Jun 6, 2025

ℹ 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):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/oauth2 v0.27.0 -> v0.30.0
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250528174236-200df99c418a
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250528174236-200df99c418a

@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 16 times, most recently from b9e7641 to f72785e Compare June 13, 2025 01:15
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 5 times, most recently from 44a3dc0 to 83ba8b2 Compare June 16, 2025 22:05
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 14 times, most recently from c9b14e5 to 79b26e9 Compare July 14, 2025 15:26
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 2 times, most recently from 4432713 to fe80be9 Compare July 16, 2025 17:08
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.73.0 Update module google.golang.org/grpc to v1.74.0 Jul 16, 2025
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from fe80be9 to f4663d5 Compare July 16, 2025 20:42
renovate bot and others added 2 commits July 17, 2025 11:11
| datasource | package                | from    | to      |
| ---------- | ---------------------- | ------- | ------- |
| go         | google.golang.org/grpc | v1.72.2 | v1.74.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@sjberman sjberman force-pushed the renovate/google.golang.org-grpc-1.x branch from f4663d5 to b22f167 Compare July 17, 2025 17:11
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from b22f167 to cd2a2a3 Compare July 17, 2025 17:11
@sjberman sjberman force-pushed the renovate/google.golang.org-grpc-1.x branch from cd2a2a3 to b22f167 Compare July 17, 2025 17:18
Copy link
Contributor Author

renovate bot commented Jul 17, 2025

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.

Copy link

codecov bot commented Jul 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.85%. Comparing base (e2bdd0a) to head (b22f167).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3472      +/-   ##
==========================================
- Coverage   86.90%   86.85%   -0.05%     
==========================================
  Files         127      127              
  Lines       15287    15287              
  Branches       62       62              
==========================================
- Hits        13285    13278       -7     
- Misses       1848     1854       +6     
- Partials      154      155       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot merged commit d393f86 into main Jul 17, 2025
58 of 68 checks passed
@renovate renovate bot deleted the renovate/google.golang.org-grpc-1.x branch July 17, 2025 17:45
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in NGINX Gateway Fabric Jul 17, 2025
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
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants