This repository was archived by the owner on Nov 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update module google.golang.org/grpc to v1.68.0 #11
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/google.golang.org-grpc-1.x
base: main
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
438b675 to
859c910
Compare
859c910 to
575e6d9
Compare
575e6d9 to
87f85a8
Compare
87f85a8 to
442ce5e
Compare
442ce5e to
fbddaeb
Compare
fbddaeb to
0e7f054
Compare
0e7f054 to
0fdd60c
Compare
0fdd60c to
c934757
Compare
c934757 to
3ca9fd8
Compare
3ca9fd8 to
313d9ae
Compare
|
|
313d9ae to
bdca166
Compare
bdca166 to
6c69517
Compare
6c69517 to
1126ba1
Compare
1126ba1 to
3f3d906
Compare
9058177 to
0b8ebca
Compare
0b8ebca to
af1d093
Compare
af1d093 to
c43c698
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c43c698 to
c818f18
Compare
c818f18 to
367cd0c
Compare
367cd0c to
bcd7100
Compare
bcd7100 to
9b8c100
Compare
9b8c100 to
2bef042
Compare
2bef042 to
9d41772
Compare
9d41772 to
fbc9b3a
Compare
fbc9b3a to
4ce4ead
Compare
4ce4ead to
28433e2
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.33.2->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)v1.56.3: Release 1.56.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.56.2: Release 1.56.2Compare Source
status.FromErrornow returns an error withcodes.Unknownwhen the error implements theGRPCStatus()method, and callingGRPCStatus()returnsnil. (#6374)v1.56.1: Release 1.56.1Compare Source
v1.56.0: Release 1.56.0Compare Source
New Features
WithIdleTimeoutdial option (#6263)Bug Fixes
API Changes
v1.55.1: Release 1.55.1Compare Source
status.FromErrornow returns an error withcodes.Unknownwhen the error implements theGRPCStatus()method, and callingGRPCStatus()returnsnil. (#6374)v1.55.0: Release 1.55.0Compare Source
Behavior Changes
status.Codeandstatus.FromErrorhandle wrapped errors (#6031 and #6150)New Features
ignore_resource_deletionserver feature as per gRFC A53 (#6035)Bug Fixes
Performance Improvements
NumStreamWorkersis used (#6004)v1.54.1: Release 1.54.1Compare Source
Bug Fixes
v1.54.0: Release 1.54.0Compare Source
Behavior Changes
New Features
SetSendCompressorAPI to set send compressor name (#5744)Nodeproto only in the first discovery request message, to improve performance (#6078)Bug Fixes
AppendToOutgoingContext(#6001)Documentation
Resolver.Scheme()docstring to mention requirement of lowercase scheme names (#6014)UpdateStateerrors (#6002)v1.53.0: Release 1.53.0Compare Source
API Changes
resolver.Target.Endpointand replace withresolver.Target.Endpoint()(#5852)New Features
GRPC_RING_HASH_CAPenvironment variable to override the maximum ring size. (#5884)Bug Fixes
Documentation
NewOauthAccessas deprecated (#5882)v1.52.3: Release 1.52.3Compare Source
Bug Fixes
v1.52.1: Release 1.52.1Compare Source
Bug Fixes
v1.52.0: Release 1.52.0Compare Source
New Features
max_ring_sizeto reduce possibility of OOMs (#5801)Behavior Changes
Dialif an empty target is passed and no custom dialer is present; the ClientConn would otherwise be unable to connect and perform RPCs (#5732)Bug Fixes
:authorityheader matches server name used in TLS handshake when the latter is overridden by the name resolver (#5748)Documentation
v1.51.0: Release 1.51.0Compare Source
Behavior Changes
New Features
TRANSIENT_FAILURE(#5711)Bug Fixes
v1.50.1: Release 1.50.1Compare Source
New Features
v1.50.0: Release 1.50.0Compare Source
Behavior Changes
client: use proper "@" semantics for connecting to abstract unix sockets. (#5678)
New Features
ValueFromIncomingContextto more efficiently retrieve a single value (#5596)HandleConncontext (#5589)Bug Fixes
cluster_specifier_pluginset to be NACKed when GRPC_EXPERIMENTAL_XDS_RLS_LB was off (#5670)config_source_specifierinlrs_serveris notself(#5613)IDLEinstead of falling back on the default channel behavior of connecting to all addresses (#5614)IDLE(#5656)WaitForReadyon handshaker service RPCs, thereby delaying fallback when required (#5620)v1.49.0: Release 1.49.0Compare Source
New Features
GRPC_CONFIG_OBSERVABILITY_JSON(#5525)Behavior Changes
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.