chore(deps): update module google.golang.org/grpc to v1.79.2 - autoclosed#93
Closed
renovate-rancher[bot] wants to merge 1 commit into
Closed
chore(deps): update module google.golang.org/grpc to v1.79.2 - autoclosed#93renovate-rancher[bot] wants to merge 1 commit into
renovate-rancher[bot] wants to merge 1 commit into
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate-rancher
Bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
July 23, 2025 06:47
3557704 to
2ce6233
Compare
renovate-rancher
Bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
July 24, 2025 04:47
2ce6233 to
d72002f
Compare
renovate-rancher
Bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
August 20, 2025 04:41
d72002f to
96638ad
Compare
renovate-rancher
Bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
September 10, 2025 06:43
96638ad to
2f0da1f
Compare
renovate-rancher
Bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
October 7, 2025 04:39
2f0da1f to
db40e80
Compare
renovate-rancher
Bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
October 31, 2025 04:41
db40e80 to
c1453cd
Compare
renovate-rancher
Bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
November 23, 2025 04:44
c1453cd to
73b631d
Compare
renovate-rancher
Bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
December 13, 2025 04:42
73b631d to
78d236b
Compare
renovate-rancher
Bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
December 23, 2025 04:47
78d236b to
54946ca
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate-rancher
Bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
December 29, 2025 04:50
54946ca to
52a6467
Compare
renovate-rancher
Bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
February 16, 2026 06:52
52a6467 to
43b5b8c
Compare
renovate-rancher
Bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
February 19, 2026 05:08
43b5b8c to
06a61a2
Compare
renovate-rancher
Bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
March 11, 2026 06:50
06a61a2 to
671bb61
Compare
renovate-rancher
Bot
force-pushed
the
renovate/google.golang.org-grpc-1.x
branch
from
March 15, 2026 05:15
671bb61 to
5caed51
Compare
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.
This PR contains the following updates:
v1.74.2→v1.79.2Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.79.2: Release 1.79.2Compare Source
Bug Fixes
v1.79.1: Release 1.79.1Compare Source
Bug Fixes
-devsuffix from the User-Agent header. (#8902)v1.79.0: Release 1.79.0Compare Source
API Changes
SetDefaultBufferPoolto change the default buffer pool. (#8806)MetricsRecorderto require embedding the newUnimplementedMetricsRecorder(a no-op struct) in all implementations for forward compatibility. (#8780)Behavior Changes
Addressesand only handleEndpointsin resolver updates. (#8841)New Features
AsyncMetricReporterandRegisterAsyncReporterAPIs. (#8780)GRPC_EXPERIMENTAL_PF_WEIGHTED_SHUFFLING. (#8864):authorityrewriting, as specified in gRFC A81. (#8779)random_subsettingLB policy, as specified in gRFC A68. (#8650)Bug Fixes
CONNECTINGstate. (#8813)WithDecompressororRPCDecompressor). (#8765)Performance Improvements
bufferobjects. (#8784)v1.78.0: Release 1.78.0Compare Source
Behavior Changes
Unknownon malformed grpc-status. (#8735)New Features
experimental.AcceptCompressorsso callers can restrict thegrpc-accept-encodingheader advertised for a call. (#8718)Bug Fixes
StringMatcherwhere regexes would match incorrectly when ignore_case is set to true. (#8723)OnFinishcall option not being invoked for RPCs where stream creation failed. (#8710)Performance Improvements
v1.77.0: Release 1.77.0Compare Source
API Changes
Readerinterface with a struct for better performance and maintainability. (#8669)Behavior Changes
pick_firstLB policy via the environment variableGRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false. The newpick_firsthas been the default sincev1.71.0. (#8672)Bug Fixes
resource-not-founderrors, causing the gRPC client channel to move toTransientFailure. (#8605)GRPC_EXPERIMENTAL_ENABLE_DEFAULT_PORT_FOR_PROXY_TARGET=falsedisables this change; please file a bug if any problems are encountered as we will remove this option soon. (#8613)pick_firstbut don't set endpoints. (#8610)Performance Improvements
New Features
grpc.lb.backend_servicein per-call metrics (#8637)GRPC_EXPERIMENTAL_XDS_BOOTSTRAP_CALL_CREDS=trueto enable this feature. (#8536)v1.76.0: Release 1.76.0Compare Source
Dependencies
Bug Fixes
INTERNALwhen a server sends zero response messages for a unary or client-streaming RPC. (#8523)INTERNALinstead ofUNKNOWNupon receiving http headers with status 1xx andEND_STREAMflag set. (#8518)IDLEstate on backend address change. (#8615)New Features
credentials/jwtpackage providing file-based JWT PerRPCCredentials (A97). (#8431)Performance Improvements
v1.75.1: Release 1.75.1Compare Source
Bug Fixes
v1.75.0: Release 1.75.0Compare Source
Behavior Changes
DelayedPickCompleteevent, a type alias ofPickerUpdated. (#8465)PickerUpdatedsymbol.grpc.WithAuthorityas the highest-priority option for setting authority, above the setting in the credentials themselves. (#8488)WithAuthorityis available, the credentials should not be used to override the authority.New Features
GRPC_ENABLE_TXT_SERVICE_CONFIG) to provide a way to disable TXT lookups in the DNS resolver (by setting it tofalse). By default, TXT lookups are enabled, as they were previously. (#8377)Bug Fixes
callandendpointin curly braces to comply with UCUM and gRPC OpenTelemetry guidelines. (#8481)grpc.NewClient(":<port-number-or-name>")). (#8488)v1.74.3: Release 1.74.3Compare Source
Bug Fixes
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.
This PR has been generated by Renovate Bot.