Bump google.golang.org/grpc from 1.79.3 to 1.82.1 - #88
Merged
dragonsinth merged 1 commit intoJul 26, 2026
Merged
Conversation
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.79.3 to 1.82.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.79.3...v1.82.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.82.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dragonsinth
approved these changes
Jul 26, 2026
dragonsinth
deleted the
dependabot/go_modules/google.golang.org/grpc-1.82.1
branch
July 26, 2026 15:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps google.golang.org/grpc from 1.79.3 to 1.82.1.
Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
ebd8f06Change version to 1.82.1 (#9238)4ea465dCherry-pick commits (#9236)9494a2cChange version to 1.82.1-dev (#9171)bd23985Change version to 1.82.0 (#9170)0f3086dFix minor issues not covered by PR #9137 (#9147)fef07fbinternal: Split v3procservicepb import into pb and grpc for extproc (#9163)91dd64ftransport: surface subsequent data when receiving non-gRPC header (#8929)adc97detest/kokoro: add config for regional-td test (#9158)57c9ff1xds: ensure full-string matching for RBAC Filter rules (#9148)b58f32dserver: Set a pprof label on new stream goroutines (#9082)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
grpc is core to this library; minor-version grpc-go releases include security fixes and behavior changes (strict path checking, transport/balancer defaults) that could affect runtime behavior even without local code edits.
Overview
Dependency-only update — bumps direct
google.golang.org/grpcfrom 1.79.3 to 1.82.1, with matching bumps togoogle.golang.org/protobuf(1.36.10 → 1.36.11) andgoogle.golang.org/genproto/googleapis/rpc.go.sumalso reflects transitive refreshes (notably OpenTelemetry 1.39.0 → 1.43.0 andgonum.org/v1/gonum0.16.0 → 0.17.0). No Go source or build script changes in this diff.Reviewers should treat this as adopting grpc-go 1.81.x–1.82.x release notes: security fixes (e.g. HTTP/2 frame flooding limits, xDS RBAC hardening), removal of the opt-out for strict RPC path checking, and optional/env-gated behavior changes (header list size, case-sensitive balancer registry).
Reviewed by Cursor Bugbot for commit dc23808. Bugbot is set up for automated code reviews on this repo. Configure here.