fix(deps): update module google.golang.org/grpc to v1.68.0 #14969
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.56.3->v1.68.0Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.68.0: Release 1.68.0Compare Source
Behavior Changes
ClientConn.Close()now closes transports simultaneously and waits for transports to be closed before returning. (#7666)NewTLSthat usetls.Config.GetConfigForClientwill now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using theGetConfigForClientoption. (#7709)Bug Fixes
Dependencies
go1.22.7. (#7624)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.1: Release 1.65.1Compare Source
Bug Fixes
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.
v1.57.0: Release 1.57.0Compare Source
API Changes
Target.SchemeandTarget.Authority. UseURL.SchemeandURL.Hostinstead, respectively (#6363)Behavior Changes
New Features
Registerto register both v1alpha and v1 (#6329)GRPC_ALTS_MAX_CONCURRENT_HANDSHAKESenv var (#6267)Bug Fixes
status.FromErrornow returns an error withcodes.Unknownwhen the error implements theGRPCStatus()method, and callingGRPCStatus()returnsnil(#6374)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 was generated by Mend Renovate. View the repository job log.