This repository was archived by the owner on Sep 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update module google.golang.org/grpc to v1.67.0 #4
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
0501ecf to
73d05e6
Compare
73d05e6 to
85efce5
Compare
85efce5 to
9560533
Compare
9560533 to
be4094e
Compare
be4094e to
53f73e2
Compare
53f73e2 to
8e0b0bf
Compare
8e0b0bf to
1534604
Compare
1534604 to
b070de1
Compare
b070de1 to
52c66c2
Compare
52c66c2 to
e3e5717
Compare
e3e5717 to
1823666
Compare
1823666 to
23812b1
Compare
8340161 to
feb7aab
Compare
feb7aab to
de55344
Compare
af0b2b9 to
fed077d
Compare
fed077d to
3952808
Compare
3952808 to
377d5c8
Compare
377d5c8 to
b89aec3
Compare
b89aec3 to
4a43afa
Compare
4a43afa to
313de59
Compare
313de59 to
6651935
Compare
6651935 to
5a8d3ff
Compare
5a8d3ff to
19aeb25
Compare
19aeb25 to
fa1ad0f
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
fa1ad0f to
99777f9
Compare
99777f9 to
8cd5664
Compare
8cd5664 to
8a05d9e
Compare
8a05d9e to
5a07727
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.42.0->v1.67.0Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.67.0Compare Source
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.
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
nilstats handler togrpc.WithStatsHandlerorgrpc.StatsHandler(#5543)IDLEoverTRANSIENT_FAILUREwhen aggregating connectivity state (#5473)GRPC_EXPERIMENTAL_ENABLE_OUTLIER_DETECTIONis set to true (#5537)v1.48.0: Release 1.48.0Compare Source
Bug Fixes
New Features
v1.47.0: Release 1.47.0Compare Source
New Features
Bug Fixes
Configuration
📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.