This repository was archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Update module google.golang.org/grpc to v1.67.1 #960
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/google.golang.org-grpc-1.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
4094f3c to
35a79c8
Compare
ee4c485 to
ef7b513
Compare
ef7b513 to
73c99e3
Compare
73c99e3 to
a446c1c
Compare
a446c1c to
e170ea2
Compare
e170ea2 to
8d34109
Compare
b1e11e9 to
f678f8f
Compare
f678f8f to
01c2329
Compare
01c2329 to
1c9aed8
Compare
1c9aed8 to
cb81ef9
Compare
cb81ef9 to
3c7ee0b
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
3c7ee0b to
d06453b
Compare
8d9d97a to
19d0a7a
Compare
19d0a7a to
f987bc2
Compare
f987bc2 to
125f5fb
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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.57.0->v1.67.1Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.67.1: Release 1.67.1Compare Source
Bug Fixes
v1.67.0: Release 1.67.0Compare Source
Bug Fixes
Behavior Changes
GRPC_ENFORCE_ALPN_ENABLEDtofalse(case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)v1.66.3: Release 1.66.3Compare Source
Bug Fixes
v1.66.2: Release 1.66.2Compare Source
Dependencies
testingpackage (#7579)flatepackage (#7595)Bug Fixes
v1.66.1Compare Source
v1.66.0: Release 1.66.0Compare Source
New Features
ValueFromIncomingContext(#7368)WaitForStateChangeandGetStatemethods, which were previously experimental. (#7425)total_issued_requestsfield. (#7544)Bug Fixes
conn.Writereturns errors (#7394)Performance Improvements
Codecwhich uses buffer recycling for encoded message (#7356)mempackage to facilitate buffer reuse (#7432)v1.65.0: Release 1.65.0Compare Source
Dependencies
Behavior Changes
GRPC_ENFORCE_ALPN_ENABLEDis set to "true" (case insensitive). (#7184)New Features
WithMaxCallAttemptsto configure gRPC's retry behavior per-channel. (#7229)Bug Fixes
v1.64.1: Release 1.64.1Compare Source
Dependencies
v1.64.0: Release 1.64.0Compare Source
API Changes
InPayload.DataandOutPayload.Data; they were experimental and will be deleted in the next release (#7121)Behavior Changes
GRPC_GO_ADVERTISE_COMPRESSORSto suppress setting supported compressors ingrpc-accept-encodingheader. Compressors will always be advertised, as they have been by default for some time (#7203)New Features
SetMinResolutionIntervalto set the minimum interval at which DNS re-resolutions may occur (#6962)fmt.Stringerinterface for pretty printingPeer, andfmt.Stringerinterface for pretty printingMD(#7137)Performance Improvements
Bug Fixes
OutPayload,InPayload, andEnd(#7096)Dependencies
github.com/golang/protobufmodule (#7122)Documentation
WithBlock,WithReturnConnectionError,FailOnNonTempDialErrorwhich are ignored byNewClient(#7097)DialandDialContext. These will continue to be supported throughout 1.x, but are deprecated to direct users toNewClient(See #7090 for more information)v1.63.3: Release 1.63.3Compare Source
Dependencies
v1.63.2: Release 1.63.2Compare Source
Bugs
v1.63.1: Release 1.63.1Compare Source
v1.63.0: Release 1.63.0Compare Source
Behavior Changes
resolver.Address.String()(experimental) (#6923)New Features
ClientConn.CanonicalTarget()to return the canonical target string. (#7006)grpc.NewClientto allow users to create new clients in idle mode and with "dns" as the default resolver (#7010)API Changes
ClientConn.Target()(#7006)Bug Fixes
grpc.Serveras anhttp.Handlerwith the Go stdlib HTTP server (#6989)SetResolvingTimeoutto allow configuring the DNS resolver's global timeout (#6917)v1.62.2: Release 1.62.2Compare Source
Dependencies
v1.62.1: Release 1.62.1Compare Source
Bug Fixes
no matching virtual host foundRPC errors due to a difference between the target and LDS resource names (#6997)InPayload.Lengthfor unary RPC calls (#6766)RecvBufferPoolDialOptionandServerOptionare now active during unary RPCs with compression (#6766)accept-encodingheader before determining compressorsv1.62.0: Release 1.62.0Compare Source
New Features
Behavior Changes
Bug Fixes
Performance Improvements
x/net/traceby usinggrpcnotraceto enable dead code elimination (#6954)grpcrandby adoptingmath/rand's top-level functions for go version 1.21.0 and newer. (#6925)Dependencies
v1.61.2: Release 1.61.2Compare Source
Dependencies
v1.61.1: Release 1.61.1Compare Source
Bug Fixes
v1.61.0: Release 1.61.0Compare Source
New Features
AuthorityOverrider, to allow resolver.Builders to override the default authority for aClientConn. (EXPERIMENTAL) (#6752)grpc.WaitForHandlersServerOptionto causeServer.Stopto block until method handlers return. (EXPERIMENTAL) (#6922)Performance Improvements
Bug Fixes
UNAVAILABLEinstead ofUNKNOWNwhen underlying connection is broken (#6891)GracefulStopto block until all method handlers return (v1.60 regression). (#6922)NumStreamWorkers(EXPERIMENTAL). (#6856)v1.60.1Compare Source
Bug Fixes
v1.60.0: Release 1.60.0Compare Source
Security
API Changes
ClientConn.NewServiceConfig(#6784)grpc.WithServiceConfigDialOption(#6800)Bug Fixes
Behavior Changes
Documentation
codes.Code(#6701)v1.59.0: Release 1.59.0Compare Source
Behavior Changes
grpc-status-details-bintrailer (#6662)grpc-status-details-bintrailer and pass through the trailer to the application directly (#6662)New Features
idle_timeoutof30m(#6585)Documentation
Bug Fixes
v1.58.3Compare Source
Security
server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487)
In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.
v1.58.2: Release 1.58.2Compare Source
Bug Fixes
balancer/weighted_round_robin: fix ticker leak on update
A new ticker is created every time there is an update of addresses or configuration, but was not properly stopped. This change stops the ticker when it is no longer needed.
v1.58.1: Release 1.58.1Compare Source
Bug Fixes
v1.58.0: Release 1.58.0Compare Source
API Changes
See #6472 for details about these changes.
StateListenertoNewSubConnOptionsforSubConnstate updates and deprecateBalancer.UpdateSubConnState(#6481)UpdateSubConnStatewill be deleted in the future.SubConn.Shutdownand deprecateBalancer.RemoveSubConn(#6493)RemoveSubConnwill be deleted in the future.AddressType(#6451)balancer/grpclb/state.Set()should be used to add these addresses to the name resolver's output. The built-in "dns" name resolver already does this.EndpointstoStateand deprecateAddresses(#6471)Addresseswill be deleted in the future.New Features
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=trueto enableBug Fixes
TRANSIENT_FAILUREwhen actually moving toIDLE(#6497)rls,weightedtargetandclustermanagerLB policies (#6523)ClientStream.Header(), and prevented retry of the RPC (#6557)Performance Improvements
[With]SharedWriteBufferto improve performance by reducing allocations when sending RPC messages. (Disabled by default.) (#6309)v1.57.2: Release 1.57.2Compare Source
Bug Fixes
v1.57.1: Release 1.57.1Compare Source
Security
server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487)
In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.
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 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.
This PR was generated by Mend Renovate. View the repository job log.